wok diff python-pydot/receipt @ rev 23930
Up cryptsetup (2.3.4) CVE-2020-14382
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 04 17:07:15 2020 +0000 (2020-09-04) |
parents | 8dd8bab3f0ca |
children | 1df6fa555414 |
line diff
1.1 --- a/python-pydot/receipt Thu Jan 24 14:51:04 2019 +0100 1.2 +++ b/python-pydot/receipt Fri Sep 04 17:07:15 2020 +0000 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 -