app-crypt/certbot-dns-poweradmin: add 0.2.5

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-07-13 12:44:48 +02:00
parent 1522892532
commit 59fd28975c
2 changed files with 38 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST certbot_dns_poweradmin-0.2.3.tar.gz 62312 BLAKE2B 27d889f5d2ef34b5b1b1ac65d13fbadc027b7feaca8e340d5b90ed9b55652486e963ab30d99548ab6192cbd9c3c2c1a60eb4676c277742ec2bd0ad71a0860e27 SHA512 0a5b673d316ae9a15134825c5d71ddeecbc2f67f6ff3d2ca81cd020fcb71460d2e2df3c9e3e9dd1290025ffa9a6a2613ae978ae3a31048497af71e3b83a635cc
DIST certbot_dns_poweradmin-0.2.5.tar.gz 63481 BLAKE2B 8bc59c99749ebed96d1705baade8a47652a4c5823e7956a1f307a863f341bab728b22abea6d7cc59af5538ecdd3d4b4d37119a4b422a0994aca60b1141f74a7a SHA512 99b4885ad79df7b428acc25ca2b52c900bdeb22181ed12025cc3cb91bdb45512f019a33ea2dc40ae395fe815f40303ffdd4e119f9bac3924aa520f57148664b7

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=(python3_{12..14})
inherit distutils-r1 pypi
DESCRIPTION="Certbot plugin for authentication using PowerAdmin"
HOMEPAGE="
https://github.com/poweradmin/certbot-dns-poweradmin/
https://www.poweradmin.org/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=app-crypt/certbot-5.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.33.1[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/requests-mock-1.11.0[${PYTHON_USEDEP}]
>=dev-python/mypy-1.13.0[${PYTHON_USEDEP}]
>=dev-python/types-requests-2.32.4.20250913[${PYTHON_USEDEP}]
>=dev-python/urllib3-2.6.0[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-26.0.0[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( pytest-cov )
distutils_enable_tests pytest