update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_WHOOSH
bool "python-whoosh"
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
help
Whoosh is a fast, pure-Python full text indexing, search and
spell checking library.
https://pypi.python.org/pypi/Whoosh/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/Whoosh/json, sha256 locally computed
md5 9a0fc2df9335e1d2e81dd84a2c4c416f Whoosh-2.7.0.tar.gz
sha256 cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7 Whoosh-2.7.0.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-whoosh
#
################################################################################
PYTHON_WHOOSH_VERSION = 2.7.0
PYTHON_WHOOSH_SOURCE = Whoosh-$(PYTHON_WHOOSH_VERSION).tar.gz
PYTHON_WHOOSH_SITE = http://pypi.python.org/packages/source/W/Whoosh
PYTHON_WHOOSH_SETUP_TYPE = setuptools
PYTHON_WHOOSH_LICENSE = BSD-3c
PYTHON_WHOOSH_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))