diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-03 21:38:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-03 21:45:59 +0100 |
commit | 54dfdd874cd210ba70a3a7083b9f03ccfccc56c0 (patch) | |
tree | 61f3667d940464db053eef11ab8f090dc6139f77 /dev-python/ansicolor | |
parent | dev-util/vint: Remove py2 (diff) | |
download | gentoo-54dfdd874cd210ba70a3a7083b9f03ccfccc56c0.tar.gz gentoo-54dfdd874cd210ba70a3a7083b9f03ccfccc56c0.tar.bz2 gentoo-54dfdd874cd210ba70a3a7083b9f03ccfccc56c0.zip |
dev-python/ansicolor: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ansicolor')
-rw-r--r-- | dev-python/ansicolor/ansicolor-0.2.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ansicolor/ansicolor-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild b/dev-python/ansicolor/ansicolor-0.2.6.ebuild index 7ef5812453e6..866117da9492 100644 --- a/dev-python/ansicolor/ansicolor-0.2.6.ebuild +++ b/dev-python/ansicolor/ansicolor-0.2.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/ansicolor/ansicolor-9999.ebuild b/dev-python/ansicolor/ansicolor-9999.ebuild index 43e3b92c5f6f..e5f2a4f1961f 100644 --- a/dev-python/ansicolor/ansicolor-9999.ebuild +++ b/dev-python/ansicolor/ansicolor-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 git-r3 |