mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 18:42:11 +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:
committed by
Thomas Petazzoni
parent
d75a2dbaa7
commit
45c903065d
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))
|
||||
Reference in New Issue
Block a user