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-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