diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-17 12:40:10 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-17 12:40:10 -0700 |
commit | 6640fb16c37560237958f85d1bb3418b970a94e2 (patch) | |
tree | e60d89825030e401add8823b5c909487a7b2cf4d /dev-python/rsa | |
parent | dev-python/uritemplate: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-6640fb16c37560237958f85d1bb3418b970a94e2.tar.gz gentoo-6640fb16c37560237958f85d1bb3418b970a94e2.tar.bz2 gentoo-6640fb16c37560237958f85d1bb3418b970a94e2.zip |
dev-python/rsa: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/rsa')
-rw-r--r-- | dev-python/rsa/rsa-3.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rsa/rsa-3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rsa/rsa-3.4.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/rsa/rsa-3.2.3-r1.ebuild b/dev-python/rsa/rsa-3.2.3-r1.ebuild index ae3e95ca69a0..132b888c45b1 100644 --- a/dev-python/rsa/rsa-3.2.3-r1.ebuild +++ b/dev-python/rsa/rsa-3.2.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/rsa/rsa-3.3.ebuild b/dev-python/rsa/rsa-3.3.ebuild index 5afc1593787a..86a23c386138 100644 --- a/dev-python/rsa/rsa-3.3.ebuild +++ b/dev-python/rsa/rsa-3.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/rsa/rsa-3.4.2.ebuild b/dev-python/rsa/rsa-3.4.2.ebuild index 5afc1593787a..86a23c386138 100644 --- a/dev-python/rsa/rsa-3.4.2.ebuild +++ b/dev-python/rsa/rsa-3.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |