mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/jazzband/jsonmodels/blob/2.8.0/HISTORY.rst
Upstream switched to hatch:
1c4dab695a
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
574 B
Makefile
15 lines
574 B
Makefile
################################################################################
|
|
#
|
|
# python-jsonmodels
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JSONMODELS_VERSION = 2.8.0
|
|
PYTHON_JSONMODELS_SOURCE = jsonmodels-$(PYTHON_JSONMODELS_VERSION).tar.gz
|
|
PYTHON_JSONMODELS_SITE = https://files.pythonhosted.org/packages/04/85/0e02cbc656ef7f0f5d3db13be5b622c231bf55bbad6a8c4612ce95fcb8cf
|
|
PYTHON_JSONMODELS_SETUP_TYPE = hatch
|
|
PYTHON_JSONMODELS_LICENSE = BSD-3-Clause
|
|
PYTHON_JSONMODELS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|