From: MichaƂ Bartoszkiewicz Date: Wed, 1 Oct 2025 09:01:27 +0000 (+0200) Subject: app-crypt/certbot-dns-cloudflare: remove X-Git-Url: https://git.bzium.org/embe/overlay.git/commitdiff_plain/refs/heads/main?hp=6ad8b24645d89fae064fc8f382a868cc6d562f18 app-crypt/certbot-dns-cloudflare: remove --- diff --git a/app-crypt/certbot-dns-cloudflare/Manifest b/app-crypt/certbot-dns-cloudflare/Manifest deleted file mode 100644 index 6bc3eac..0000000 --- a/app-crypt/certbot-dns-cloudflare/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST certbot-2.6.0.gh.tar.gz 1336339 BLAKE2B 0c0575ad553ebe0f3ab56da750572bca46b30d034033e43c30c3793c114050ad824a277eab0be5a47326ea099e58e9a421448b53fc1b9173afae9a0ec308ac62 SHA512 d694156886484511f5a38fb5e40f98b2e2dbe4bc5110c95b2084ec03b39cb0eb9bbc623c7bca4a81054e980c8dbac752949042391813298a27be7e70410882e3 diff --git a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild deleted file mode 100644 index daa1384..0000000 --- a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Cloudflare 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 -> certbot-${PV}.gh.tar.gz" -S=${WORKDIR}/certbot-${PV}/${PN} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] - >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}] - dev-python/cloudflare[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme diff --git a/app-crypt/certbot-dns-desec/Manifest b/app-crypt/certbot-dns-desec/Manifest new file mode 100644 index 0000000..0f65a4d --- /dev/null +++ b/app-crypt/certbot-dns-desec/Manifest @@ -0,0 +1 @@ +DIST certbot_dns_desec-1.3.2.tar.gz 14133 BLAKE2B 0a7f1932c5a65f3c74c4048d59e7700647c0b2d669cfca91362e778c98f3fa25ccf97f4fc8ad7b6c724ae539a83283dac414539bccb0def80beff3c9093980f6 SHA512 a5ba4bc3f07d0f9788cf86ab47f80430a162500c5f434513bf6b0527706c16ac32e13254d4781ff600e462e2e5e52e73d80f478d021130b00d4a9b6423644791 diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.3.2.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.3.2.ebuild new file mode 100644 index 0000000..e8c1644 --- /dev/null +++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.3.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RESTRICT=network-sandbox + +PYTHON_COMPAT=( python3_{10..13} ) +DISTUTILS_USE_PEP517=setuptools + +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 +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-crypt/certbot[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" +BDEPEND="test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/requests-mock[${PYTHON_USEDEP}] +)" + +distutils_enable_tests unittest +python_test() +{ + eunittest -p "*_test.py" +} diff --git a/dev-python/cloudflare/Manifest b/dev-python/cloudflare/Manifest deleted file mode 100644 index 1018e36..0000000 --- a/dev-python/cloudflare/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-cloudflare-2.11.6.tar.gz 88541 BLAKE2B 1ce95410be8e3fa303a1ebf269a62dce7f241260b67196f5aef3b584ec0d9f8ed5581e863b2e9d8380ab1b7db55bea411962971929a9bdaa7451bcd09b50106b SHA512 1808dcec69ba580d11ec09f7bedb67b88aa7be72def4e35f398b0bc2038105046a05f51652ce017fe5b49590db7cd7d6128cd71fc25812effb29a487f4d5630c diff --git a/dev-python/cloudflare/cloudflare-2.11.6.ebuild b/dev-python/cloudflare/cloudflare-2.11.6.ebuild deleted file mode 100644 index aa84274..0000000 --- a/dev-python/cloudflare/cloudflare-2.11.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -MY_PN="python-${PN}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Python wrapper for the Cloudflare Client API v4" -HOMEPAGE="https://github.com/cloudflare/python-cloudflare" -SRC_URI="https://github.com/cloudflare/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="MIT-with-advertising" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples" - -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/jsonlines[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - sed -i -e "s:packages=.*:packages=['cli4', 'CloudFlare'],:" -i setup.py || die - sed -i -e "/data_files = /d" -i setup.py || die - distutils-r1_src_prepare -} - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - doman cli4/cli4.1 - - distutils-r1_python_install_all -} diff --git a/dev-python/jsonlines/Manifest b/dev-python/jsonlines/Manifest deleted file mode 100644 index 589ad3f..0000000 --- a/dev-python/jsonlines/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jsonlines-3.0.0.tar.gz 12464 BLAKE2B 5ff145d6ae2bb0f667b21bead18351a6a98fb0c60c6ddeab39d7acfa053a45dd447f358a2d42194d82fbc9677cf4297786c09ad8e9058b908a3512d9b111ed99 SHA512 0939e9654ec2ddf930fb1b3ef9dbdf675a481400519753a9f751f2b8874ca06c0bcfc76c256e7fc152b5ea265d9c895a9ef695d69cbab170a4e73d684c703505 diff --git a/dev-python/jsonlines/jsonlines-3.0.0-r1.ebuild b/dev-python/jsonlines/jsonlines-3.0.0-r1.ebuild deleted file mode 100644 index cb89394..0000000 --- a/dev-python/jsonlines/jsonlines-3.0.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Python library to simplify working with jsonlines and ndjson data" -HOMEPAGE="https://github.com/wbolster/jsonlines" -SRC_URI="https://github.com/wbolster/jsonlines/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests pytest -distutils_enable_sphinx doc