# 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="Using opinion text from frontmatter-formatted markdown files, chunk into segments and itemize Philippine statutes, citations within the text."

HOMEPAGE=""
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/2f/9d/28d96f3d7082f2c6ed42098014b060fff65392d5fb54a51002f903df1482/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="dev"
DEPENDENCIES="dev-python/statute-utils[${PYTHON_USEDEP}]
	dev-python/citation-utils[${PYTHON_USEDEP}]
	dev-python/python-frontmatter[${PYTHON_USEDEP}]
	dev? ( >=dev-python/ipykernel-6.29[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/pytest-8.0[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/pytest-cov-4.1[${PYTHON_USEDEP}] )
	dev? ( dev-python/sqlite-utils[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/watchdog-3.0[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/rich-13.7[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/build-1.0.3[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/twine-4.0.2[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"