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_PORTEND
bool "python-portend"
depends on BR2_PACKAGE_PYTHON3 # python-tempora
select BR2_PACKAGE_PYTHON_TEMPORA # runtime
help
TCP port monitoring utilities.
https://github.com/jaraco/portend
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/portend/json
md5 0ab51a12b7462a5275946a3645a71e92 portend-2.5.tar.gz
sha256 19dc27bfb3c72471bd30a235a4d5fbefef8a7e31cab367744b5d87a205e7bfd9 portend-2.5.tar.gz
# Locally computed sha256 checksums
sha256 a55e2ffe9b44998e621d51d8c094bed09acc4b5236ee73d7df395a33ba3c18fd LICENSE
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# python-portend
#
################################################################################
PYTHON_PORTEND_VERSION = 2.5
PYTHON_PORTEND_SOURCE = portend-$(PYTHON_PORTEND_VERSION).tar.gz
PYTHON_PORTEND_SITE = https://files.pythonhosted.org/packages/2c/59/948666fc2455ae471efd40cb2a9a990f5f6f2354a9a6b228e29b9fb4a307
PYTHON_PORTEND_LICENSE = MIT
PYTHON_PORTEND_LICENSE_FILES = LICENSE
PYTHON_PORTEND_SETUP_TYPE = setuptools
PYTHON_PORTEND_DEPENDENCIES = host-python-setuptools-scm
$(eval $(python-package))