* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2019-10-13 13:15 罗百科
0 siblings, 0 replies; 15+ messages in thread
From: 罗百科 @ 2019-10-13 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 7e40af4d693d9313dd3be3044502130e2e88c781
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 13:12:44 2019 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 13:15:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e40af4d
app-crypt/certbot-dns-nsone: Initial import
Ebuilds taken from adjust gentoo-overlay
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
app-crypt/certbot-dns-nsone/Manifest | 1 +
.../certbot-dns-nsone-0.39.0.ebuild | 33 ++++++++++++++++++++++
app-crypt/certbot-dns-nsone/metadata.xml | 8 ++++++
3 files changed, 42 insertions(+)
diff --git a/app-crypt/certbot-dns-nsone/Manifest b/app-crypt/certbot-dns-nsone/Manifest
new file mode 100644
index 00000000000..825236135af
--- /dev/null
+++ b/app-crypt/certbot-dns-nsone/Manifest
@@ -0,0 +1 @@
+DIST certbot-dns-nsone-0.39.0.tar.gz 1350312 BLAKE2B 5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9 SHA512 17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
new file mode 100644
index 00000000000..20526acadae
--- /dev/null
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+
+if [[ ${PV} == 9999* ]]; then
+ EGIT_REPO_URI="https://github.com/certbot/certbot.git"
+ inherit git-r3
+ S=${WORKDIR}/${P}/${PN}
+else
+ SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+ S=${WORKDIR}/certbot-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="NS1 DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+ =app-crypt/certbot-${PV%.*}*[${PYTHON_USEDEP}]
+ =app-crypt/acme-${PV%.*}*[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
+ dev-python/dns-lexicon[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
diff --git a/app-crypt/certbot-dns-nsone/metadata.xml b/app-crypt/certbot-dns-nsone/metadata.xml
new file mode 100644
index 00000000000..f3de5f693ed
--- /dev/null
+++ b/app-crypt/certbot-dns-nsone/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>patrick@gentoo.org</email>
+ <name>Patrick Lauer</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2020-02-04 16:21 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2020-02-04 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 1b679b3f10cfc01048e4e6a8b48ca78418a7765e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:52:20 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 16:21:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b679b3f
app-crypt/certbot-dns-nsone: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
index 8278a0a87d4..6a9e578cd9a 100644
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.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)
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2020-02-17 21:51 Matthew Thode
0 siblings, 0 replies; 15+ messages in thread
From: Matthew Thode @ 2020-02-17 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 8f4486c6e674241ae61c53729a6bc61b3246ed5f
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 21:39:10 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 21:51:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4486c6
app-crypt/certbot-dns-nsone: fix patrick's broken deps
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
...-nsone-0.39.0.ebuild => certbot-dns-nsone-0.39.0-r1.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
similarity index 80%
rename from app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
rename to app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
index 6a9e578cd9a..221d334e171 100644
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=(python3_6)
+EAPI=7
+PYTHON_COMPAT=(python3_6 python3_7)
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git"
@@ -25,9 +25,9 @@ IUSE=""
CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND}
- =app-crypt/certbot-${PV%.*}*[${PYTHON_USEDEP}]
- =app-crypt/acme-${PV%.*}*[${PYTHON_USEDEP}]
+ >=app-crypt/certbot-0.31.0[${PYTHON_USEDEP}]
+ >=app-crypt/acme-0.39.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
- dev-python/dns-lexicon[${PYTHON_USEDEP}]"
+ >=dev-python/dns-lexicon-2.2.1[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2020-12-04 15:27 Aaron Bauman
0 siblings, 0 replies; 15+ messages in thread
From: Aaron Bauman @ 2020-12-04 15:27 UTC (permalink / raw
To: gentoo-commits
commit: a90981f868b18a77750bc3017e67b405aea7a0a0
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 4 15:24:11 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Dec 4 15:25:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90981f8
app-crypt/certbot-dns-nsone: add py3_{8,9}. Fix DISTUTILS
Closes: https://bugs.gentoo.org/745852
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
index 221d334e171..3f80a50feaa 100644
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
@@ -2,7 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_6 python3_7)
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git"
@@ -23,11 +26,9 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
-CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
+RDEPEND="
>=app-crypt/certbot-0.31.0[${PYTHON_USEDEP}]
>=app-crypt/acme-0.39.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
>=dev-python/dns-lexicon-2.2.1[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2021-08-15 23:05 Louis Sautier
0 siblings, 0 replies; 15+ messages in thread
From: Louis Sautier @ 2021-08-15 23:05 UTC (permalink / raw
To: gentoo-commits
commit: 9b7ec9c5f6b733a6b775998f959fc36507138c8b
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 23:00:20 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 23:01:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7ec9c5
app-crypt/certbot-dns-nsone: add pypi upstream metadata
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
app-crypt/certbot-dns-nsone/metadata.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/app-crypt/certbot-dns-nsone/metadata.xml b/app-crypt/certbot-dns-nsone/metadata.xml
index f3de5f693ed..b2135f52766 100644
--- a/app-crypt/certbot-dns-nsone/metadata.xml
+++ b/app-crypt/certbot-dns-nsone/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
+ <maintainer type="person">
+ <email>patrick@gentoo.org</email>
+ <name>Patrick Lauer</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">certbot-dns-nsone</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2021-08-15 23:22 Louis Sautier
0 siblings, 0 replies; 15+ messages in thread
From: Louis Sautier @ 2021-08-15 23:22 UTC (permalink / raw
To: gentoo-commits
commit: 9500a1424a688533095ca45288879cbc6b303c34
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 23:09:49 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 23:09:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9500a142
app-crypt/certbot-dns-nsone: mark ALLARCHES
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
app-crypt/certbot-dns-nsone/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-crypt/certbot-dns-nsone/metadata.xml b/app-crypt/certbot-dns-nsone/metadata.xml
index b2135f52766..2edd5c68e50 100644
--- a/app-crypt/certbot-dns-nsone/metadata.xml
+++ b/app-crypt/certbot-dns-nsone/metadata.xml
@@ -5,6 +5,7 @@
<email>patrick@gentoo.org</email>
<name>Patrick Lauer</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">certbot-dns-nsone</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2021-08-15 23:22 Louis Sautier
0 siblings, 0 replies; 15+ messages in thread
From: Louis Sautier @ 2021-08-15 23:22 UTC (permalink / raw
To: gentoo-commits
commit: aa0c5d3b22c2eb9bb7ae42d9295babae823f91b5
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 23:10:15 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 23:20:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0c5d3b
app-crypt/certbot-dns-nsone: add 1.18.0, enable py3.10, tests and doc
Closes: https://bugs.gentoo.org/795543
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
app-crypt/certbot-dns-nsone/Manifest | 1 +
.../certbot-dns-nsone-1.18.0.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-crypt/certbot-dns-nsone/Manifest b/app-crypt/certbot-dns-nsone/Manifest
index 825236135af..59c172d8f56 100644
--- a/app-crypt/certbot-dns-nsone/Manifest
+++ b/app-crypt/certbot-dns-nsone/Manifest
@@ -1 +1,2 @@
DIST certbot-dns-nsone-0.39.0.tar.gz 1350312 BLAKE2B 5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9 SHA512 17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0
+DIST certbot-dns-nsone-1.18.0.tar.gz 1332615 BLAKE2B eb086710b943893025d6e1091470ca02de074232372f4c9fa21fa83a347fe54df988b9553c8cf6afd6e166b8c464d595171984c984008a872e16c0179bb774b2 SHA512 94b16ba0586e0f5d3036280c68f9976c25889ca48fbbe7aded41f0d9feba2300a3f0ff8fe321b39d8642bcdd874c7332cf2acb3187b5869fe415831f58a75a7b
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild
new file mode 100644
index 00000000000..1fea8e6f659
--- /dev/null
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+S=${WORKDIR}/certbot-${PV}/${PN}
+
+inherit distutils-r1
+
+DESCRIPTION="NS1 DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+ >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+ >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
+ >=dev-python/dns-lexicon-3.2.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2023-01-10 14:42 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2023-01-10 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 9d33f2a7b773ed2cc3775e6b4009056bc3dc4808
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 14:41:22 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 14:42:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d33f2a7
app-crypt/certbot-dns-nsone: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild
index 1fea8e6f659c..6c37e4f72b87 100644
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_SETUPTOOLS=rdepend
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2023-01-10 14:42 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2023-01-10 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 435c323367dbdcdca7206d691ca8e7864321ae4f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 14:41:12 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 14:42:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435c3233
app-crypt/certbot-dns-nsone: Remove old requiring Py < 3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-dns-nsone/Manifest | 1 -
.../certbot-dns-nsone-0.39.0-r1.ebuild | 34 ----------------------
2 files changed, 35 deletions(-)
diff --git a/app-crypt/certbot-dns-nsone/Manifest b/app-crypt/certbot-dns-nsone/Manifest
index 59c172d8f564..cf97e5c2cb7e 100644
--- a/app-crypt/certbot-dns-nsone/Manifest
+++ b/app-crypt/certbot-dns-nsone/Manifest
@@ -1,2 +1 @@
-DIST certbot-dns-nsone-0.39.0.tar.gz 1350312 BLAKE2B 5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9 SHA512 17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0
DIST certbot-dns-nsone-1.18.0.tar.gz 1332615 BLAKE2B eb086710b943893025d6e1091470ca02de074232372f4c9fa21fa83a347fe54df988b9553c8cf6afd6e166b8c464d595171984c984008a872e16c0179bb774b2 SHA512 94b16ba0586e0f5d3036280c68f9976c25889ca48fbbe7aded41f0d9feba2300a3f0ff8fe321b39d8642bcdd874c7332cf2acb3187b5869fe415831f58a75a7b
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
deleted file mode 100644
index 92ce17bb7251..000000000000
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="https://github.com/certbot/certbot.git"
- inherit git-r3
- S=${WORKDIR}/${P}/${PN}
-else
- SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S=${WORKDIR}/certbot-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="NS1 DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=app-crypt/certbot-0.31.0[${PYTHON_USEDEP}]
- >=app-crypt/acme-0.39.0[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/zope-interface[${PYTHON_USEDEP}]
- >=dev-python/dns-lexicon-2.2.1[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2023-04-09 16:19 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2023-04-09 16:19 UTC (permalink / raw
To: gentoo-commits
commit: cb3c650ff96680a6b679bee69cc80b79b8c7e179
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 16:12:06 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 16:12:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3c650f
app-crypt/certbot-dns-nsone: PEP517, py3.11
Closes: https://bugs.gentoo.org/896516
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-dns-nsone/Manifest | 1 +
.../certbot-dns-nsone-1.18.0-r1.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-crypt/certbot-dns-nsone/Manifest b/app-crypt/certbot-dns-nsone/Manifest
index cf97e5c2cb7e..d8d93538f258 100644
--- a/app-crypt/certbot-dns-nsone/Manifest
+++ b/app-crypt/certbot-dns-nsone/Manifest
@@ -1 +1,2 @@
+DIST certbot-1.18.0.gh.tar.gz 1332615 BLAKE2B eb086710b943893025d6e1091470ca02de074232372f4c9fa21fa83a347fe54df988b9553c8cf6afd6e166b8c464d595171984c984008a872e16c0179bb774b2 SHA512 94b16ba0586e0f5d3036280c68f9976c25889ca48fbbe7aded41f0d9feba2300a3f0ff8fe321b39d8642bcdd874c7332cf2acb3187b5869fe415831f58a75a7b
DIST certbot-dns-nsone-1.18.0.tar.gz 1332615 BLAKE2B eb086710b943893025d6e1091470ca02de074232372f4c9fa21fa83a347fe54df988b9553c8cf6afd6e166b8c464d595171984c984008a872e16c0179bb774b2 SHA512 94b16ba0586e0f5d3036280c68f9976c25889ca48fbbe7aded41f0d9feba2300a3f0ff8fe321b39d8642bcdd874c7332cf2acb3187b5869fe415831f58a75a7b
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
new file mode 100644
index 000000000000..925d64f17b47
--- /dev/null
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=certbot-${PV}
+DESCRIPTION="NS1 DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
+HOMEPAGE="
+ https://github.com/certbot/certbot/
+ https://letsencrypt.org/
+"
+SRC_URI="
+ https://github.com/certbot/certbot/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/${PN}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+ >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
+ >=dev-python/dns-lexicon-3.2.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2023-04-09 16:19 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2023-04-09 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 730623bd04ba23676de2f65401c888a25ad8baff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 16:18:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 16:18:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730623bd
app-crypt/certbot-dns-nsone: Add GH remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-dns-nsone/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-crypt/certbot-dns-nsone/metadata.xml b/app-crypt/certbot-dns-nsone/metadata.xml
index 5c8ebb1ce237..393083b41065 100644
--- a/app-crypt/certbot-dns-nsone/metadata.xml
+++ b/app-crypt/certbot-dns-nsone/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
+ <remote-id type="github">certbot/certbot</remote-id>
<remote-id type="pypi">certbot-dns-nsone</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2024-05-28 16:23 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2024-05-28 16:23 UTC (permalink / raw
To: gentoo-commits
commit: fdceebae8a00edd349c4316a26acddc113c22ff2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 16:06:07 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 16:23:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdceebae
app-crypt/certbot-dns-nsone: Enable py3.12
Closes: https://bugs.gentoo.org/929289
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
index 925d64f17b47..530fec9a0dfb 100644
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2024-07-12 19:26 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2024-07-12 19:26 UTC (permalink / raw
To: gentoo-commits
commit: a9b9d425c9e9b00b26c2be2dbc8d3632e301b1bd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 19:16:17 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 19:26:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b9d425
app-crypt/certbot-dns-nsone: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
index 530fec9a0dfb..4e3b047b30b9 100644
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
@@ -31,5 +31,6 @@ RDEPEND="
>=dev-python/dns-lexicon-3.2.1[${PYTHON_USEDEP}]
"
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+distutils_enable_sphinx docs \
+ dev-python/sphinx-rtd-theme
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2024-07-12 19:26 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2024-07-12 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 1f57baae882c11b6cb3f268aef556c78d75f2f98
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 19:15:51 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 19:26:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f57baae
app-crypt/certbot-dns-nsone: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-dns-nsone/Manifest | 1 -
.../certbot-dns-nsone-1.18.0.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/app-crypt/certbot-dns-nsone/Manifest b/app-crypt/certbot-dns-nsone/Manifest
index d8d93538f258..df03c8694702 100644
--- a/app-crypt/certbot-dns-nsone/Manifest
+++ b/app-crypt/certbot-dns-nsone/Manifest
@@ -1,2 +1 @@
DIST certbot-1.18.0.gh.tar.gz 1332615 BLAKE2B eb086710b943893025d6e1091470ca02de074232372f4c9fa21fa83a347fe54df988b9553c8cf6afd6e166b8c464d595171984c984008a872e16c0179bb774b2 SHA512 94b16ba0586e0f5d3036280c68f9976c25889ca48fbbe7aded41f0d9feba2300a3f0ff8fe321b39d8642bcdd874c7332cf2acb3187b5869fe415831f58a75a7b
-DIST certbot-dns-nsone-1.18.0.tar.gz 1332615 BLAKE2B eb086710b943893025d6e1091470ca02de074232372f4c9fa21fa83a347fe54df988b9553c8cf6afd6e166b8c464d595171984c984008a872e16c0179bb774b2 SHA512 94b16ba0586e0f5d3036280c68f9976c25889ca48fbbe7aded41f0d9feba2300a3f0ff8fe321b39d8642bcdd874c7332cf2acb3187b5869fe415831f58a75a7b
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild
deleted file mode 100644
index 8691a783350c..000000000000
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-S=${WORKDIR}/certbot-${PV}/${PN}
-
-inherit distutils-r1
-
-DESCRIPTION="NS1 DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
- >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
- >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
- dev-python/zope-interface[${PYTHON_USEDEP}]
- >=dev-python/dns-lexicon-3.2.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
@ 2024-07-12 19:26 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2024-07-12 19:26 UTC (permalink / raw
To: gentoo-commits
commit: a6db18e5cfe8a00f0cbc7fe592ea7f8fa05732fa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 19:22:50 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 19:26:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6db18e5
app-crypt/certbot-dns-nsone: Add PyPI to HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
index 4e3b047b30b9..c8fab3722ee6 100644
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
@@ -12,6 +12,7 @@ MY_P=certbot-${PV}
DESCRIPTION="NS1 DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
HOMEPAGE="
https://github.com/certbot/certbot/
+ https://pypi.org/project/certbot-dns-nsone/
https://letsencrypt.org/
"
SRC_URI="
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2024-07-12 19:26 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 19:26 [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-07-12 19:26 Michał Górny
2024-07-12 19:26 Michał Górny
2024-05-28 16:23 Michał Górny
2023-04-09 16:19 Michał Górny
2023-04-09 16:19 Michał Górny
2023-01-10 14:42 Michał Górny
2023-01-10 14:42 Michał Górny
2021-08-15 23:22 Louis Sautier
2021-08-15 23:22 Louis Sautier
2021-08-15 23:05 Louis Sautier
2020-12-04 15:27 Aaron Bauman
2020-02-17 21:51 Matthew Thode
2020-02-04 16:21 Michał Górny
2019-10-13 13:15 罗百科
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox