View Raw Ebuild
# 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 wrapper library that provides one API to read, manipulate and writedata in different excel formats"
HOMEPAGE="https://github.com/pyexcel/pyexcel"
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="ods xls xlsx"
DEPENDENCIES="dev-python/lml[${PYTHON_USEDEP}]
dev-python/pyexcel-io[${PYTHON_USEDEP}]
>=dev-python/texttable-0.8.2[${PYTHON_USEDEP}]
xls? ( dev-python/pyexcel-xls[${PYTHON_USEDEP}] )
xlsx? ( dev-python/pyexcel-xlsx[${PYTHON_USEDEP}] )
ods? ( dev-python/pyexcel-ods3[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"