mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/python-tqdm/python-tqdm.mk
Normal file
14
package/python-tqdm/python-tqdm.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user