dev-python/pytools: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:35:23 +0000 (06:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:04:41 +0000 (07:04 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytools/pytools-2017.4-r1.ebuild
dev-python/pytools/pytools-9999.ebuild

index 95a01c98b25d3f7782e87b68ab5df63514b57fed..d410d12751d568bd53348bb1b9f7cd31c4f11206 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE='sqlite'
 
 inherit distutils-r1
index b797a82b2193885759a72c8a11aa56e8e9b97360..5b1dd65f9e1551c9950f3d10edc79de1efbf510b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE='sqlite'
 
 inherit distutils-r1 git-r3