dev-python/funowl - 0.2.3 (tgbugs-overlay)

Search

Install

Install this version:

emerge -a =dev-python/funowl-0.2.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/funowl-0.2.3

Or alternatively:

emerge --autounmask-write -a =dev-python/funowl-0.2.3

Package Information

Description:
Pythonic representation of OWL through the OWL functional syntax
Homepage:
https://github.com/Harold-Solbrig/funowl
License:
CC0-1.0

Ebuild Details

Version EAPI Keywords Slot
0.2.3 8 ~amd64 ~x86 0
View Raw Ebuild
# 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..14} pypy3 pypy3_11 )
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}"
}

Inherited Eclasses

Dependencies

DEPEND

	dev-python/bcp47[]
	dev-python/jsonasobj[]
	>=dev-python/PyJSG-0.11.6[]
	>=dev-python/rdflib-6.2.0[]
	dev-python/rfc3987[]

RDEPEND

	dev-python/bcp47[]
	dev-python/jsonasobj[]
	>=dev-python/PyJSG-0.11.6[]
	>=dev-python/rdflib-6.2.0[]
	dev-python/rfc3987[]