app-text/pelican: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:05:54 +0000 (14:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:24:06 +0000 (14:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-text/pelican/pelican-3.7.1.ebuild
app-text/pelican/pelican-4.0.0.ebuild
app-text/pelican/pelican-4.0.1.ebuild
app-text/pelican/pelican-4.1.2.ebuild
app-text/pelican/pelican-4.2.0.ebuild
app-text/pelican/pelican-9999.ebuild

index 362df26c4ce9371174575a446b21c625baee44e0..28cced5b2014cce8cbd33296ed333e5bf7077e84 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 a83f2587e5d44fe6c2ba4f0cdcd1478db250cae4..8f8778fe81661b99e057eca63a6eace4f0241faa 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 b57181167f8746928e4373e7828de22302b87417..e3b6b62d0ceeccebf0c1f24b6f12b2f5687f23f0 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} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index b57181167f8746928e4373e7828de22302b87417..e3b6b62d0ceeccebf0c1f24b6f12b2f5687f23f0 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} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 7fbac241acb9e725bad88f3eac8c7457055fdf33..e2553e89bf4ab2455c9e2567f122b99089209f42 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_5,3_6,3_7} )
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
 
 inherit distutils-r1
 
index 00b64012eef4bf14880cd1981d816be9e88cfe08..cda70ce55f5a64f3b62b84e59f1c4f35e299cccc 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1 git-r3