kumquat-buildroot/package/python-jsonschema-specifications/python-jsonschema-specifications.mk
Dario Binacchi 1ddb3c82ea package/python-jsonschema-specifications: add host variant
Recent version of U-Boot use binman to provide a mechanism for building
images, from simple SPL + U-Boot combinations, to more complex
arrangements with many parts. This package is required by binman.

Co-developed-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Co-developed-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-03-19 23:21:40 +01:00

28 lines
1.1 KiB
Makefile

################################################################################
#
# python-jsonschema-specifications
#
################################################################################
PYTHON_JSONSCHEMA_SPECIFICATIONS_VERSION = 2023.12.1
PYTHON_JSONSCHEMA_SPECIFICATIONS_SOURCE = jsonschema_specifications-$(PYTHON_JSONSCHEMA_SPECIFICATIONS_VERSION).tar.gz
PYTHON_JSONSCHEMA_SPECIFICATIONS_SITE = https://files.pythonhosted.org/packages/f8/b9/cc0cc592e7c195fb8a650c1d5990b10175cf13b4c97465c72ec841de9e4b
PYTHON_JSONSCHEMA_SPECIFICATIONS_SETUP_TYPE = pep517
PYTHON_JSONSCHEMA_SPECIFICATIONS_LICENSE = MIT
PYTHON_JSONSCHEMA_SPECIFICATIONS_LICENSE_FILES = COPYING
PYTHON_JSONSCHEMA_SPECIFICATIONS_DEPENDENCIES = \
host-python-hatchling \
host-python-hatch-vcs
HOST_PYTHON_JSONSCHEMA_SPECIFICATIONS_DEPENDENCIES = \
host-python-hatchling \
host-python-hatch-vcs
# This is a runtime dependency, but we don't have the concept of
# runtime dependencies for host packages.
HOST_PYTHON_JSONSCHEMA_SPECIFICATIONS_DEPENDENCIES += \
host-python-referencing
$(eval $(python-package))
$(eval $(host-python-package))