wok-current annotate python-whoosh/receipt @ rev 23584
updated python-whoosh (2.5.7 -> 2.7.4)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 14:07:00 2020 +0100 (2020-04-07) |
parents | 814362194a8d |
children | 104a2a2e5484 |
rev | line source |
---|---|
pascal@17198 | 1 # SliTaz package receipt. |
pascal@17198 | 2 |
pascal@17198 | 3 PACKAGE="python-whoosh" |
Hans-G?nter@23584 | 4 VERSION="2.7.4" |
pascal@17198 | 5 CATEGORY="development" |
pascal@17198 | 6 SHORT_DESC="Fast full text indexing, search, and spell checking library." |
pascal@17198 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17198 | 8 LICENSE="BSD" |
Hans-G?nter@23584 | 9 WEB_SITE="https://pypi.python.org/pypi/Whoosh/" |
Hans-G?nter@23584 | 10 |
Hans-G?nter@23584 | 11 SOURCE="Whoosh" |
pascal@17198 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23584 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
pascal@17198 | 14 |
pascal@17198 | 15 DEPENDS="python" |
Hans-G?nter@23584 | 16 BUILD_DEPENDS="python python-setuptools" |
pascal@17198 | 17 |
pascal@17198 | 18 # Rules to configure and make the package. |
pascal@17198 | 19 compile_rules() |
pascal@17198 | 20 { |
Hans-G?nter@23584 | 21 python setup.py build && |
pascal@17198 | 22 python setup.py install --root=$DESTDIR |
pascal@17198 | 23 } |
pascal@17198 | 24 |
pascal@17198 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17198 | 26 genpkg_rules() |
pascal@17198 | 27 { |
Hans-G?nter@23584 | 28 cp -a $install/* $fs |
pascal@17198 | 29 } |