# 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 for pattern matching on symbolic expressions."

HOMEPAGE="https://github.com/HPAC/matchpy"
LICENSE="MIT"
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="develop docs graphs tests"
DEPENDENCIES="dev-python/multiset[${PYTHON_USEDEP}]
	develop? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	develop? ( <dev-python/sphinx-2.0[${PYTHON_USEDEP}] )
	develop? ( <dev-python/pytest-5.0[${PYTHON_USEDEP}] )
	develop? ( <dev-python/hypothesis-5.0[${PYTHON_USEDEP}] )
	develop? ( >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] )
	develop? ( <dev-python/pylint-2.0[${PYTHON_USEDEP}] )
	develop? ( <dev-python/coverage-5.0[${PYTHON_USEDEP}] )
	develop? ( <dev-python/pytest-cov-3.0[${PYTHON_USEDEP}] )
	develop? ( dev-python/coveralls[${PYTHON_USEDEP}] )
	develop? ( dev-python/flake8[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	docs? ( <dev-python/sphinx-2.0[${PYTHON_USEDEP}] )
	graphs? ( <dev-python/graphviz-0.6[${PYTHON_USEDEP}] )
	tests? ( <dev-python/pytest-5.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/hypothesis-5.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"