# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=setuptools inherit git-r3 distutils-r1 DESCRIPTION="ACME protocol implementation" HOMEPAGE="https://pants-on.net" EGIT_REPO_URI="https://git.pants-on.net/acme.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" DEPEND="${PYTHON_DEPS} ${DISTUTILS_DEPS} dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/boto3[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}"