# HG changeset patch # User Hans-G?nter Theisgen # Date 1586264820 -3600 # Node ID 2de18cf22f08e678fc772c80be312d43edc199ae # Parent 9899c003230eb1f60dac4b800834294025664004 updated python-whoosh (2.5.7 -> 2.7.4) diff -r 9899c003230e -r 2de18cf22f08 python-whoosh/receipt --- a/python-whoosh/receipt Tue Apr 07 14:03:09 2020 +0100 +++ b/python-whoosh/receipt Tue Apr 07 14:07:00 2020 +0100 @@ -1,29 +1,29 @@ # SliTaz package receipt. PACKAGE="python-whoosh" -SOURCE="Whoosh" -VERSION="2.5.7" +VERSION="2.7.4" CATEGORY="development" SHORT_DESC="Fast full text indexing, search, and spell checking library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.python.org/pypi/Whoosh/" + +SOURCE="Whoosh" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/Whoosh/" -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python wget python-setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() { - python setup.py build + python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs } -