EAPI=8 PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/APN-Pucky/pyfeyn2" else inherit pypi KEYWORDS="~amd64" fi DESCRIPTION="Feynman diagrams in Python." HOMEPAGE=" https://github.com/APN-Pucky/pyfeyn2 https://pypi.org/project/pyfeyn2/ " LICENSE="GPL-3" SLOT="0" RDEPEND=" sci-physics/feynml[${PYTHON_USEDEP}] sci-physics/feynman[${PYTHON_USEDEP}] dev-python/pylatex[${PYTHON_USEDEP}] dev-tex/dot2tex[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/wand[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pyx[${PYTHON_USEDEP}] dev-python/pydot[${PYTHON_USEDEP}] dev-python/cssutils[${PYTHON_USEDEP}] dev-python/pylatexenc[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/graphviz[${PYTHON_USEDEP}] dev-python/ipyparallel[${PYTHON_USEDEP}] dev-python/deprecated[${PYTHON_USEDEP}] dev-python/deprecation[${PYTHON_USEDEP}] dev-python/cssselect[${PYTHON_USEDEP}] >=dev-python/iminuit-2.30[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] dev-python/asciidraw[${PYTHON_USEDEP}] dev-python/smpl_io[${PYTHON_USEDEP}] dev-python/smpl_doc[${PYTHON_USEDEP}] dev-python/smpl_util[${PYTHON_USEDEP}] dev-tex/latexmk app-text/ghostscript-gpl " BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]" EPYTEST_DESELECT=( # deselect internet render 'tests/test_renders.py::test_renders_2_to_2_gluons[MermaidRender]' ) distutils_enable_tests pytest