mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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:
committed by
Thomas Petazzoni
parent
f8d281d816
commit
1ec19e5e47
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))
|
||||
Reference in New Issue
Block a user