diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:13:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:29:04 +0100 |
commit | 440281b18e496a21be5099b2d68d9ef613941ecd (patch) | |
tree | e3a4ab497d3627f6eda9886d2f68ed93f7fb9f7e /dev-python/jaraco-text | |
parent | sys-kernel/gentoo-sources: Add iwlwifi patches for 3168 devices (diff) | |
download | gentoo-440281b18e496a21be5099b2d68d9ef613941ecd.tar.gz gentoo-440281b18e496a21be5099b2d68d9ef613941ecd.tar.bz2 gentoo-440281b18e496a21be5099b2d68d9ef613941ecd.zip |
dev-python/jaraco-text: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-text')
-rw-r--r-- | dev-python/jaraco-text/jaraco-text-1.10.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/jaraco-text/jaraco-text-3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/jaraco-text/jaraco-text-3.2.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jaraco-text/jaraco-text-1.10.1-r1.ebuild b/dev-python/jaraco-text/jaraco-text-1.10.1-r1.ebuild index 3a45f1e7241a..5609a83b3be8 100644 --- a/dev-python/jaraco-text/jaraco-text-1.10.1-r1.ebuild +++ b/dev-python/jaraco-text/jaraco-text-1.10.1-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-text/jaraco-text-3.1.ebuild b/dev-python/jaraco-text/jaraco-text-3.1.ebuild index 1c18dab01a72..728ffc4387a0 100644 --- a/dev-python/jaraco-text/jaraco-text-3.1.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.1.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-text/jaraco-text-3.2.0.ebuild b/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild index 6c67340d3efe..d285b5395113 100644 --- a/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |