mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
python-ubjson: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a0b0fcfe21
commit
a7430139ff
14
package/python-ubjson/python-ubjson.mk
Normal file
14
package/python-ubjson/python-ubjson.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ubjson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UBJSON_VERSION = 0.8.4
|
||||
PYTHON_UBJSON_SOURCE = py-ubjson-$(PYTHON_UBJSON_VERSION).tar.gz
|
||||
PYTHON_UBJSON_SITE = https://pypi.python.org/packages/bf/a3/990c47fa0d2d244a3d493ae917d5cbf2a0632c1ac6aa53445f4e53ce3675
|
||||
PYTHON_UBJSON_LICENSE = Apache-2.0
|
||||
PYTHON_UBJSON_LICENSE_FILES = LICENSE
|
||||
PYTHON_UBJSON_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user