dev-python/pyopengl_accelerate: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:40:46 +0000 (20:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:53:16 +0000 (20:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.0-r1.ebuild
dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.0.ebuild

index 469d1d51f864423b99d0c48838579057f4f14644..96b8f543fd48a7d33cce24b356156bf58fc4f538 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index dd7855c1955104ccd417bc6df56ff9d4154bd2dc..7ca6bce20653ea725c8c94d0126e832e76800f57 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1