mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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:
committed by
Peter Korsgaard
parent
ea0ac289fc
commit
6a9e59c0c2
14
package/python-whoosh/python-whoosh.mk
Normal file
14
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