dev-python/pathtools: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:55:10 +0000 (18:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:55:10 +0000 (18:55 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pathtools/pathtools-0.1.2-r2.ebuild
dev-python/pathtools/pathtools-0.1.2-r3.ebuild

index 898a06919cace8b6812c5f0453623ba449eecc66..aff7a5434356a716cb10518da5206f052691c6be 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6})
+PYTHON_COMPAT=( python3_6)
 inherit distutils-r1
 
 DESCRIPTION="Pattern matching and various utilities for file systems paths"
index 33ed06945c632e572074051bf2265a833db6a9e5..5089dda9983544083b3a3c6db167ad71b8986d17 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8})
+PYTHON_COMPAT=( python3_{6,7,8})
 
 inherit distutils-r1