diff --git a/dev-python/pypcapfile/metadata.xml b/dev-python/pypcapfile/metadata.xml new file mode 100644 index 000000000..4fa8ff351 --- /dev/null +++ b/dev-python/pypcapfile/metadata.xml @@ -0,0 +1,8 @@ + + + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/dev-python/pypcapfile/pypcapfile-0.12.0.ebuild b/dev-python/pypcapfile/pypcapfile-0.12.0.ebuild index a14b1b2eb..09b5153e5 100644 --- a/dev-python/pypcapfile/pypcapfile-0.12.0.ebuild +++ b/dev-python/pypcapfile/pypcapfile-0.12.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -11,7 +11,7 @@ DESCRIPTION="Pure Python package for reading and parsing libpcap savefiles" HOMEPAGE="https://github.com/kisom/pypcapfile" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -LICENSE="" +LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test"