summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 14:05:54 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 14:24:06 +0100
commit406fde4141c6d62861438ab1ca1df62bafe6c8fd (patch)
tree3d294420615aa68c688356ea6b1a9a167f902217
parentmail-client/geary: ensure a single enchant version mapped at runtime (diff)
downloadgentoo-406fde4141c6d62861438ab1ca1df62bafe6c8fd.tar.gz
gentoo-406fde4141c6d62861438ab1ca1df62bafe6c8fd.tar.bz2
gentoo-406fde4141c6d62861438ab1ca1df62bafe6c8fd.zip
app-text/pelican: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-text/pelican/pelican-3.7.1.ebuild2
-rw-r--r--app-text/pelican/pelican-4.0.0.ebuild2
-rw-r--r--app-text/pelican/pelican-4.0.1.ebuild2
-rw-r--r--app-text/pelican/pelican-4.1.2.ebuild2
-rw-r--r--app-text/pelican/pelican-4.2.0.ebuild2
-rw-r--r--app-text/pelican/pelican-9999.ebuild2
6 files changed, 6 insertions, 6 deletions
diff --git a/app-text/pelican/pelican-3.7.1.ebuild b/app-text/pelican/pelican-3.7.1.ebuild
index 362df26c4ce9..28cced5b2014 100644
--- a/app-text/pelican/pelican-3.7.1.ebuild
+++ b/app-text/pelican/pelican-3.7.1.ebuild
@@ -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
diff --git a/app-text/pelican/pelican-4.0.0.ebuild b/app-text/pelican/pelican-4.0.0.ebuild
index a83f2587e5d4..8f8778fe8166 100644
--- a/app-text/pelican/pelican-4.0.0.ebuild
+++ b/app-text/pelican/pelican-4.0.0.ebuild
@@ -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
diff --git a/app-text/pelican/pelican-4.0.1.ebuild b/app-text/pelican/pelican-4.0.1.ebuild
index b57181167f87..e3b6b62d0cee 100644
--- a/app-text/pelican/pelican-4.0.1.ebuild
+++ b/app-text/pelican/pelican-4.0.1.ebuild
@@ -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
diff --git a/app-text/pelican/pelican-4.1.2.ebuild b/app-text/pelican/pelican-4.1.2.ebuild
index b57181167f87..e3b6b62d0cee 100644
--- a/app-text/pelican/pelican-4.1.2.ebuild
+++ b/app-text/pelican/pelican-4.1.2.ebuild
@@ -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
diff --git a/app-text/pelican/pelican-4.2.0.ebuild b/app-text/pelican/pelican-4.2.0.ebuild
index 7fbac241acb9..e2553e89bf4a 100644
--- a/app-text/pelican/pelican-4.2.0.ebuild
+++ b/app-text/pelican/pelican-4.2.0.ebuild
@@ -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
diff --git a/app-text/pelican/pelican-9999.ebuild b/app-text/pelican/pelican-9999.ebuild
index 00b64012eef4..cda70ce55f5a 100644
--- a/app-text/pelican/pelican-9999.ebuild
+++ b/app-text/pelican/pelican-9999.ebuild
@@ -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