# 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="PyTAK is a Python package for rapid TAK integration." HOMEPAGE="https://github.com/snstac/pytak" LICENSE="Apache-2.0" 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="test with-aiohttp with-crypto with-takproto" DEPENDENCIES="with-crypto? ( >=dev-python/cryptography-39.0.0[${PYTHON_USEDEP}] ) with-takproto? ( dev-python/takproto[${PYTHON_USEDEP}] ) with-aiohttp? ( >=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}] ) test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] ) test? ( dev-python/pytest-cov[${PYTHON_USEDEP}] ) test? ( dev-python/pylint[${PYTHON_USEDEP}] ) test? ( dev-python/flake8[${PYTHON_USEDEP}] ) test? ( dev-python/black[${PYTHON_USEDEP}] ) test? ( dev-python/cryptography[${PYTHON_USEDEP}] ) test? ( dev-python/aiohttp[${PYTHON_USEDEP}] ) test? ( dev-python/takproto[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"