wok rev 23537

updated python-pydot (1.0.2 -> 1.4.1)
author Hans-G?nter Theisgen
date Mon Apr 06 16:33:09 2020 +0100 (2020-04-06)
parents 037dc951455b
children 23d1dbe1e6bb
files python-pydot/receipt
line diff
     1.1 --- a/python-pydot/receipt	Mon Apr 06 16:23:45 2020 +0100
     1.2 +++ b/python-pydot/receipt	Mon Apr 06 16:33:09 2020 +0100
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pydot"
     1.7 -SOURCE="pydot"
     1.8 -VERSION="1.0.2"
     1.9 +VERSION="1.4.1"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Python interface to Graphviz's dot language."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.15 +
    1.16 +SOURCE="pydot"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.19 -WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22 -DEPENDS="python python-pyparsing graphviz"
    1.23 +DEPENDS="graphviz python python-pyparsing"
    1.24  BUILD_DEPENDS="python"
    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 @@ -25,7 +26,7 @@
    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  }
    1.41  
    1.42  # Remove old package.
    1.43 @@ -34,4 +35,3 @@
    1.44  	[ ! -d "$1/var/lib/tazpkg/installed/pydot" ] ||
    1.45  	rm -rf "$1/var/lib/tazpkg/installed/pydot"
    1.46  }
    1.47 -