# HG changeset patch # User Hans-G?nter Theisgen # Date 1586187189 -3600 # Node ID 536eefcdadc687928049b042ecb247d6ec4c1259 # Parent 037dc951455bd8b30c09e16b9735934c78e30da6 updated python-pydot (1.0.2 -> 1.4.1) diff -r 037dc951455b -r 536eefcdadc6 python-pydot/receipt --- a/python-pydot/receipt Mon Apr 06 16:23:45 2020 +0100 +++ b/python-pydot/receipt Mon Apr 06 16:33:09 2020 +0100 @@ -1,23 +1,24 @@ # SliTaz package receipt. PACKAGE="python-pydot" -SOURCE="pydot" -VERSION="1.0.2" +VERSION="1.4.1" CATEGORY="development" SHORT_DESC="Python interface to Graphviz's dot language." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.org/project/$SOURCE/" + +SOURCE="pydot" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="python python-pyparsing graphviz" +DEPENDS="graphviz python python-pyparsing" BUILD_DEPENDS="python" # Rules to configure and make the package. compile_rules() { - python setup.py build + python setup.py build && python setup.py install --root=$DESTDIR } @@ -25,7 +26,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } # Remove old package. @@ -34,4 +35,3 @@ [ ! -d "$1/var/lib/tazpkg/installed/pydot" ] || rm -rf "$1/var/lib/tazpkg/installed/pydot" } -