initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_BIDICT
bool "python-bidict"
depends on BR2_PACKAGE_PYTHON3
help
The bidirectional mapping library for Python.
https://bidict.readthedocs.io
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/bidict/json
md5 d9342771969dd0d42092a669ed6f3241 bidict-0.21.3.tar.gz
sha256 d50bd81fae75e34198ffc94979a0eb0939ff9adb3ef32bcc93a913d8b3e3ed1d bidict-0.21.3.tar.gz
# Locally computed sha256 checksums
sha256 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-bidict
#
################################################################################
PYTHON_BIDICT_VERSION = 0.21.3
PYTHON_BIDICT_SOURCE = bidict-$(PYTHON_BIDICT_VERSION).tar.gz
PYTHON_BIDICT_SITE = https://files.pythonhosted.org/packages/3f/81/7221b28d692af5c5fc180c4850b8e4a48c7db92b3d529b430488f67db74f
PYTHON_BIDICT_SETUP_TYPE = setuptools
PYTHON_BIDICT_LICENSE = MPL-2.0
PYTHON_BIDICT_LICENSE_FILES = LICENSE
$(eval $(python-package))