# 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 library to read and write structured data in csv, zipped csvformat and to/from databases" HOMEPAGE="https://github.com/pyexcel/pyexcel-io" LICENSE="New BSD" 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="extra ods xls xlsx" DEPENDENCIES="dev-python/lml[${PYTHON_USEDEP}] extra? ( dev-python/chardet[${PYTHON_USEDEP}] ) ods? ( dev-python/pyexcel-ods3[${PYTHON_USEDEP}] ) xls? ( dev-python/pyexcel-xls[${PYTHON_USEDEP}] ) xlsx? ( dev-python/pyexcel-xlsx[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"