mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
6
package/python-cbor2/Config.in
Normal file
6
package/python-cbor2/Config.in
Normal 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/
|
||||
5
package/python-cbor2/python-cbor2.hash
Normal file
5
package/python-cbor2/python-cbor2.hash
Normal 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
|
||||
15
package/python-cbor2/python-cbor2.mk
Normal file
15
package/python-cbor2/python-cbor2.mk
Normal 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))
|
||||
Reference in New Issue
Block a user