# 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 library that wraps pandas and openpyxl and allows easy styling of dataframes in excel. Documentation can be found at http://styleframe.readthedocs.org [top-max 4.2]"

HOMEPAGE="https://github.com/DeepSpace2/StyleFrame"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/f7/04/a0dd75af876bf2e1d8dd435da9d0433c77a7cc731ec4dea65a0a144a8486/StyleFrame-${REALVERSION}.zip"
SOURCEFILE="StyleFrame-${REALVERSION}.zip"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="<=dev-python/openpyxl-2.2.5[${PYTHON_USEDEP}]
	<=dev-python/pandas-0.20.3[${PYTHON_USEDEP}]
	~dev-python/xlrd-1.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"