diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /dev-python/pycurl | |
parent | sys-cluster/gasnet: added ~arm tested by me (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.bz2 gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.zip |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'dev-python/pycurl')
-rw-r--r-- | dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pycurl/pycurl-7.19.5.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pycurl/pycurl-7.19.5.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pycurl/pycurl-7.19.5.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pycurl/pycurl-7.21.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pycurl/pycurl-7.43.0.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild b/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild index 06f572fd3844..568006cebb11 100644 --- a/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild +++ b/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=5 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 diff --git a/dev-python/pycurl/pycurl-7.19.5.1-r1.ebuild b/dev-python/pycurl/pycurl-7.19.5.1-r1.ebuild index 5f3041c3d838..42c2fd2640ff 100644 --- a/dev-python/pycurl/pycurl-7.19.5.1-r1.ebuild +++ b/dev-python/pycurl/pycurl-7.19.5.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 diff --git a/dev-python/pycurl/pycurl-7.19.5.1.ebuild b/dev-python/pycurl/pycurl-7.19.5.1.ebuild index 844589ea5cda..685be4921976 100644 --- a/dev-python/pycurl/pycurl-7.19.5.1.ebuild +++ b/dev-python/pycurl/pycurl-7.19.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 diff --git a/dev-python/pycurl/pycurl-7.19.5.3.ebuild b/dev-python/pycurl/pycurl-7.19.5.3.ebuild index a3b51c078760..1a7c473f2f0a 100644 --- a/dev-python/pycurl/pycurl-7.19.5.3.ebuild +++ b/dev-python/pycurl/pycurl-7.19.5.3.ebuild @@ -5,7 +5,7 @@ EAPI=5 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 diff --git a/dev-python/pycurl/pycurl-7.21.5.ebuild b/dev-python/pycurl/pycurl-7.21.5.ebuild index f2b51c842599..e57980afbdbc 100644 --- a/dev-python/pycurl/pycurl-7.21.5.ebuild +++ b/dev-python/pycurl/pycurl-7.21.5.ebuild @@ -5,7 +5,7 @@ EAPI=5 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 diff --git a/dev-python/pycurl/pycurl-7.43.0.ebuild b/dev-python/pycurl/pycurl-7.43.0.ebuild index 38c13db92e24..7465c3aea698 100644 --- a/dev-python/pycurl/pycurl-7.43.0.ebuild +++ b/dev-python/pycurl/pycurl-7.43.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 |