wok-next diff matplotlib/receipt @ rev 21037
Small updates.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Nov 06 16:35:54 2018 +0200 (2018-11-06) |
parents | d5aab818505e |
children | 5669e8b3be70 |
line diff
1.1 --- a/matplotlib/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/matplotlib/receipt Tue Nov 06 16:35:54 2018 +0200 1.3 @@ -6,13 +6,11 @@ 1.4 SHORT_DESC="2D plotting library for the Python" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="PSL BSD" 1.7 +WEB_SITE="https://matplotlib.org/" 1.8 + 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 -WEB_SITE="http://matplotlib.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 -DEPENDS="python zlib libpng16 freetype python-numpy gtk2 expat xorg-libXau \ 1.14 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ 1.15 -xorg-libXinerama xorg-libXrandr xorg-libXrender python-pygtk gcc-lib-base" 1.16 BUILD_DEPENDS="python python-dev zlib-dev libpng16-dev freetype-dev python-numpy \ 1.17 python-pygtk-dev" 1.18 1.19 @@ -25,4 +23,8 @@ 1.20 1.21 genpkg_rules() { 1.22 cp -a $install/usr $fs 1.23 + DEPENDS="python zlib libpng16 freetype python-numpy gtk2 expat xorg-libXau \ 1.24 + xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 1.25 + xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 1.26 + python-pygtk gcc-lib-base" 1.27 }