Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/certbot-dns-rfc2136/
Date: Mon, 30 Jan 2023 10:29:39
Message-Id: 1675039583.455ebd3f5549687776d5ec039d93a13766411503.ceamac@gentoo
1 commit: 455ebd3f5549687776d5ec039d93a13766411503
2 Author: Thibaud CANALE <thican <AT> thican <DOT> net>
3 AuthorDate: Mon Jan 30 00:46:23 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 00:46:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=455ebd3f
7
8 app-crypt/certbot-dns-rfc2136: add 2.0.0, 2.1.0, 2.2.0
9
10 Also fix dependencies based on `setup.py` content.
11
12 Bug: https://bugs.gentoo.org/702744
13 Signed-off-by: Thibaud CANALE <thican <AT> thican.net>
14
15 app-crypt/certbot-dns-rfc2136/Manifest | 3 +++
16 ...-rfc2136-9999.ebuild => certbot-dns-rfc2136-2.0.0.ebuild} | 12 +++++-------
17 ...-rfc2136-9999.ebuild => certbot-dns-rfc2136-2.1.0.ebuild} | 12 +++++-------
18 ...-rfc2136-9999.ebuild => certbot-dns-rfc2136-2.2.0.ebuild} | 12 +++++-------
19 .../certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild | 12 +++++-------
20 5 files changed, 23 insertions(+), 28 deletions(-)
21
22 diff --git a/app-crypt/certbot-dns-rfc2136/Manifest b/app-crypt/certbot-dns-rfc2136/Manifest
23 new file mode 100644
24 index 000000000..3e3aea56f
25 --- /dev/null
26 +++ b/app-crypt/certbot-dns-rfc2136/Manifest
27 @@ -0,0 +1,3 @@
28 +DIST certbot-2.0.0.gh.tar.gz 1326589 BLAKE2B d1dc7e2c2a807f767d5dd4209b0fe079e18a8859c9a1b1dbdf62f240c123f20d5a63f01c5a92a4463b99f50b343e6956ac9a53c14c576b16bcd46c07f6f775f3 SHA512 c72d428a43d19b105a206931f8fe74e0c68dfc288a2e8667f25b9e292820eccd9ad04a11d9d3c4fcdbcb08cf2adc5f5fad12bd53b8df09dcc77c0a500a30e518
29 +DIST certbot-2.1.0.gh.tar.gz 1327451 BLAKE2B c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0 SHA512 83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc
30 +DIST certbot-2.2.0.gh.tar.gz 1331053 BLAKE2B 4a3e6d8b0b3b7f8537bd6b24234bad7657842ee64865bcef2701e572501640b7a2d49cf4dc62db25cda1039be2d20fb77ac6415cdcb4756fce0f96b5cb7410c6 SHA512 242bfa8e5b60c28b49457403b41421ef782b9f98f325cc423b58283fef410b33691c3ce126188b191c80fcd488fe5d51acfc5ca575c8e7c5b6b08198844bffb7
31
32 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.0.0.ebuild
33 similarity index 81%
34 copy from app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
35 copy to app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.0.0.ebuild
36 index 572a0e981..0789084e9 100644
37 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
38 +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.0.0.ebuild
39 @@ -1,9 +1,9 @@
40 -# Copyright 1999-2022 Gentoo Authors
41 +# Copyright 1999-2023 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=8
45
46 -PYTHON_COMPAT=( python3_{8..10} )
47 +PYTHON_COMPAT=( python3_{9..11} )
48 DISTUTILS_USE_PEP517=setuptools
49
50 inherit distutils-r1
51 @@ -27,6 +27,7 @@ fi
52
53 DESCRIPTION="RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)"
54 HOMEPAGE="
55 + https://github.com/certbot/certbot
56 https://letsencrypt.org/
57 "
58
59 @@ -36,17 +37,14 @@ SLOT="0"
60 S="${WORKDIR}/${PARENT_P}/${PN}"
61
62 BDEPEND="
63 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
64 + test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
65 "
66
67 RDEPEND="
68 ${PYTHON_DEPS}
69 >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
70 >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
71 - >=dev-python/pyopenssl-22.0.0[${PYTHON_USEDEP}]
72 - >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
73 - >=dev-python/zope-interface-5.4.0[${PYTHON_USEDEP}]
74 - >=dev-python/dnspython-2.2.0[${PYTHON_USEDEP}]
75 + >=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
76 "
77
78 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
79
80 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.1.0.ebuild
81 similarity index 81%
82 copy from app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
83 copy to app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.1.0.ebuild
84 index 572a0e981..0789084e9 100644
85 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
86 +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.1.0.ebuild
87 @@ -1,9 +1,9 @@
88 -# Copyright 1999-2022 Gentoo Authors
89 +# Copyright 1999-2023 Gentoo Authors
90 # Distributed under the terms of the GNU General Public License v2
91
92 EAPI=8
93
94 -PYTHON_COMPAT=( python3_{8..10} )
95 +PYTHON_COMPAT=( python3_{9..11} )
96 DISTUTILS_USE_PEP517=setuptools
97
98 inherit distutils-r1
99 @@ -27,6 +27,7 @@ fi
100
101 DESCRIPTION="RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)"
102 HOMEPAGE="
103 + https://github.com/certbot/certbot
104 https://letsencrypt.org/
105 "
106
107 @@ -36,17 +37,14 @@ SLOT="0"
108 S="${WORKDIR}/${PARENT_P}/${PN}"
109
110 BDEPEND="
111 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
112 + test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
113 "
114
115 RDEPEND="
116 ${PYTHON_DEPS}
117 >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
118 >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
119 - >=dev-python/pyopenssl-22.0.0[${PYTHON_USEDEP}]
120 - >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
121 - >=dev-python/zope-interface-5.4.0[${PYTHON_USEDEP}]
122 - >=dev-python/dnspython-2.2.0[${PYTHON_USEDEP}]
123 + >=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
124 "
125
126 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
127
128 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.2.0.ebuild
129 similarity index 81%
130 copy from app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
131 copy to app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.2.0.ebuild
132 index 572a0e981..0789084e9 100644
133 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
134 +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.2.0.ebuild
135 @@ -1,9 +1,9 @@
136 -# Copyright 1999-2022 Gentoo Authors
137 +# Copyright 1999-2023 Gentoo Authors
138 # Distributed under the terms of the GNU General Public License v2
139
140 EAPI=8
141
142 -PYTHON_COMPAT=( python3_{8..10} )
143 +PYTHON_COMPAT=( python3_{9..11} )
144 DISTUTILS_USE_PEP517=setuptools
145
146 inherit distutils-r1
147 @@ -27,6 +27,7 @@ fi
148
149 DESCRIPTION="RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)"
150 HOMEPAGE="
151 + https://github.com/certbot/certbot
152 https://letsencrypt.org/
153 "
154
155 @@ -36,17 +37,14 @@ SLOT="0"
156 S="${WORKDIR}/${PARENT_P}/${PN}"
157
158 BDEPEND="
159 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
160 + test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
161 "
162
163 RDEPEND="
164 ${PYTHON_DEPS}
165 >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
166 >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
167 - >=dev-python/pyopenssl-22.0.0[${PYTHON_USEDEP}]
168 - >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
169 - >=dev-python/zope-interface-5.4.0[${PYTHON_USEDEP}]
170 - >=dev-python/dnspython-2.2.0[${PYTHON_USEDEP}]
171 + >=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
172 "
173
174 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
175
176 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
177 index 572a0e981..0789084e9 100644
178 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
179 +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild
180 @@ -1,9 +1,9 @@
181 -# Copyright 1999-2022 Gentoo Authors
182 +# Copyright 1999-2023 Gentoo Authors
183 # Distributed under the terms of the GNU General Public License v2
184
185 EAPI=8
186
187 -PYTHON_COMPAT=( python3_{8..10} )
188 +PYTHON_COMPAT=( python3_{9..11} )
189 DISTUTILS_USE_PEP517=setuptools
190
191 inherit distutils-r1
192 @@ -27,6 +27,7 @@ fi
193
194 DESCRIPTION="RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)"
195 HOMEPAGE="
196 + https://github.com/certbot/certbot
197 https://letsencrypt.org/
198 "
199
200 @@ -36,17 +37,14 @@ SLOT="0"
201 S="${WORKDIR}/${PARENT_P}/${PN}"
202
203 BDEPEND="
204 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
205 + test? ( >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
206 "
207
208 RDEPEND="
209 ${PYTHON_DEPS}
210 >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
211 >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
212 - >=dev-python/pyopenssl-22.0.0[${PYTHON_USEDEP}]
213 - >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
214 - >=dev-python/zope-interface-5.4.0[${PYTHON_USEDEP}]
215 - >=dev-python/dnspython-2.2.0[${PYTHON_USEDEP}]
216 + >=dev-python/dnspython-2.2.1[${PYTHON_USEDEP}]
217 "
218
219 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme