* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-desec/
@ 2022-03-31 7:24 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-03-31 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 8bf2abd9f21dc099886d5b6c8a9d4bfc9595a72b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Mar 20 13:43:58 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Mar 31 01:57:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bf2abd9
app-crypt/certbot-dns-desec: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-crypt/certbot-dns-desec/Manifest | 1 +
.../certbot-dns-desec-1.2.0.ebuild | 29 ++++++++++++++++++++++
app-crypt/certbot-dns-desec/metadata.xml | 16 ++++++++++++
3 files changed, 46 insertions(+)
diff --git a/app-crypt/certbot-dns-desec/Manifest b/app-crypt/certbot-dns-desec/Manifest
new file mode 100644
index 000000000..d894225ad
--- /dev/null
+++ b/app-crypt/certbot-dns-desec/Manifest
@@ -0,0 +1 @@
+DIST certbot-dns-desec-1.2.0.tar.gz 16866 BLAKE2B ba3951d8897e3b10d36b47883a2a7d1ef6a970c63370554194d3c632037cacd9b00fe8b9be0b44bc25b3e2463113cb0d9fa9c02a42cce5cf969ffc596b9d41dd SHA512 6c069eb8c262614a2d90aee10ef489febea1bcb2fe8a27fdc7dcd8321d631d85e956af0e132e207fd6a141a290378d8e9dc0f50a93a19a376460878864c22dbd
diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild
new file mode 100644
index 000000000..793e95078
--- /dev/null
+++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="deSEC DNS Authenticator plugin for Certbot"
+HOMEPAGE="
+ https://pypi.org/project/certbot-dns-desec
+ https://github.com/desec-io/certbot-dns-desec
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ app-crypt/certbot[${PYTHON_USEDEP}]
+ app-crypt/certbot[${PYTHON_USEDEP}]
+"
+BDEPEND="test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/requests-mock[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
diff --git a/app-crypt/certbot-dns-desec/metadata.xml b/app-crypt/certbot-dns-desec/metadata.xml
new file mode 100644
index 000000000..db36622c8
--- /dev/null
+++ b/app-crypt/certbot-dns-desec/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">certbot-dns-desec</remote-id>
+ <remote-id type="github">desec-io/certbot-dns-desec</remote-id>
+ <maintainer>
+ <email>nils@desec.io</email>
+ <name>Nils Wisiol</name>
+ </maintainer>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-desec/
@ 2022-10-29 17:21 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-10-29 17:21 UTC (permalink / raw
To: gentoo-commits
commit: e485ed50e57dd51a70a325c05a8a56a5c2a4e818
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Oct 29 16:36:14 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Oct 29 16:36:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e485ed50
app-crypt/certbot-dns-desec: PEP517
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild
index fca623fc6..e0440245f 100644
--- a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild
+++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="deSEC DNS Authenticator plugin for Certbot"
@@ -19,7 +20,6 @@ KEYWORDS="~amd64"
RDEPEND="
app-crypt/certbot[${PYTHON_USEDEP}]
- app-crypt/certbot[${PYTHON_USEDEP}]
"
BDEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-desec/
@ 2022-12-12 20:26 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-12-12 20:26 UTC (permalink / raw
To: gentoo-commits
commit: aa15e0c23f7508511b374501f378a1732f0ff296
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 12 20:20:54 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 12 20:25:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa15e0c2
app-crypt/certbot-dns-desec: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
index e0440245f..1285aedc5 100644
--- a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
+++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-desec/
@ 2022-12-12 20:26 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-12-12 20:26 UTC (permalink / raw
To: gentoo-commits
commit: 0b77a0883d8a3108608975d52de6f5d925161ea4
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 12 19:21:00 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 12 20:25:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b77a088
app-crypt/certbot-dns-desec: add 1.2.1, drop 1.2.0
Closes: https://bugs.gentoo.org/884535
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-crypt/certbot-dns-desec/Manifest | 2 +-
.../{certbot-dns-desec-1.2.0.ebuild => certbot-dns-desec-1.2.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/certbot-dns-desec/Manifest b/app-crypt/certbot-dns-desec/Manifest
index d894225ad..83a2fa814 100644
--- a/app-crypt/certbot-dns-desec/Manifest
+++ b/app-crypt/certbot-dns-desec/Manifest
@@ -1 +1 @@
-DIST certbot-dns-desec-1.2.0.tar.gz 16866 BLAKE2B ba3951d8897e3b10d36b47883a2a7d1ef6a970c63370554194d3c632037cacd9b00fe8b9be0b44bc25b3e2463113cb0d9fa9c02a42cce5cf969ffc596b9d41dd SHA512 6c069eb8c262614a2d90aee10ef489febea1bcb2fe8a27fdc7dcd8321d631d85e956af0e132e207fd6a141a290378d8e9dc0f50a93a19a376460878864c22dbd
+DIST certbot-dns-desec-1.2.1.tar.gz 16680 BLAKE2B 0cc3ffe4a1f863f895c36a92c3a53b5845e46501cdc14ef320b69da64b02027263173feddaeea35bd45b002016f0f4eb2a6bf096df8bfe0619d624609982fef5 SHA512 fef076369a56246406802511955d30a843e8a9970d1dccd88d8e7deef151ad3fa9805b9f09b1f1698633409dde01de4091b35f37098dbb1eef540a016edf88a6
diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
similarity index 100%
rename from app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild
rename to app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-desec/
@ 2023-03-17 13:10 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 93a01579c3592e7ace01fd3da02907445ad514d1
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:06:07 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:06:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a01579
app-crypt/certbot-dns-desec: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
index eb0ffe19f..e15e29154 100644
--- a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
+++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
@@ -5,14 +5,14 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
DESCRIPTION="deSEC DNS Authenticator plugin for Certbot"
HOMEPAGE="
https://pypi.org/project/certbot-dns-desec/
https://github.com/desec-io/certbot-dns-desec
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-desec/
2024-05-14 0:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-05-14 0:14 ` Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-05-14 0:14 UTC (permalink / raw
To: gentoo-commits
commit: 9bb09cd619bcee5617c2ce15293ff631aec4a797
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon May 13 23:29:03 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 23:29:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bb09cd6
app-crypt/certbot-dns-desec: enable py3.12
Closes: https://bugs.gentoo.org/931352
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
index c676576b31..b258bc4158 100644
--- a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
+++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-05-14 0:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12 20:26 [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-desec/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-05-14 0:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 0:14 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-03-17 13:10 Anna Vyalkova
2022-12-12 20:26 Anna Vyalkova
2022-10-29 17:21 Anna Vyalkova
2022-03-31 7:24 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox