mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python-cbor: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-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
81863eafc7
commit
d75a2dbaa7
13
package/python-cbor/python-cbor.mk
Normal file
13
package/python-cbor/python-cbor.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cbor
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CBOR_VERSION = 0.1.25
|
||||
PYTHON_CBOR_SOURCE = cbor-$(PYTHON_CBOR_VERSION).tar.gz
|
||||
PYTHON_CBOR_SITE = http://pypi.python.org/packages/source/c/cbor
|
||||
PYTHON_CBOR_LICENSE = Apache
|
||||
PYTHON_CBOR_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user