diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-11-07 16:32:56 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-11-07 16:35:06 -0600 |
commit | d1b9a83788cbd60f322d3835bcd76f64b8d7b8f8 (patch) | |
tree | 042c6ab6d7489abb374b0155c7b610f8a2457129 /app-crypt/certbot | |
parent | app-crypt/acme: 1.9.0 stable amd64/x86 with cleanup (diff) | |
download | gentoo-d1b9a83788cbd60f322d3835bcd76f64b8d7b8f8.tar.gz gentoo-d1b9a83788cbd60f322d3835bcd76f64b8d7b8f8.tar.bz2 gentoo-d1b9a83788cbd60f322d3835bcd76f64b8d7b8f8.zip |
app-crypt/certbot: 1.9.0 stable amd64/x86 with cleanup
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot')
-rw-r--r-- | app-crypt/certbot/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-1.8.0.ebuild | 46 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-1.9.0.ebuild | 2 |
3 files changed, 1 insertions, 48 deletions
diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest index 5c68a71d2a27..7c86ae3bafc1 100644 --- a/app-crypt/certbot/Manifest +++ b/app-crypt/certbot/Manifest @@ -1,2 +1 @@ -DIST certbot-1.8.0.tar.gz 1425620 BLAKE2B 9cc0443fd067bf594f02a79c99defa250e656dbee00cd2717a4a747abfe80511ffcb800b6ac63e484a918192dad9465dc45335f358267fa998af16e966b8e2a6 SHA512 c6559fe1e5db6269942bda3738c00b1b550ec448288eaf911ba9c3967c7e949b34bdd8b77742398f0a512ce07929fa2f227c1202e40900151762f1db6ff9de56 DIST certbot-1.9.0.tar.gz 1425703 BLAKE2B 9bf78824649870b3e1fc3175aae551cbfaa675a8930a89f35ba2330647d86798e4fc43011c617be2d278ab20c43dd05b02e8e61956dd7f9d10d444181874346e SHA512 098d8c077f5760c1f40f7d673820488ad7643c8b9c12561a58921cd95f60ae76515cefc19f822747f3385a68eba6f49fe5484b20142994ef67a26b0b16293ce8 diff --git a/app-crypt/certbot/certbot-1.8.0.ebuild b/app-crypt/certbot/certbot-1.8.0.ebuild deleted file mode 100644 index 6f5c706cae23..000000000000 --- a/app-crypt/certbot/certbot-1.8.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=(python{3_6,3_7,3_8}) -DISTUTILS_USE_SETUPTOOLS=rdepend - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/certbot/certbot.git" - inherit git-r3 -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" -fi -S=${WORKDIR}/${P}/${PN} - -inherit distutils-r1 - -DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates" -HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-crypt/acme-1.6.0[${PYTHON_USEDEP}] - >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] - dev-python/configobj[${PYTHON_USEDEP}] - >=dev-python/cryptography-2.8[${PYTHON_USEDEP}] - >=dev-python/distro-1.0.1[${PYTHON_USEDEP}] - >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}] - >=dev-python/parsedatetime-1.3[${PYTHON_USEDEP}] - dev-python/pyrfc3339[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/zope-component[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_prepare_all() { - # required as deps of deps can trigger this too... - echo ' ignore:.*collections\.abc:DeprecationWarning' >> ../pytest.ini - distutils-r1_python_prepare_all -} diff --git a/app-crypt/certbot/certbot-1.9.0.ebuild b/app-crypt/certbot/certbot-1.9.0.ebuild index e54440941505..a2a86aad3888 100644 --- a/app-crypt/certbot/certbot-1.9.0.ebuild +++ b/app-crypt/certbot/certbot-1.9.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi S=${WORKDIR}/${P}/${PN} |