# 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 basic change detector for the Python, Ruby and C++."

HOMEPAGE="https://github.com/luxluth/changedetector"
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=""
DEPENDENCIES="~dev-python/certifi-2023.5.7[${PYTHON_USEDEP}]
	~dev-python/charset-normalizer-3.1.0[${PYTHON_USEDEP}]
	~dev-python/click-8.1.3[${PYTHON_USEDEP}]
	~dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
	~dev-python/idna-3.4[${PYTHON_USEDEP}]
	dev-python/inquirerpy[${PYTHON_USEDEP}]
	~dev-python/markdown-it-py-3.0.0[${PYTHON_USEDEP}]
	~dev-python/mdurl-0.1.2[${PYTHON_USEDEP}]
	dev-python/pfzy[${PYTHON_USEDEP}]
	~dev-python/prompt-toolkit-3.0.38[${PYTHON_USEDEP}]
	dev-python/pyfiglet[${PYTHON_USEDEP}]
	~dev-python/pygments-2.15.1[${PYTHON_USEDEP}]
	~dev-python/requests-2.31.0[${PYTHON_USEDEP}]
	~dev-python/rich-13.4.2[${PYTHON_USEDEP}]
	~dev-python/shellingham-1.5.0_p1[${PYTHON_USEDEP}]
	~dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
	~dev-python/typer-0.9.0[${PYTHON_USEDEP}]
	~dev-python/typing-extensions-4.6.3[${PYTHON_USEDEP}]
	dev-python/typing[${PYTHON_USEDEP}]
	~dev-python/urllib3-2.0.3[${PYTHON_USEDEP}]
	~dev-python/watchdog-3.0.0[${PYTHON_USEDEP}]
	~dev-python/wcwidth-0.2.6[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"