generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
16
package/python-tqdm/python-tqdm.mk
Normal file
16
package/python-tqdm/python-tqdm.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tqdm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TQDM_VERSION = 4.40.1
|
||||
PYTHON_TQDM_SOURCE = tqdm-$(PYTHON_TQDM_VERSION).tar.gz
|
||||
PYTHON_TQDM_SITE = https://files.pythonhosted.org/packages/4c/45/830c5c4bfaba60ef7d356a53c7751a86c81d148a16fda0daf3ac5ca8e288
|
||||
PYTHON_TQDM_SETUP_TYPE = setuptools
|
||||
PYTHON_TQDM_LICENSE = MPL-2.0, MIT
|
||||
PYTHON_TQDM_LICENSE_FILES = LICENCE
|
||||
PYTHON_TQDM_CPE_ID_VENDOR = tqdm_project
|
||||
PYTHON_TQDM_CPE_ID_PRODUCT = tqdm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user