create rootf's & SDK from 2018.02.9 buildroot (#10)

---------

Co-authored-by: tiopex <tiopxyz@gmail.com>
Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
Apaczer
2023-03-11 21:06:02 +01:00
committed by GitHub
parent 534f7aea40
commit dcf31c6a1e
12528 changed files with 149032 additions and 303063 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/
+3
View File
@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/pycli/json, sha256 locally computed
md5 89c487e7c8068ce05d63394d2ae7ebad pyCLI-2.0.3.tar.gz
sha256 bc53e6c5db031ae1c05d131641f153d22a201c5e82cc8c9324a945752efbb622 pyCLI-2.0.3.tar.gz
+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))