Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/
Date: Thu, 10 Feb 2022 03:02:15
Message-Id: 1644462125.7e123d9459e4af9c305df67d336621bf7fa09032.prometheanfire@gentoo
1 commit: 7e123d9459e4af9c305df67d336621bf7fa09032
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 10 03:01:18 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 10 03:02:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e123d94
7
8 apx p-crypt/certbot-nginx: 1.23.0 bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-crypt/certbot-nginx/Manifest | 1 +
14 .../certbot-nginx/certbot-nginx-1.23.0.ebuild | 35 ++++++++++++++++++++++
15 2 files changed, 36 insertions(+)
16
17 diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
18 index aef8f03379a4..e6e554036048 100644
19 --- a/app-crypt/certbot-nginx/Manifest
20 +++ b/app-crypt/certbot-nginx/Manifest
21 @@ -1 +1,2 @@
22 DIST certbot-1.22.0.tar.gz 1352714 BLAKE2B 213dc08d3a88e0d20d6324c026a47eb96b9e45fbde41f79e37c2e62c655d7c6df01292e110d2e78ea085dfc62ef3c7b623279224029c9ae2a59e69c5c00054a5 SHA512 9a7a0d11e9fd5bd59b526a2cc5d0029b972e34a2bf41035c2d8ab535b93fc6d985ee8ea3dd5e50a7f4af80450135b739d1297245ad21b47b8362cddb03738932
23 +DIST certbot-1.23.0.tar.gz 1361107 BLAKE2B a1b1e029436eb32840d56ca815478df3774a30b69552c5f7a4ca18b054a49c8ce342fe7f7ffecfb6c0fb93338bb722d57e4537e1f142ab162bb8208575ee34be SHA512 bb64139c6406e7c87571beb94d435e079368cbb249d96b522dab72a9529b3a825f9258aac70c5a582d58117c700da281fb43ed8369f40a236c0b7e6acb5237b0
24
25 diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild
26 new file mode 100644
27 index 000000000000..85fd0214055e
28 --- /dev/null
29 +++ b/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild
30 @@ -0,0 +1,35 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +DISTUTILS_USE_SETUPTOOLS=rdepend
38 +
39 +if [[ ${PV} == 9999* ]]; then
40 + EGIT_REPO_URI="https://github.com/certbot/certbot.git"
41 + inherit git-r3
42 + S=${WORKDIR}/${P}/${PN}
43 +else
44 + SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
45 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 + S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
47 +fi
48 +
49 +inherit distutils-r1
50 +
51 +DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
52 +HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
53 +
54 +LICENSE="Apache-2.0"
55 +SLOT="0"
56 +IUSE=""
57 +
58 +RDEPEND="
59 + >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
60 + >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
61 + >=dev-python/pyopenssl-17.3.0[${PYTHON_USEDEP}]
62 + >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
63 + dev-python/zope-interface[${PYTHON_USEDEP}]"
64 +
65 +distutils_enable_tests pytest