diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:13:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:29:05 +0100 |
commit | 7d4e5b1c9483629d91e6b8eeb9d7df176f875de4 (patch) | |
tree | f529b1c449f2e3b717a3c956ebe661d8864c2f0b /dev-python/jaraco-collections | |
parent | dev-python/jaraco-text: Remove py2 (diff) | |
download | gentoo-7d4e5b1c9483629d91e6b8eeb9d7df176f875de4.tar.gz gentoo-7d4e5b1c9483629d91e6b8eeb9d7df176f875de4.tar.bz2 gentoo-7d4e5b1c9483629d91e6b8eeb9d7df176f875de4.zip |
dev-python/jaraco-collections: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-collections')
-rw-r--r-- | dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/jaraco-collections/jaraco-collections-2.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild b/dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild index ef88383b500f..16373fd2e8e8 100644 --- a/dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild b/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild index 521e7e3fbf1e..e91d3ae0e642 100644 --- a/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |