From 482a48c0e1675b1e92663b8b5222bb7261aa7956 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Jul 2024 12:26:41 +0100 Subject: gentoo auto-resync : 13:07:2024 - 12:26:41 --- app-crypt/certbot-dns-nsone/Manifest | 4 +-- .../certbot-dns-nsone-1.18.0-r1.ebuild | 6 +++-- .../certbot-dns-nsone-1.18.0.ebuild | 30 ---------------------- 3 files changed, 5 insertions(+), 35 deletions(-) delete mode 100644 app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0.ebuild (limited to 'app-crypt/certbot-dns-nsone') diff --git a/app-crypt/certbot-dns-nsone/Manifest b/app-crypt/certbot-dns-nsone/Manifest index ac921d708170..97157e1cd11b 100644 --- a/app-crypt/certbot-dns-nsone/Manifest +++ b/app-crypt/certbot-dns-nsone/Manifest @@ -1,5 +1,3 @@ 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 -EBUILD certbot-dns-nsone-1.18.0-r1.ebuild 833 BLAKE2B b6bbb8014daf1a3d4335dacffa96eef48de5adf1145813bc007bde84e159d1c9789743050ae0a3e87cd21f78727d0debde9ff7601db205c6b7c3fb977b5f2635 SHA512 b345a9bf69eecbbdb39b1320d15a35e89c17c7c3eedd1f4b4072f1ac4733f90f2d00d532ea0db39c86a6cbf2692c70958175be50055b92d816b91a792143a2f0 -EBUILD certbot-dns-nsone-1.18.0.ebuild 801 BLAKE2B 79003cfd8adc8b0b59771a7529667eee0c7703ddf983174583bd4d6c24e4fee744864604ae857f1147c79afc1ddd1e1fb195734e71d16b6a5a5643b403475335 SHA512 90265df0cfd07ed5bb225e08ff656e48c829410f654ab211244d6500bad64302e68004aecd9def00f3d217c2f620875d777b792c631facd2974ccf821b72bfd4 +EBUILD certbot-dns-nsone-1.18.0-r1.ebuild 881 BLAKE2B 618bd9da56d0c182196aa57ff92c6883ee3b09d4ae216615500d39b2c2faaf68e3af2a12261f39678fc9235154940a33f6c7ce49752efabf24c7bd6bf7e92b52 SHA512 c3b3c9b7fd5336fe7280cdee2b38613a27f8e4cc99b116f07899339acb220f56cdb2defdb923ed5e0dfc99c5233ad19daa75b68b327a3090f9e91a676051da0d MISC metadata.xml 407 BLAKE2B 8f65d9f92992da12fcd4fcb71f67ee91b1029af1a784bd03e2d3726a1ac9bb14f161692b2f12c9553e0fc6e45d6088e505a8d616f3c209445332a191f572e731 SHA512 b7ded216ba7f9e9babdfef03565444233d48e132807064bb9befb3a551b1344e75def76da891a5e40f102610da8ca05e6182f0501bf296c25543fae378c94ccd 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..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 @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -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=" @@ -31,5 +32,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 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 -- cgit v1.2.3