# 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 package for decoding quantum error correcting codes using minimum-weight perfect matching." HOMEPAGE="https://github.com/oscarhiggott/PyMatching" LICENSE="Apache-2.0" SRC_URI="https://files.pythonhosted.org/packages/c5/92/60f1419500b49afb0925b0536538c352ef71b4bf182c28b0e3861141fc81/pymatching-${REALVERSION}.tar.gz" SOURCEFILE="pymatching-${REALVERSION}.tar.gz" RESTRICT="test" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPENDENCIES="dev-python/scipy[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] test? ( >=dev-python/pytest-6.0[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"