dev-python/deprecated: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 11:49:49 +0000 (12:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 11:59:52 +0000 (12:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/deprecated/deprecated-1.2.6.ebuild
dev-python/deprecated/deprecated-1.2.7.ebuild

index 28c8ff5ffb1986e434ac124c92053eff5bac62a5..96830f8dde46657214f8ab25291735450b5973b9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"
index c5ef661a2a3f6fc0913313092195eef8b33a631b..a6bed5059a0dbbf7c414f0eb26ae018cd5c86c05 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"