blob: 5a26551f0acc070d4abee7f410ab4c964258bf8a (
plain) (
tree)
|
|
# 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"
EGIT_COMMIT="v${PVR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm64"
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}"
|