mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/python-future: new package
Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d5d9f559ae
commit
59db166dce
14
package/python-future/python-future.mk
Normal file
14
package/python-future/python-future.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-future
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FUTURE_VERSION = 0.18.2
|
||||
PYTHON_FUTURE_SOURCE = future-$(PYTHON_FUTURE_VERSION).tar.gz
|
||||
PYTHON_FUTURE_SITE = https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9
|
||||
PYTHON_FUTURE_SETUP_TYPE = setuptools
|
||||
PYTHON_FUTURE_LICENSE = MIT
|
||||
PYTHON_FUTURE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user