python-pycli: new package
[Thomas: - rewrap too long lines in Config.in help text - add missing upstream URL in Config.in help text - add missing hash file - fix the licensing informations, which were incorrect - remove duplicate <pkg>_SETUP_TYPE definition.] Signed-off-by: Geoffrey Ragot <geoffrey.ragot@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f8d281d816
commit
1ec19e5e47
@ -636,6 +636,7 @@ menu "external python modules"
|
||||
source "package/python-protobuf/Config.in"
|
||||
source "package/python-psutil/Config.in"
|
||||
source "package/python-pyasn/Config.in"
|
||||
source "package/python-pycli/Config.in"
|
||||
source "package/python-pycrypto/Config.in"
|
||||
source "package/python-pydal/Config.in"
|
||||
source "package/python-pyftpdlib/Config.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/
|
4
package/python-pycli/python-pycli.hash
Normal file
4
package/python-pycli/python-pycli.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# From https://pypi.python.org/pypi?:action=show_md5&digest=5cad880168f3423a1235b396735c1360
|
||||
md5 5cad880168f3423a1235b396735c1360 pyCLI-devel.tar.gz
|
||||
# Locally calculated
|
||||
sha256 d7dc3245d79ef00ba5c0d6b008eb3d1a519c0df4cfa4467eee5160a80c6ddc0a pyCLI-devel.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 = devel
|
||||
PYTHON_PYCLI_SOURCE = pyCLI-$(PYTHON_PYCLI_VERSION).tar.gz
|
||||
PYTHON_PYCLI_SITE = https://pypi.python.org/packages/source/p/pyCLI/
|
||||
PYTHON_PYCLI_LICENSE = ISC-like
|
||||
PYTHON_PYCLI_LICENSE_FILES = lib/cli/__init__.py
|
||||
PYTHON_PYCLI_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user