Drop no longer required python-pyrsistent runtime dependency. Add new python-jsonschema-specifications runtime dependency. Add new python-referencing runtime dependency. Add new python-rpds-py runtime dependency. Propagate python-rpds-py target rust support requirement to python-jsonschema reverse dependencies. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
19 lines
702 B
Makefile
19 lines
702 B
Makefile
################################################################################
|
|
#
|
|
# python-jsonschema
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JSONSCHEMA_VERSION = 4.19.2
|
|
PYTHON_JSONSCHEMA_SOURCE = jsonschema-$(PYTHON_JSONSCHEMA_VERSION).tar.gz
|
|
PYTHON_JSONSCHEMA_SITE = https://files.pythonhosted.org/packages/95/18/618159fb2efbe3fb2cd32b16c40278954cde94744957734ef0482286a052
|
|
PYTHON_JSONSCHEMA_SETUP_TYPE = pep517
|
|
PYTHON_JSONSCHEMA_LICENSE = MIT
|
|
PYTHON_JSONSCHEMA_LICENSE_FILES = COPYING json/LICENSE
|
|
PYTHON_JSONSCHEMA_DEPENDENCIES = \
|
|
host-python-hatchling \
|
|
host-python-hatch-fancy-pypi-readme \
|
|
host-python-hatch-vcs
|
|
|
|
$(eval $(python-package))
|