Files
gentoo/dev-python/genson/genson-1.4.0.ebuild
Michał Górny cae283a6f6 dev-python/genson: Bump to 1.4.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2026-07-07 04:48:26 +02:00

30 lines
575 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="GenSON is a powerful, user-friendly JSON Schema generator built in Python"
HOMEPAGE="
https://github.com/wolverdude/GenSON/
https://pypi.org/project/genson/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-python/jsonschema[${PYTHON_USEDEP}]
)
"
distutils_enable_tests unittest