# 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="Resume Parser Written in Python3 . The module supports .pdf and .docx files"

HOMEPAGE=""
LICENSE=""
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="spark test"
DEPENDENCIES="dev-python/spacy[${PYTHON_USEDEP}]
	dev-python/pdfminer-six[${PYTHON_USEDEP}]
	dev-python/python-docx[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	dev-python/nltk[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/wheel[${PYTHON_USEDEP}]
	spark? ( dev-python/pyspark[${PYTHON_USEDEP}] )
	test? ( ~dev-python/bandit-1.7.5[${PYTHON_USEDEP}] )
	test? ( ~dev-python/black-23.1.0[${PYTHON_USEDEP}] )
	test? ( dev-python/check-manifest[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-bugbear[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-docstrings[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-formatter-junit-xml[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8[${PYTHON_USEDEP}] )
	test? ( dev-python/Flake8-pyproject[${PYTHON_USEDEP}] )
	test? ( dev-python/pre-commit[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pylint-2.17.0[${PYTHON_USEDEP}] )
	test? ( dev-python/pylint-junit[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}] )
	test? ( <dev-python/pytest-mock-3.10.1[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-7.2.2[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-github-actions-annotate-failures[${PYTHON_USEDEP}] )
	test? ( dev-python/shellcheck-py[${PYTHON_USEDEP}] )
	test? ( dev-python/psutil[${PYTHON_USEDEP}] )
	test? ( dev-python/twine[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"