dev-python/statsd: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:11:41 +0000 (07:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:43 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/statsd/statsd-3.2.1.ebuild
dev-python/statsd/statsd-3.3.0.ebuild

index ffee144d7ee5b03400ef5369fea663d30d72a8ad..f0e90c86cb02515243e8a53ec4d510397d7fc9ad 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index cdd7f1b7039bfa69cd8a29e646f72130d5b2a2d5..f92fe942f384b19a86a5bd3f1c5c831c59124610 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1