dev-python/pyjson5 - 2.0.0 (vowstar)

Search

Install

Install this version:

emerge -a =dev-python/pyjson5-2.0.0

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

autounmask =dev-python/pyjson5-2.0.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pyjson5-2.0.0

Package Information

Description:
JSON5 serializer and parser for Python 3 written in Cython
Homepage:
https://github.com/Kijewski/pyjson5 https://pypi.org/project/pyjson5/
License:
Apache-2.0 MIT

Ebuild Details

Version EAPI Keywords Slot
2.0.0 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit distutils-r1 pypi

DESCRIPTION="JSON5 serializer and parser for Python 3 written in Cython"
HOMEPAGE="
	https://github.com/Kijewski/pyjson5
	https://pypi.org/project/pyjson5/
"

LICENSE="Apache-2.0 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"

BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"

# Tests require git submodules (JSONTestSuite, json5-tests) not in PyPI tarball
# https://github.com/Kijewski/pyjson5/tree/main/third-party
RESTRICT="test"

Inherited Eclasses

Dependencies

BDEPEND

dev-python/cython[]