diff options
| author | David Bachelart <david.bachelart@bbright.com> | 2017-01-02 16:45:26 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-08 21:31:25 +0100 |
| commit | 6a9e59c0c2367ccc62c1d898fb9b31c8f7fe0ddf (patch) | |
| tree | e6fd5edbcbd823adb130c2945ab2c32f05a92b1e /package/python-whoosh/Config.in | |
| parent | ea0ac289fcda7b844051e7f5113c3d09ffea86be (diff) | |
| download | buildroot-6a9e59c0c2367ccc62c1d898fb9b31c8f7fe0ddf.tar.gz buildroot-6a9e59c0c2367ccc62c1d898fb9b31c8f7fe0ddf.zip | |
python-whoosh: new package
Signed-off-by: David Bachelart <david.bachelart@bbright.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-whoosh/Config.in')
| -rw-r--r-- | package/python-whoosh/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-whoosh/Config.in b/package/python-whoosh/Config.in new file mode 100644 index 0000000000..1128ce6417 --- /dev/null +++ b/package/python-whoosh/Config.in @@ -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/ |

