# HG changeset patch # User Hans-G?nter Theisgen # Date 1586189352 -3600 # Node ID f4d0ccc2e940305902c5ac49e8f92f028c8b9cde # Parent 0278d8646405ed7383d2e900bac7b6c74d3ea8eb updated python-pygraphviz (0.99.1 -> 1.5) diff -r 0278d8646405 -r f4d0ccc2e940 python-pygraphviz/receipt --- a/python-pygraphviz/receipt Mon Apr 06 17:01:19 2020 +0100 +++ b/python-pygraphviz/receipt Mon Apr 06 17:09:12 2020 +0100 @@ -1,23 +1,24 @@ # SliTaz package receipt. PACKAGE="python-pygraphviz" -VERSION="0.99.1" +VERSION="1.5" CATEGORY="development" SHORT_DESC="A Python wrapper for the Graphviz Agraph data structure." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.python.org/pypi/pygraphviz" + SOURCE="pygraphviz" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/pygraphviz" -WGET_URL="http://networkx.lanl.gov/download/$SOURCE/$TARBALL" +TARBALL="$SOURCE-$VERSION.zip" +WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL" DEPENDS="graphviz python" -BUILD_DEPENDS="graphviz-dev python-dev" +BUILD_DEPENDS="graphviz-dev python-dev python-setuptools" # Rules to configure and make the package. compile_rules() { - python setup.py build + python setup.py build && python setup.py install --root=$DESTDIR } @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }