This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_CBOR2
bool "python-cbor2"
help
Pure Python CBOR (de)serializer with extensive tag support.
https://cbor2.readthedocs.io/

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/cbor2/json
md5 693c1bd6635bee8a591a70ea924ad676 cbor2-5.1.2.tar.gz
sha256 91759bd0ee5ef0d4fa24144dfa551670730baeca8cf2fff1cc59f734ecd21de6 cbor2-5.1.2.tar.gz
# Locally computed sha256 checksums
sha256 6163f7987dfb38d6bc320ce2b70b2f02b862bc41126516d552ef1cd43247e758 LICENSE.txt

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-cbor2
#
################################################################################
PYTHON_CBOR2_VERSION = 5.1.2
PYTHON_CBOR2_SOURCE = cbor2-$(PYTHON_CBOR2_VERSION).tar.gz
PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/3f/14/a7cdcab562ee9b599ce409168eb0a5f7c7190a83f23c92c8c310e56d1b58
PYTHON_CBOR2_SETUP_TYPE = setuptools
PYTHON_CBOR2_LICENSE = MIT
PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt
PYTHON_CBOR2_DEPENDENCIES = host-python-setuptools-scm
$(eval $(python-package))