a47f332a20
Add license hash. Add new host-python-setuptools-scm dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
593 B
Makefile
16 lines
593 B
Makefile
################################################################################
|
|
#
|
|
# python-ujson
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_UJSON_VERSION = 4.1.0
|
|
PYTHON_UJSON_SOURCE = ujson-$(PYTHON_UJSON_VERSION).tar.gz
|
|
PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/2c/8d/63b4afe82d646a606cef838855a6110c7a3a012622e656bd29fb2d15f1d1
|
|
PYTHON_UJSON_SETUP_TYPE = setuptools
|
|
PYTHON_UJSON_LICENSE = BSD-3-Clause
|
|
PYTHON_UJSON_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_UJSON_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|