# 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="Advanced Forensic Format Version 4 (AFF4) Python module."

HOMEPAGE="https://www.aff4.org/"
LICENSE=""
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="cloud"
DEPENDENCIES="dev-python/future[${PYTHON_USEDEP}]
	dev-python/aff4-snappy[${PYTHON_USEDEP}]
	~dev-python/rdflib-4.2.2[${PYTHON_USEDEP}]
	~dev-python/intervaltree-2.1.0[${PYTHON_USEDEP}]
	~dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
	~dev-python/tzlocal-2.1[${PYTHON_USEDEP}]
	~dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
	~dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
	dev-python/fastchunking[${PYTHON_USEDEP}]
	dev-python/hexdump[${PYTHON_USEDEP}]
	dev-python/pynacl[${PYTHON_USEDEP}]
	dev-python/pycryptodome[${PYTHON_USEDEP}]
	dev-python/pycryptoplus[${PYTHON_USEDEP}]
	dev-python/aes-keywrap[${PYTHON_USEDEP}]
	dev-python/passlib[${PYTHON_USEDEP}]
	dev-python/cryptography[${PYTHON_USEDEP}]
	dev-python/expiringdict[${PYTHON_USEDEP}]
	dev-python/lz4[${PYTHON_USEDEP}]
	cloud? ( dev-python/google-api-python-client[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"