diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-12 07:05:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-12 07:05:33 -0500 |
| commit | ec560e4b511b5d7cb09adbd406de3ddb8386156f (patch) | |
| tree | 903cc6d65549c358295c50cd521f3fb699dff0b0 /app-crypt | |
| parent | 7a6681ba59ffb2de9993c9bda64f6cdd414990b7 (diff) | |
| download | baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.tar.gz baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.tar.xz baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.zip | |
Adding metadata
Diffstat (limited to 'app-crypt')
5 files changed, 75 insertions, 1 deletions
diff --git a/app-crypt/certbot-dns-infomaniak/Manifest b/app-crypt/certbot-dns-infomaniak/Manifest index 6e219ecec40e..3f9ae36b13b1 100644 --- a/app-crypt/certbot-dns-infomaniak/Manifest +++ b/app-crypt/certbot-dns-infomaniak/Manifest @@ -1 +1,3 @@ DIST certbot_dns_infomaniak-0.2.4.tar.gz 6308 BLAKE2B 4a9929c77377f662f78359eb329dbad92640380e5067c565a571cce5e6a2e91212ad1cc800fa689d81d6591121a16f95bd55fa5a4e44e572d6815631408278c0 SHA512 ecc13831bbca75e23f09ec73fd06e3a72678e739ead5b1c52bbf46a93d30be16fed118f90d656699a41cb7b09ab423e6839ee605ff66ebdb1415c5568458a7ff +DIST certbot_dns_infomaniak-0.2.5.tar.gz 6412 BLAKE2B f0fb6c2dedb00a4b5d9852506830d470b62fe3075702d32b13ec3b9663d5d20d6cc472eaf3ea6cbd001696750b90fc18b03731a59b05f417125657888d793439 SHA512 f7a8a56855f27ac6e325d491dfbdcc3dd0969c8fb70274670842463f1b0a73416abbf903f7bc6ec837dc9182ff7b695788d7561dc5f469bcbafedc8d029e09d3 +DIST certbot_dns_infomaniak-0.3.1.tar.gz 6096 BLAKE2B 23ae38ad8b376a02899fd4bd41c648801249002c4cb60d74c57e245f467550d924515a9801ef36ccd0867f7b92065a69bb47511879f188835311e2f731e52bcf SHA512 36487d85b604e11789d47f3a3ad3793a73a4531c5a076016b8a0a5614c403ba8e7f8987ffecf7550ae1473f2b02bc49fe0372209658b5bf001194f7a8a3f2afe 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 index bb058d668dbc..4751e281e289 100644 --- 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 @@ -30,4 +30,6 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=( ) + distutils_enable_tests pytest diff --git a/app-crypt/certbot-dns-infomaniak/certbot-dns-infomaniak-0.2.5.ebuild b/app-crypt/certbot-dns-infomaniak/certbot-dns-infomaniak-0.2.5.ebuild new file mode 100644 index 000000000000..4751e281e289 --- /dev/null +++ b/app-crypt/certbot-dns-infomaniak/certbot-dns-infomaniak-0.2.5.ebuild @@ -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=uv-build +PYTHON_COMPAT=( python3_{13..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}] + ) +" + +EPYTEST_PLUGINS=( ) + +distutils_enable_tests pytest diff --git a/app-crypt/certbot-dns-infomaniak/certbot-dns-infomaniak-0.3.1.ebuild b/app-crypt/certbot-dns-infomaniak/certbot-dns-infomaniak-0.3.1.ebuild new file mode 100644 index 000000000000..4751e281e289 --- /dev/null +++ b/app-crypt/certbot-dns-infomaniak/certbot-dns-infomaniak-0.3.1.ebuild @@ -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=uv-build +PYTHON_COMPAT=( python3_{13..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}] + ) +" + +EPYTEST_PLUGINS=( ) + +distutils_enable_tests pytest diff --git a/app-crypt/cryptsetup-scripts-dinit/metadata.xml b/app-crypt/cryptsetup-scripts-dinit/metadata.xml index afb125829ef4..d9dbf7051aae 100644 --- a/app-crypt/cryptsetup-scripts-dinit/metadata.xml +++ b/app-crypt/cryptsetup-scripts-dinit/metadata.xml @@ -2,7 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>reedy.sailors.8t@icloud.com</email> + <email>emi@genchu.org</email> <name>Emi</name> </maintainer> <longdescription> |
