# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="ACME protocol implementation for Twisted"

HOMEPAGE="https://github.com/mithrandi/txacme"
LICENSE="Expat"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="libcloud test"
DEPENDENCIES="dev-python/acme[${PYTHON_USEDEP}]
	>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
	dev-python/eliot[${PYTHON_USEDEP}]
	dev-python/josepy[${PYTHON_USEDEP}]
	dev-python/pem[${PYTHON_USEDEP}]
	>=dev-python/treq-15.1.0[${PYTHON_USEDEP}]
	>=dev-python/twisted-16.2.0[${PYTHON_USEDEP}]
	dev-python/TxSNI[${PYTHON_USEDEP}]
	>=dev-python/pyopenssl-17.1.0[${PYTHON_USEDEP}]
	libcloud? ( dev-python/apache-libcloud[${PYTHON_USEDEP}] )
	test? ( >=dev-python/fixtures-1.4.0[${PYTHON_USEDEP}] )
	test? ( <dev-python/hypothesis-5.0.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/service-identity-17.0.0[${PYTHON_USEDEP}] )
	test? ( dev-python/testrepository[${PYTHON_USEDEP}] )
	test? ( dev-python/testscenarios[${PYTHON_USEDEP}] )
	test? ( >=dev-python/testtools-2.1.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"