1 # Copyright 1999-2025 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 RESTRICT=network-sandbox
8 PYTHON_COMPAT=( python3_{10..13} )
9 DISTUTILS_USE_PEP517=setuptools
11 inherit distutils-r1 pypi
13 DESCRIPTION="deSEC DNS Authenticator plugin for Certbot"
15 https://pypi.org/project/certbot-dns-desec/
16 https://github.com/desec-io/certbot-dns-desec
24 app-crypt/certbot[${PYTHON_USEDEP}]
25 dev-python/dnspython[${PYTHON_USEDEP}]
26 dev-python/requests[${PYTHON_USEDEP}]
29 dev-python/mock[${PYTHON_USEDEP}]
30 dev-python/requests-mock[${PYTHON_USEDEP}]
33 distutils_enable_tests unittest
36 eunittest -p "*_test.py"