mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 12:16:35 +00:00
python-click: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - rewrap Config.in help text, lines were slightly too long - remove excessive empty line at end of Config.in - specify BSD-3c as the license, since BSD is not specific enough.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d75a2dbaa7
commit
45c903065d
@ -627,6 +627,7 @@ menu "External python modules"
|
|||||||
source "package/python-cffi/Config.in"
|
source "package/python-cffi/Config.in"
|
||||||
source "package/python-cheetah/Config.in"
|
source "package/python-cheetah/Config.in"
|
||||||
source "package/python-cherrypy/Config.in"
|
source "package/python-cherrypy/Config.in"
|
||||||
|
source "package/python-click/Config.in"
|
||||||
source "package/python-coherence/Config.in"
|
source "package/python-coherence/Config.in"
|
||||||
source "package/python-configobj/Config.in"
|
source "package/python-configobj/Config.in"
|
||||||
source "package/python-configshell-fb/Config.in"
|
source "package/python-configshell-fb/Config.in"
|
||||||
|
7
package/python-click/Config.in
Normal file
7
package/python-click/Config.in
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
config BR2_PACKAGE_PYTHON_CLICK
|
||||||
|
bool "python-click"
|
||||||
|
help
|
||||||
|
A simple wrapper around optparse for powerful command line
|
||||||
|
utilities.
|
||||||
|
|
||||||
|
https://pypi.python.org/pypi/click
|
3
package/python-click/python-click.hash
Normal file
3
package/python-click/python-click.hash
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=83252a8095397b1f5f710fdd58b484d9, sha256 locally computed.
|
||||||
|
md5 83252a8095397b1f5f710fdd58b484d9 click-6.2.tar.gz
|
||||||
|
sha256 fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82 click-6.2.tar.gz
|
14
package/python-click/python-click.mk
Normal file
14
package/python-click/python-click.mk
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# python-click
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
PYTHON_CLICK_VERSION = 6.2
|
||||||
|
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
|
||||||
|
PYTHON_CLICK_SITE = http://pypi.python.org/packages/source/c/click
|
||||||
|
PYTHON_CLICK_LICENSE = BSD-3c
|
||||||
|
PYTHON_CLICK_LICENSE_FILES = LICENSE
|
||||||
|
PYTHON_CLICK_SETUP_TYPE = setuptools
|
||||||
|
|
||||||
|
$(eval $(python-package))
|
Loading…
x
Reference in New Issue
Block a user