diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:23:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:29:12 +0100 |
commit | 0e149ae2a65f5d57b8eb1837c8f173607eb8dda8 (patch) | |
tree | 92f95af73640ed2d1a7a5fd70f6d9e0e34bd8182 /app-crypt | |
parent | dev-python/joblib: Remove py2 (diff) | |
download | gentoo-0e149ae2a65f5d57b8eb1837c8f173607eb8dda8.tar.gz gentoo-0e149ae2a65f5d57b8eb1837c8f173607eb8dda8.tar.bz2 gentoo-0e149ae2a65f5d57b8eb1837c8f173607eb8dda8.zip |
app-crypt/acme: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-0.39.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/acme/acme-0.40.1.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/acme/acme-1.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/acme/acme-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/acme/acme-0.39.0.ebuild b/app-crypt/acme/acme-0.39.0.ebuild index f045a98c0861..0ce5fe5770d8 100644 --- a/app-crypt/acme/acme-0.39.0.ebuild +++ b/app-crypt/acme/acme-0.39.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_6,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/acme/acme-0.40.1.ebuild b/app-crypt/acme/acme-0.40.1.ebuild index f045a98c0861..0ce5fe5770d8 100644 --- a/app-crypt/acme/acme-0.40.1.ebuild +++ b/app-crypt/acme/acme-0.40.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,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/acme/acme-1.0.0.ebuild b/app-crypt/acme/acme-1.0.0.ebuild index f045a98c0861..0ce5fe5770d8 100644 --- a/app-crypt/acme/acme-1.0.0.ebuild +++ b/app-crypt/acme/acme-1.0.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_6,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/acme/acme-1.1.0.ebuild b/app-crypt/acme/acme-1.1.0.ebuild index da68660fa26a..4aaf884c944a 100644 --- a/app-crypt/acme/acme-1.1.0.ebuild +++ b/app-crypt/acme/acme-1.1.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_6,3_7,3_8}) +PYTHON_COMPAT=(python{3_6,3_7,3_8}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index da68660fa26a..4aaf884c944a 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-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,3_8}) +PYTHON_COMPAT=(python{3_6,3_7,3_8}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" |