diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:20:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:29:07 +0100 |
commit | ec0c5669a421d8fff9efc09fe161d18c8bc57e74 (patch) | |
tree | f4d508e815a9217c576aa9b261f0cc77fd7857a4 /dev-python/jaraco-stream | |
parent | dev-python/jaraco-logging: Remove py2 (diff) | |
download | gentoo-ec0c5669a421d8fff9efc09fe161d18c8bc57e74.tar.gz gentoo-ec0c5669a421d8fff9efc09fe161d18c8bc57e74.tar.bz2 gentoo-ec0c5669a421d8fff9efc09fe161d18c8bc57e74.zip |
dev-python/jaraco-stream: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-stream')
-rw-r--r-- | dev-python/jaraco-stream/jaraco-stream-1.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/jaraco-stream/jaraco-stream-2.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-stream/jaraco-stream-1.2-r1.ebuild b/dev-python/jaraco-stream/jaraco-stream-1.2-r1.ebuild index 562fb71de447..7febc3f3bba1 100644 --- a/dev-python/jaraco-stream/jaraco-stream-1.2-r1.ebuild +++ b/dev-python/jaraco-stream/jaraco-stream-1.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/jaraco-stream/jaraco-stream-2.0-r1.ebuild b/dev-python/jaraco-stream/jaraco-stream-2.0-r1.ebuild index 6eb049a889ed..408604edd5c4 100644 --- a/dev-python/jaraco-stream/jaraco-stream-2.0-r1.ebuild +++ b/dev-python/jaraco-stream/jaraco-stream-2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 |