diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-09 19:05:17 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:17:52 -0800 |
commit | 1ceb14274982fb18cb818d3a9260db3ab5a582d0 (patch) | |
tree | ae039029518bbd8617a1e2cce6a3be76cbfad08a /dev-python/requests | |
parent | dev-python/urllib3: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-1ceb14274982fb18cb818d3a9260db3ab5a582d0.tar.gz gentoo-1ceb14274982fb18cb818d3a9260db3ab5a582d0.tar.bz2 gentoo-1ceb14274982fb18cb818d3a9260db3ab5a582d0.zip |
dev-python/requests: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/requests-2.11.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/requests/requests-2.12.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/requests/requests-2.12.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/requests/requests-2.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/requests/requests-2.9.1-r2.ebuild | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/requests/requests-2.11.1.ebuild b/dev-python/requests/requests-2.11.1.ebuild index d3c575509fce..862ab1db6397 100644 --- a/dev-python/requests/requests-2.11.1.ebuild +++ b/dev-python/requests/requests-2.11.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/requests/requests-2.12.4.ebuild b/dev-python/requests/requests-2.12.4.ebuild index a4d5ada73f52..967bcfb49e17 100644 --- a/dev-python/requests/requests-2.12.4.ebuild +++ b/dev-python/requests/requests-2.12.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/requests/requests-2.12.5.ebuild b/dev-python/requests/requests-2.12.5.ebuild index c52cb0e2fb33..967bcfb49e17 100644 --- a/dev-python/requests/requests-2.12.5.ebuild +++ b/dev-python/requests/requests-2.12.5.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/requests/requests-2.8.1.ebuild b/dev-python/requests/requests-2.8.1.ebuild index 82ab203b4968..b64412c84015 100644 --- a/dev-python/requests/requests-2.8.1.ebuild +++ b/dev-python/requests/requests-2.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/requests/requests-2.9.1-r2.ebuild b/dev-python/requests/requests-2.9.1-r2.ebuild index 48c3d070c5fa..9ee26b28775f 100644 --- a/dev-python/requests/requests-2.9.1-r2.ebuild +++ b/dev-python/requests/requests-2.9.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |