# 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="GrobidArticleExtractor is a Python package designed to extract and organize content from scientific papers in PDF format."

HOMEPAGE="https://github.com/sensein/GrobidArticleExtractor"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/75/58/96acef08322d2d010ca88a737f3a0fff0a12aee5d448277b536e88f8a7a7/grobidarticleextractor-${REALVERSION}.tar.gz"
SOURCEFILE="grobidarticleextractor-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="<dev-python/click-9.0.0[${PYTHON_USEDEP}]
	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
	dev-python/pathlib[${PYTHON_USEDEP}]
	<dev-python/lxml-6.0.0[${PYTHON_USEDEP}]
	<dev-python/pytest-9.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"