This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

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/

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

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))