bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184304 additions and 91106 deletions
-7
View File
@@ -1,7 +0,0 @@
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
@@ -1,5 +0,0 @@
# 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
@@ -1,14 +0,0 @@
################################################################################
#
# 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))