wok rev 23585

updated python-xdg (0.19 -> 0.26)
author Hans-G?nter Theisgen
date Tue Apr 07 14:15:45 2020 +0100 (2020-04-07)
parents 2de18cf22f08
children ac072d26eec5
files python-xdg/receipt
line diff
     1.1 --- a/python-xdg/receipt	Tue Apr 07 14:07:00 2020 +0100
     1.2 +++ b/python-xdg/receipt	Tue Apr 07 14:15:45 2020 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-xdg"
     1.7 -VERSION="0.19"
     1.8 +VERSION="0.26"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python library to access freedesktop.org standards."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="LGPL2"
    1.13 +WEB_SITE="https://www.freedesktop.org/wiki/Software/pyxdg/"
    1.14 +
    1.15  SOURCE="pyxdg"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.freedesktop.org/wiki/Software/pyxdg"
    1.18 -WGET_URL="http://www.freedesktop.org/~lanius/$TARBALL"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22  BUILD_DEPENDS="python python-dev"
    1.23 @@ -24,6 +25,5 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs
    1.28 -	cp -a $install/usr $fs
    1.29 +	cp -a $install/usr	$fs
    1.30  }