wok 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 9899c003230e
children 52910d6235cf
files python-whoosh/receipt
line diff
     1.1 --- a/python-whoosh/receipt	Tue Apr 07 14:03:09 2020 +0100
     1.2 +++ b/python-whoosh/receipt	Tue Apr 07 14:07:00 2020 +0100
     1.3 @@ -1,29 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-whoosh"
     1.7 -SOURCE="Whoosh"
     1.8 -VERSION="2.5.7"
     1.9 +VERSION="2.7.4"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Fast full text indexing, search, and spell checking library."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 +WEB_SITE="https://pypi.python.org/pypi/Whoosh/"
    1.15 +
    1.16 +SOURCE="Whoosh"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://pypi.python.org/pypi/Whoosh/"
    1.19 -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22  DEPENDS="python"
    1.23 -BUILD_DEPENDS="python wget python-setuptools"
    1.24 +BUILD_DEPENDS="python python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	python setup.py build
    1.30 +	python setup.py build &&
    1.31  	python setup.py install --root=$DESTDIR
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	cp -a $install/* $fs
    1.38 +	cp -a $install/*	$fs
    1.39  }
    1.40 -