dev-python/PyJSG - 0.11.10 (tgbugs-overlay)

Search

Install

Install this version:

emerge -a =dev-python/PyJSG-0.11.10

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

autounmask =dev-python/PyJSG-0.11.10

Or alternatively:

emerge --autounmask-write -a =dev-python/PyJSG-0.11.10

Package Information

Description:
JSON Schema Grammar bindings for Python
Homepage:
https://github.com/hsolbrib/pyjsg
License:
CC0-1.0

Ebuild Details

Version EAPI Keywords Slot
0.11.10 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..13} pypy3 pypy3_11 )
PYPI_NO_NORMALIZE=1
inherit pypi distutils-r1

DESCRIPTION="JSON Schema Grammar bindings for Python"
HOMEPAGE="https://github.com/hsolbrib/pyjsg"

LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	=dev-python/antlr4-python3-runtime-4.9.3[${PYTHON_USEDEP}]
	>=dev-python/jsonasobj-1.2.1[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

RESTRICT="!test? ( test )"

PATCHES=(
	"${FILESDIR}"/no-setup-requires.patch
)

distutils_enable_tests pytest

python_test() {
	epytest -vv || die "tests fail with ${EPYTHON}"
}

Inherited Eclasses

Dependencies

DEPEND

	=dev-python/antlr4-python3-runtime-4.9.3[]
	>=dev-python/jsonasobj-1.2.1[]

RDEPEND

	=dev-python/antlr4-python3-runtime-4.9.3[]
	>=dev-python/jsonasobj-1.2.1[]