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

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-03-28 11:27:38 +01:00
parent 38a7b58aeb
commit 81ce53e3be
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST certbot_dns_poweradmin-0.1.1.tar.gz 39139 BLAKE2B 3b6ba03b89e66ed1779149c6f572a36bc41997e8b3a71f2a248c24907e02dc98eceb11f7cc607e6a11f94189d6dab6c5c667ffda8cf0aa3cbb54011bcdfe9e95 SHA512 bbb4418f6a82095e1cda4a3c426f81e102151c2c231f943c019faf6ce83a2449577714bac8d802cba24e4c84274bbf561d0366a68ac52bf955f08ee9e1e98d05
DIST certbot_dns_poweradmin-0.2.0.tar.gz 42419 BLAKE2B b110f80cce484ab1c9fe6a82809fba5d0b5a3b7c9f257bf3158af73b0ef956a2be22711d20c60a305fa0d52577c853a13e8791dd1beba933902b3ba4fff5fbf5 SHA512 47eb1d7e57e4903a906d07dbf6c3318bd3833f34c9f25ec223b69fd2b50bf2ebe441bf291235ecfae1f04f25e664974256327f868959262c4b009c9df0d55b80

View File

@@ -0,0 +1,35 @@
# 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.32.5[${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}]
)
"
EPYTEST_PLUGINS=( pytest-cov )
distutils_enable_tests pytest