# 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 to read, write, and check AGS4 files using Pandas DataFrames"

HOMEPAGE="https://github.com/asitha-sena/python-AGS4"
LICENSE="LGPL-3"
SRC_URI="https://files.pythonhosted.org/packages/21/92/b3a3f1d2e9e153fbdabf7f6b452793fb926b62f7de900ab4272de37a2e09/python_ags4-${REALVERSION}.tar.gz"
SOURCEFILE="python_ags4-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="<dev-python/pandas-3.0[${PYTHON_USEDEP}]
	<dev-python/openpyxl-4.0[${PYTHON_USEDEP}]
	<dev-python/defusedxml-0.8[${PYTHON_USEDEP}]
	<dev-python/click-9.0[${PYTHON_USEDEP}]
	<dev-python/rich-14.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"