initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_FUTURES
|
||||
bool "python-futures"
|
||||
depends on BR2_PACKAGE_PYTHON # not needed for python3
|
||||
help
|
||||
Backport of the concurrent.futures package from Python 3.2.
|
||||
|
||||
https://github.com/agronholm/pythonfutures
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/futures/json
|
||||
md5 b43a39ae1475e3fd6940f2b4f7214675 futures-3.3.0.tar.gz
|
||||
sha256 7e033af76a5e35f58e56da7a91e687706faf4e7bdfb2cbc3f2cca6b9bcda9794 futures-3.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a698bd5d441e4a16af6c992b8e80cbfa12755d72d910854fa1fb11d4deb0059a LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-futures
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FUTURES_VERSION = 3.3.0
|
||||
PYTHON_FUTURES_SOURCE = futures-$(PYTHON_FUTURES_VERSION).tar.gz
|
||||
PYTHON_FUTURES_SITE = https://files.pythonhosted.org/packages/47/04/5fc6c74ad114032cd2c544c575bffc17582295e9cd6a851d6026ab4b2c00
|
||||
PYTHON_FUTURES_SETUP_TYPE = setuptools
|
||||
PYTHON_FUTURES_LICENSE = BSD-2-Clause
|
||||
PYTHON_FUTURES_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user