wok diff python-werkzeug/receipt @ rev 23807

eudev: include relocated udevadm
author Richard Dunbar <mojo@slitaz.org>
date Sun May 24 12:23:14 2020 -0400 (2020-05-24)
parents 814362194a8d
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-werkzeug/receipt	Sun May 19 19:45:04 2019 +0200
     1.2 +++ b/python-werkzeug/receipt	Sun May 24 12:23:14 2020 -0400
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-werkzeug"
     1.7 -VERSION="0.15.2"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="WSGI utility modules"
    1.11 +SHORT_DESC="WSGI utility modules."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 +WEB_SITE="https://pypi.org/project/Werkzeug/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://werkzeug.pocoo.org/"
    1.18  WGET_URL="https://github.com/pallets/werkzeug/archive/$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="python"
    1.21 -BUILD_DEPENDS="python-dev python-setuptools"
    1.22 +BUILD_DEPENDS="python python-dev python-setuptools"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -22,5 +23,5 @@
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	cp -a $install/usr $fs
    1.31 +	cp -a $install/usr	$fs
    1.32  }