dev-lang/hy: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:19:34 +0000 (13:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:23:11 +0000 (13:23 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-lang/hy/hy-0.14.0.ebuild
dev-lang/hy/hy-0.15.0.ebuild
dev-lang/hy/hy-0.16.0.ebuild
dev-lang/hy/hy-0.17.0.ebuild

index 08a36201b85ec8e7df3e9a3ce59103f53f7e936f..1a9be26d43d124c1816430c50ad166a9bd94e4db 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=5
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"
index 7b8d1d4f50219bfeaff232e2c038852e60cb53d1..fff33b321870c16789f190ef53e7895c20a081e8 100644 (file)
@@ -4,7 +4,7 @@
 EAPI="7"
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_6})
+PYTHON_COMPAT=(python3_6)
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"
index b87fe0151310d21a13534212c26cef50f17f78e9..01a6a7380102e4bafe3cf8ae748816f13c0d7bce 100644 (file)
@@ -4,7 +4,7 @@
 EAPI="7"
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7})
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"
index 8ca5efefbed7778121ef1ba330c592256fb87297..694d004ed9b70dc87f18a6eee16bf6b4fcc9933b 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7})
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"