mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
package/python-futures: new package
Needed by upcoming python-mwscrape package. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
8238368d05
commit
bfe76ebfb9
14
package/python-futures/python-futures.mk
Normal file
14
package/python-futures/python-futures.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-futures
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FUTURES_VERSION = 3.0.5
|
||||
PYTHON_FUTURES_SOURCE = futures-$(PYTHON_FUTURES_VERSION).tar.gz
|
||||
PYTHON_FUTURES_SITE = https://pypi.python.org/packages/55/db/97c1ca37edab586a1ae03d6892b6633d8eaa23b23ac40c7e5bbc55423c78
|
||||
PYTHON_FUTURES_SETUP_TYPE = setuptools
|
||||
PYTHON_FUTURES_LICENSE = BSD-2c
|
||||
PYTHON_FUTURES_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user