dev-python/line_profiler: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 2 Dec 2019 09:01:44 +0000 (10:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 4 Dec 2019 17:12:20 +0000 (18:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/line_profiler/line_profiler-2.0.ebuild
dev-python/line_profiler/line_profiler-2.1.2.ebuild
dev-python/line_profiler/line_profiler-9999.ebuild

index 4b3f6c2af553c6e89b7075c80bb109f2e4897683..6a66f54adf03665a02faae807dea9f32a7b928d2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
index a1bb13b6f5a750b6533e32ba125a1deb7c1b8601..114dffb7cd9f1e4f3ade628c6b3800315f65bf8a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
index 96f82a54b5e27715ef2470d4b10bcd9b7e8c03f1..28fae9f5158b791f3aaf2e289652253d9f013d7c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1 git-r3