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
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_JANUS
bool "python-janus"
depends on BR2_PACKAGE_PYTHON3
help
Mixed sync-async queue to interoperate between asyncio
tasks and classic threads.
https://github.com/aio-libs/janus/
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/janus/json
md5 dad6a03e7664cb800ce45ef8bcf12439 janus-0.6.1.tar.gz
sha256 4712e0ef75711fe5947c2db855bc96221a9a03641b52e5ae8e25c2b705dd1d0c janus-0.6.1.tar.gz
# Locally computed sha256 checksums
sha256 8b177cccb6ddec12a9fc97bd49e7e2bbcd92464625624bd8bdbfad799ae606e9 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-janus
#
################################################################################
PYTHON_JANUS_VERSION = 0.6.1
PYTHON_JANUS_SOURCE = janus-$(PYTHON_JANUS_VERSION).tar.gz
PYTHON_JANUS_SITE = https://files.pythonhosted.org/packages/7c/1b/8769c2dca84dd8ca92e48b14750c7106ff4313df4fee651dbc3cd9e345a9
PYTHON_JANUS_SETUP_TYPE = setuptools
PYTHON_JANUS_LICENSE = Apache-2.0
PYTHON_JANUS_LICENSE_FILES = LICENSE
$(eval $(python-package))