dev-python/recommonmark: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 24 Mar 2020 20:51:24 +0000 (21:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 24 Mar 2020 21:46:05 +0000 (22:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/recommonmark/recommonmark-0.4.0.ebuild
dev-python/recommonmark/recommonmark-0.5.0.ebuild
dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild
dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild
dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild

index 371995c3ae0489c518639fca92f9d21466171751..055fa437676e455531a0059ba304a69365446083 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index a6d116d158e8a49351b2dd6dbe05a0019dd3c499..253f749c2744d0d6197ed42b6bdabae21974ce51 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}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index dc8566adf369624bc404238eec953af7dc456d39..de87af65b8bdb07b0a216092e70533299c45777d 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index 6c8adfc6c0a0d83ce48b8c608a0fc9d53fe22b62..3b6ce2ef6194d72e404687f20da5afb47b5c56ba 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index f0a0ef42540fb86cd4fd4da7746a880f0e381add..84d7b3549ba809f9159eb90d1e2ed8d1bb4937c8 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1