wok rev 23166
updated matplotlib (1.0.0 -> 2.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 17 16:42:57 2020 +0100 (2020-03-17) |
parents | b220dec21248 |
children | 1b44d49dab4c |
files | matio-dev/receipt matplotlib/receipt |
line diff
1.1 --- a/matio-dev/receipt Tue Mar 17 16:23:31 2020 +0100 1.2 +++ b/matio-dev/receipt Tue Mar 17 16:42:57 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="matio-dev" 1.7 -VERSION="1.5.15" 1.8 +VERSION="1.5.17" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Library for reading and writing Matlab MAT files - development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/matplotlib/receipt Tue Mar 17 16:23:31 2020 +0100 2.2 +++ b/matplotlib/receipt Tue Mar 17 16:42:57 2020 +0100 2.3 @@ -1,31 +1,33 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="matplotlib" 2.7 -VERSION="1.0.0" 2.8 +VERSION="2.2.4" 2.9 CATEGORY="graphics" 2.10 SHORT_DESC="2D plotting library for the Python." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="PSL BSD" 2.13 +WEB_SITE="http://matplotlib.sourceforge.net/" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 -WEB_SITE="http://matplotlib.sourceforge.net/" 2.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.18 +WGET_URL="https://pypi.io/packages/source/m/$PACKAGE/$TARBALL" 2.19 2.20 -DEPENDS="python zlib libpng freetype python-numpy gtk+ expat xorg-libXau \ 2.21 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ 2.22 -xorg-libXinerama xorg-libXrandr xorg-libXrender pygtk gcc-lib-base" 2.23 -BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev python-numpy \ 2.24 -pygtk-dev" 2.25 +DEPENDS="expat freetype gcc-lib-base gtk+ libpng pygtk python python-numpy 2.26 + xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp 2.27 + xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr 2.28 + xorg-libXrender zlib" 2.29 +BUILD_DEPENDS="freetype-dev libpng-dev pygtk-dev python python-dev 2.30 + python-numpy zlib-dev" 2.31 2.32 # Rules to configure and make the package. 2.33 compile_rules() 2.34 { 2.35 cp -a $stuff/setup.cfg . 2.36 - python setup.py build 2.37 + python setup.py build && 2.38 python setup.py install --root=$DESTDIR 2.39 } 2.40 2.41 # Rules to gen a SliTaz package suitable for Tazpkg. 2.42 genpkg_rules() 2.43 { 2.44 - cp -a $install/usr $fs 2.45 + cp -a $install/usr $fs 2.46 }