dev-python/ipaddress: Remove unused py3 support
authorMichał Górny <mgorny@gentoo.org>
Wed, 19 Feb 2020 07:09:55 +0000 (08:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 19 Feb 2020 07:39:51 +0000 (08:39 +0100)
This package clashes with built-in 'ipaddress' module in Python 3,
so it is never used there.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ipaddress/ipaddress-1.0.14.ebuild
dev-python/ipaddress/ipaddress-1.0.22.ebuild
dev-python/ipaddress/ipaddress-1.0.23.ebuild

index db04fac221f90f50b92fc45b65dcc0f98a73d26e..44e45406fc8f56e53e6be40476a063a87d87498d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 pypy3 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
index ef4b016f79ab211d5d32cce400f64cd853f4d6f0..7b0d6a1b5f0cbae09a73c988c04e8b9091a1b519 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
index febe02b7822f60e22b1feb52e41cb2098571c609..91690955d2aa655308f1748919abc6662c30a7e6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1