dev-python/jaraco-collections: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:13:15 +0000 (16:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:29:05 +0000 (16:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild
dev-python/jaraco-collections/jaraco-collections-2.1.ebuild

index ef88383b500f6a540f5e7e6bca0168094e8f7f37..16373fd2e8e872952281b2adf60c05da1d949e60 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 521e7e3fbf1ef1e23ad7ee357b1d0b66e5fd0331..e91d3ae0e64295dc4ed5bb4bd4a0da275f8e7e32 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1