generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-future/Config.in
Normal file
6
package/python-future/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_FUTURE
|
||||
bool "python-future"
|
||||
help
|
||||
Easy, clean, reliable Python 2/3 compatibility.
|
||||
|
||||
http://python-future.org
|
||||
5
package/python-future/python-future.hash
Normal file
5
package/python-future/python-future.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.python.org/pypi/future/json
|
||||
md5 e4579c836b9c025872efe230f6270349 future-0.18.2.tar.gz
|
||||
sha256 b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d future-0.18.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 916e561392d48471b9c23437f56e2652f320cb3b119ceaa162edf41016f746b9 LICENSE.txt
|
||||
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