# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi DESCRIPTION="Pythonic representation of OWL through the OWL functional syntax" HOMEPAGE="https://github.com/Harold-Solbrig/funowl" LICENSE="CC0-1.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" dev-python/bcp47[${PYTHON_USEDEP}] dev-python/jsonasobj[${PYTHON_USEDEP}] >=dev-python/PyJSG-0.11.6[${PYTHON_USEDEP}] >=dev-python/rdflib-6.2.0[${PYTHON_USEDEP}] dev-python/rfc3987[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}"/no-shim-0.2.3.patch "${FILESDIR}"/no-test-shim.patch "${FILESDIR}"/no-setup-requires.patch ) distutils_enable_tests pytest python_test() { epytest -vv || die "tests fail with ${EPYTHON}" }