diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:11:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:24:11 +0100 |
commit | b091dd6231618b15d40e17aa3ff1d54916bfda1a (patch) | |
tree | ca81d8562a3b6d9b35d51f7fb514cf1caac4584e /dev-python/zict | |
parent | dev-python/h11: Remove py2 (diff) | |
download | gentoo-b091dd6231618b15d40e17aa3ff1d54916bfda1a.tar.gz gentoo-b091dd6231618b15d40e17aa3ff1d54916bfda1a.tar.bz2 gentoo-b091dd6231618b15d40e17aa3ff1d54916bfda1a.zip |
dev-python/zict: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zict')
-rw-r--r-- | dev-python/zict/zict-0.1.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/zict/zict-0.1.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/zict/zict-0.1.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/zict/zict-0.1.2.ebuild b/dev-python/zict/zict-0.1.2.ebuild index c2c724b4931b..85e4db0c5b5b 100644 --- a/dev-python/zict/zict-0.1.2.ebuild +++ b/dev-python/zict/zict-0.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/zict/zict-0.1.3.ebuild b/dev-python/zict/zict-0.1.3.ebuild index 409eb9478ea0..5fb26c305b97 100644 --- a/dev-python/zict/zict-0.1.3.ebuild +++ b/dev-python/zict/zict-0.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/zict/zict-0.1.4.ebuild b/dev-python/zict/zict-0.1.4.ebuild index 05b954bd6283..ff9e1def3a60 100644 --- a/dev-python/zict/zict-0.1.4.ebuild +++ b/dev-python/zict/zict-0.1.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |