generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained 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
|
||||
5
package/python-click/python-click.hash
Normal file
5
package/python-click/python-click.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/click/json
|
||||
md5 a804b085de7a3ff96968e38e0f6f2e05 click-8.1.3.tar.gz
|
||||
sha256 7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e click-8.1.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.rst
|
||||
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 = 8.1.3
|
||||
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
|
||||
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/59/87/84326af34517fca8c58418d148f2403df25303e02736832403587318e9e8
|
||||
PYTHON_CLICK_LICENSE = BSD-3-Clause
|
||||
PYTHON_CLICK_LICENSE_FILES = LICENSE.rst
|
||||
PYTHON_CLICK_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user