Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
9
bsp/buildroot/package/python-whoosh/Config.in
Normal file
9
bsp/buildroot/package/python-whoosh/Config.in
Normal 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/
|
||||
3
bsp/buildroot/package/python-whoosh/python-whoosh.hash
Normal file
3
bsp/buildroot/package/python-whoosh/python-whoosh.hash
Normal 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
|
||||
14
bsp/buildroot/package/python-whoosh/python-whoosh.mk
Normal file
14
bsp/buildroot/package/python-whoosh/python-whoosh.mk
Normal 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))
|
||||
Reference in New Issue
Block a user