# 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="A Python package for extracting, transforming and loading tables of data." HOMEPAGE="https://github.com/petl-developers/petl" LICENSE="MIT" 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="avro bcolz db hdf5 http interval numpy pandas remote smb whoosh xls xlsx xpath" DEPENDENCIES="avro? ( dev-python/fastavro[${PYTHON_USEDEP}] ) bcolz? ( dev-python/bcolz[${PYTHON_USEDEP}] ) db? ( =dev-python/cython-0.29.13[${PYTHON_USEDEP}] ) hdf5? ( >=dev-python/numpy-1.16.4[${PYTHON_USEDEP}] ) hdf5? ( >=dev-python/numexpr-2.6.9[${PYTHON_USEDEP}] ) hdf5? ( >=dev-python/tables-3.5.2[${PYTHON_USEDEP}] ) http? ( >=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}] ) http? ( dev-python/requests[${PYTHON_USEDEP}] ) interval? ( >=dev-python/intervaltree-3.0.2[${PYTHON_USEDEP}] ) numpy? ( >=dev-python/numpy-1.16.4[${PYTHON_USEDEP}] ) pandas? ( >=dev-python/pandas-0.24.2[${PYTHON_USEDEP}] ) remote? ( >=dev-python/fsspec-0.7.4[${PYTHON_USEDEP}] ) smb? ( dev-python/smbprotocol[${PYTHON_USEDEP}] ) xls? ( >=dev-python/xlrd-2.0.1[${PYTHON_USEDEP}] ) xls? ( >=dev-python/xlwt-1.3.0[${PYTHON_USEDEP}] ) xlsx? ( >=dev-python/openpyxl-2.6.2[${PYTHON_USEDEP}] ) xpath? ( >=dev-python/lxml-4.4.0[${PYTHON_USEDEP}] ) whoosh? ( dev-python/whoosh[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"