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_PYCLI
bool "python-pycli"
help
The cli package is a framework for making simple, correct
command line applications in Python.
https://pythonhosted.org/pyCLI/
+5
View File
@@ -0,0 +1,5 @@
# md5 from https://pypi.python.org/pypi/pycli/json
md5 89c487e7c8068ce05d63394d2ae7ebad pyCLI-2.0.3.tar.gz
# Locally computed
sha256 bc53e6c5db031ae1c05d131641f153d22a201c5e82cc8c9324a945752efbb622 pyCLI-2.0.3.tar.gz
sha256 591490b2ef462a4ad2be1aae5dd47738cb17e191c82d3ba38c3ae906d288e6ba lib/cli/__init__.py
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-pycli
#
################################################################################
PYTHON_PYCLI_VERSION = 2.0.3
PYTHON_PYCLI_SOURCE = pyCLI-$(PYTHON_PYCLI_VERSION).tar.gz
PYTHON_PYCLI_SITE = https://pypi.python.org/packages/95/fc/b2d86a5fbdac4072bcf70b01674b612e1a13026f54962c878fe3eca36fd1
PYTHON_PYCLI_LICENSE = ISC-like
PYTHON_PYCLI_LICENSE_FILES = lib/cli/__init__.py
PYTHON_PYCLI_SETUP_TYPE = setuptools
$(eval $(python-package))