mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-cbor2: new package
Pure Python CBOR (de)serializer with extensive tag support. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c7a7873cf6
commit
8371f09622
14
package/python-cbor2/python-cbor2.mk
Normal file
14
package/python-cbor2/python-cbor2.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cbor2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CBOR2_VERSION = 5.0.1
|
||||
PYTHON_CBOR2_SOURCE = cbor2-$(PYTHON_CBOR2_VERSION).tar.gz
|
||||
PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/3e/2c/188d040bd4cf99012d0e847a3d95bf1ef1f783859b09eb9f736950af84f0
|
||||
PYTHON_CBOR2_SETUP_TYPE = setuptools
|
||||
PYTHON_CBOR2_LICENSE = MIT
|
||||
PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user