diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:20:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:31:39 +0200 |
commit | f9920652200d5c8b97b19ce4a812147556abde9b (patch) | |
tree | 4d6a1787ab8c59fc697da7c00abf2e35f7a10287 /dev-python/paste | |
parent | dev-python/pastedeploy: Remove py2 (diff) | |
download | gentoo-f9920652200d5c8b97b19ce4a812147556abde9b.tar.gz gentoo-f9920652200d5c8b97b19ce4a812147556abde9b.tar.bz2 gentoo-f9920652200d5c8b97b19ce4a812147556abde9b.zip |
dev-python/paste: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/paste')
-rw-r--r-- | dev-python/paste/paste-3.4.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/paste/paste-3.4.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/paste/paste-3.4.3.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/paste/paste-3.4.1.ebuild b/dev-python/paste/paste-3.4.1.ebuild index e4a457ec458e..5015b7c191bc 100644 --- a/dev-python/paste/paste-3.4.1.ebuild +++ b/dev-python/paste/paste-3.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 diff --git a/dev-python/paste/paste-3.4.2.ebuild b/dev-python/paste/paste-3.4.2.ebuild index a86c3a7bb14d..5bbbe51a411a 100644 --- a/dev-python/paste/paste-3.4.2.ebuild +++ b/dev-python/paste/paste-3.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 diff --git a/dev-python/paste/paste-3.4.3.ebuild b/dev-python/paste/paste-3.4.3.ebuild index a86c3a7bb14d..5bbbe51a411a 100644 --- a/dev-python/paste/paste-3.4.3.ebuild +++ b/dev-python/paste/paste-3.4.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |