Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 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))