diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-17 09:22:21 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-17 09:57:11 +0100 |
commit | a0bc6034e284f43ec7ddb14aad7f5b55583dea33 (patch) | |
tree | 0a86ac42ea670222c2488d190ca9ac0a30589302 /dev-python/netifaces | |
parent | dev-python/influxdb: New package, ebuild written by me (diff) | |
download | gentoo-a0bc6034e284f43ec7ddb14aad7f5b55583dea33.tar.gz gentoo-a0bc6034e284f43ec7ddb14aad7f5b55583dea33.tar.bz2 gentoo-a0bc6034e284f43ec7ddb14aad7f5b55583dea33.zip |
dev-python/netifaces: Add pypy support
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/netifaces')
-rw-r--r-- | dev-python/netifaces/netifaces-0.10.4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/netifaces/netifaces-0.10.4.ebuild b/dev-python/netifaces/netifaces-0.10.4.ebuild index 007ace92437b..f185ae84e10f 100644 --- a/dev-python/netifaces/netifaces-0.10.4.ebuild +++ b/dev-python/netifaces/netifaces-0.10.4.ebuild @@ -4,12 +4,15 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy{,3} ) inherit distutils-r1 DESCRIPTION="Portable network interface information" -HOMEPAGE="http://alastairs-place.net/netifaces/ https://pypi.python.org/pypi/netifaces/" +HOMEPAGE=" + https://pypi.python.org/pypi/netifaces/ + http://alastairs-place.net/netifaces/ + https://bitbucket.org/al45tair/netifaces" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |