app-crypt/certbot-dns-infomaniak: new package, add 0.2.4

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-01-04 01:30:20 +01:00
parent fed68aa65a
commit 7123f6367f
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST certbot_dns_infomaniak-0.2.4.tar.gz 6308 BLAKE2B 4a9929c77377f662f78359eb329dbad92640380e5067c565a571cce5e6a2e91212ad1cc800fa689d81d6591121a16f95bd55fa5a4e44e572d6815631408278c0 SHA512 ecc13831bbca75e23f09ec73fd06e3a72678e739ead5b1c52bbf46a93d30be16fed118f90d656699a41cb7b09ab423e6839ee605ff66ebdb1415c5568458a7ff

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=uv-build
PYTHON_COMPAT=(python3_{11..14})
inherit distutils-r1 pypi
DESCRIPTION="Infomaniak DNS Authenticator plugin for Certbot"
HOMEPAGE="
https://github.com/Infomaniak/certbot-dns-infomaniak/
https://pypi.org/project/certbot-dns-infomaniak/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=app-crypt/certbot-0.31.0[${PYTHON_USEDEP}]
>=dev-python/idna-3.10[${PYTHON_USEDEP}]
>=dev-python/requests-2.32.4[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/requests-mock-1.12.1[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo-bugzilla@vimja.email</email>
<name>Niklaus 'vimja' Hofer</name>
</maintainer>
<upstream>
<remote-id type="pypi">certbot-dns-infomaniak</remote-id>
<remote-id type="github">Infomaniak/certbot-dns-infomaniak</remote-id>
</upstream>
</pkgmetadata>