commit:     7123f6367fe30dc6b88269d1cfc7ec3df1407c32
Author:     Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Sun Jan  4 00:30:20 2026 +0000
Commit:     Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
CommitDate: Sun Jan  4 00:35:36 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7123f636

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

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email>

 app-crypt/certbot-dns-infomaniak/Manifest          |  1 +
 .../certbot-dns-infomaniak-0.2.4.ebuild            | 33 ++++++++++++++++++++++
 app-crypt/certbot-dns-infomaniak/metadata.xml      | 12 ++++++++
 3 files changed, 46 insertions(+)

diff --git a/app-crypt/certbot-dns-infomaniak/Manifest 
b/app-crypt/certbot-dns-infomaniak/Manifest
new file mode 100644
index 0000000000..6e219ecec4
--- /dev/null
+++ b/app-crypt/certbot-dns-infomaniak/Manifest
@@ -0,0 +1 @@
+DIST certbot_dns_infomaniak-0.2.4.tar.gz 6308 BLAKE2B 
4a9929c77377f662f78359eb329dbad92640380e5067c565a571cce5e6a2e91212ad1cc800fa689d81d6591121a16f95bd55fa5a4e44e572d6815631408278c0
 SHA512 
ecc13831bbca75e23f09ec73fd06e3a72678e739ead5b1c52bbf46a93d30be16fed118f90d656699a41cb7b09ab423e6839ee605ff66ebdb1415c5568458a7ff

diff --git 
a/app-crypt/certbot-dns-infomaniak/certbot-dns-infomaniak-0.2.4.ebuild 
b/app-crypt/certbot-dns-infomaniak/certbot-dns-infomaniak-0.2.4.ebuild
new file mode 100644
index 0000000000..640cec6186
--- /dev/null
+++ b/app-crypt/certbot-dns-infomaniak/certbot-dns-infomaniak-0.2.4.ebuild
@@ -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

diff --git a/app-crypt/certbot-dns-infomaniak/metadata.xml 
b/app-crypt/certbot-dns-infomaniak/metadata.xml
new file mode 100644
index 0000000000..5ddf100d60
--- /dev/null
+++ b/app-crypt/certbot-dns-infomaniak/metadata.xml
@@ -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>[email protected]</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>

Reply via email to