mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
7
package/python-pycli/Config.in
Normal file
7
package/python-pycli/Config.in
Normal 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
package/python-pycli/python-pycli.hash
Normal file
3
package/python-pycli/python-pycli.hash
Normal 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
package/python-pycli/python-pycli.mk
Normal file
14
package/python-pycli/python-pycli.mk
Normal 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))
|
Reference in New Issue
Block a user