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>
This commit is contained in:
David Bachelart
2017-01-02 16:45:26 +01:00
committed by Peter Korsgaard
parent ea0ac289fc
commit 6a9e59c0c2
4 changed files with 27 additions and 0 deletions

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))