wok annotate matplotlib/receipt @ 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 | 16df76e1fc6a |
children | 1b44d49dab4c |
rev | line source |
---|---|
pascal@1258 | 1 # SliTaz package receipt. |
pascal@1258 | 2 |
pascal@1258 | 3 PACKAGE="matplotlib" |
Hans-G?nter@23166 | 4 VERSION="2.2.4" |
pascal@1258 | 5 CATEGORY="graphics" |
pascal@1258 | 6 SHORT_DESC="2D plotting library for the Python." |
pascal@1258 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15601 | 8 LICENSE="PSL BSD" |
Hans-G?nter@23166 | 9 WEB_SITE="http://matplotlib.sourceforge.net/" |
Hans-G?nter@23166 | 10 |
pascal@1258 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@23166 | 12 WGET_URL="https://pypi.io/packages/source/m/$PACKAGE/$TARBALL" |
pascal@15601 | 13 |
Hans-G?nter@23166 | 14 DEPENDS="expat freetype gcc-lib-base gtk+ libpng pygtk python python-numpy |
Hans-G?nter@23166 | 15 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp |
Hans-G?nter@23166 | 16 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr |
Hans-G?nter@23166 | 17 xorg-libXrender zlib" |
Hans-G?nter@23166 | 18 BUILD_DEPENDS="freetype-dev libpng-dev pygtk-dev python python-dev |
Hans-G?nter@23166 | 19 python-numpy zlib-dev" |
pascal@1258 | 20 |
pascal@1258 | 21 # Rules to configure and make the package. |
pascal@1258 | 22 compile_rules() |
pascal@1258 | 23 { |
slaxemulator@9700 | 24 cp -a $stuff/setup.cfg . |
Hans-G?nter@23166 | 25 python setup.py build && |
pascal@15601 | 26 python setup.py install --root=$DESTDIR |
pascal@1258 | 27 } |
pascal@1258 | 28 |
pascal@1258 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1258 | 30 genpkg_rules() |
pascal@1258 | 31 { |
Hans-G?nter@23166 | 32 cp -a $install/usr $fs |
pascal@1258 | 33 } |