wok rev 23514

updated python-nose (0.11.3 -> 1.3.7)
author Hans-G?nter Theisgen
date Mon Apr 06 10:58:44 2020 +0100 (2020-04-06)
parents 539876c71561
children 2cb2b3d8fb16
files python-nose/receipt
line diff
     1.1 --- a/python-nose/receipt	Mon Apr 06 11:53:42 2020 +0200
     1.2 +++ b/python-nose/receipt	Mon Apr 06 10:58:44 2020 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-nose"
     1.7 -VERSION="0.11.3"
     1.8 +VERSION="1.3.7"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Unittest extension"
    1.11 +TAGS="python"
    1.12 +SHORT_DESC="Unittest extension."
    1.13  MAINTAINER="taziden@slitaz.org"
    1.14  LICENSE="LGPL2.1"
    1.15 +WEB_SITE="https://pypi.org/project/nose/"
    1.16 +
    1.17  SOURCE="nose"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="https://pypi.org/project/nose/"
    1.20 -WGET_URL="$WEB_SITE/download/1.0/$TARBALL"
    1.21 -TAGS="python"
    1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL"
    1.23  
    1.24  DEPENDS="python"
    1.25  BUILD_DEPENDS="python python-dev"
    1.26 @@ -19,6 +20,7 @@
    1.27  compile_rules()
    1.28  {
    1.29  	sed -i 's|man/man|share/&|' setup.py
    1.30 +
    1.31  	python setup.py install --root=$DESTDIR
    1.32  }
    1.33  
    1.34 @@ -26,5 +28,5 @@
    1.35  genpkg_rules()
    1.36  {
    1.37  	mkdir -p $fs/usr
    1.38 -	cp -a $install/usr/lib $fs/usr
    1.39 +	cp -a $install/usr/lib	$fs/usr
    1.40  }