wok rev 3411

Ren: numpy -> python-numpy & update receipts of packages that depends on it
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Jun 12 21:58:05 2009 +0000 (2009-06-12)
parents 0f072f890052
children 983e91358a71
files matplotlib/receipt numpy/receipt python-numpy/receipt python-pygame/receipt
line diff
     1.1 --- a/matplotlib/receipt	Fri Jun 12 17:28:25 2009 +0000
     1.2 +++ b/matplotlib/receipt	Fri Jun 12 21:58:05 2009 +0000
     1.3 @@ -8,10 +8,10 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://matplotlib.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 -DEPENDS="python zlib libpng freetype numpy gtk+ expat xorg-libXau \
     1.8 +DEPENDS="python zlib libpng freetype python-numpy gtk+ expat xorg-libXau \
     1.9  xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \
    1.10  xorg-libXinerama xorg-libXrandr xorg-libXrender"
    1.11 -BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev numpy"
    1.12 +BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev python-numpy"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
     2.1 --- a/numpy/receipt	Fri Jun 12 17:28:25 2009 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,27 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="numpy"
     2.7 -VERSION="1.1.1"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="scientific computing library for the Python."
    2.10 -MAINTAINER="pascal.bellard@slitaz.org"
    2.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.12 -WEB_SITE="http://numpy.scipy.org/"
    2.13 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.14 -DEPENDS="python"
    2.15 -BUILD_DEPENDS="python python-dev"
    2.16 -
    2.17 -# Rules to configure and make the package.
    2.18 -compile_rules()
    2.19 -{
    2.20 -	cd $src
    2.21 -	python setup.py build &&
    2.22 -	python setup.py install --root=$PWD/_pkg
    2.23 -}
    2.24 -
    2.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.26 -genpkg_rules()
    2.27 -{
    2.28 -	cp -a $_pkg/usr $fs
    2.29 -}
    2.30 -
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/python-numpy/receipt	Fri Jun 12 21:58:05 2009 +0000
     3.3 @@ -0,0 +1,33 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="python-numpy"
     3.7 +SOURCE="numpy"
     3.8 +VERSION="1.1.1"
     3.9 +CATEGORY="development"
    3.10 +SHORT_DESC="scientific computing library for the Python."
    3.11 +MAINTAINER="pascal.bellard@slitaz.org"
    3.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    3.13 +WEB_SITE="http://numpy.scipy.org/"
    3.14 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    3.15 +DEPENDS="python"
    3.16 +BUILD_DEPENDS="python python-dev"
    3.17 +
    3.18 +# Rules to configure and make the package.
    3.19 +compile_rules()
    3.20 +{
    3.21 +	cd $src
    3.22 +	python setup.py build &&
    3.23 +	python setup.py install --root=$PWD/_pkg
    3.24 +}
    3.25 +
    3.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.27 +genpkg_rules()
    3.28 +{
    3.29 +	cp -a $_pkg/usr $fs
    3.30 +}
    3.31 +
    3.32 +# Remove old package.
    3.33 +post_install()
    3.34 +{
    3.35 +	rm -rf $1/var/lib/tazpkg/installed/numpy
    3.36 +}
    3.37 \ No newline at end of file
     4.1 --- a/python-pygame/receipt	Fri Jun 12 17:28:25 2009 +0000
     4.2 +++ b/python-pygame/receipt	Fri Jun 12 21:58:05 2009 +0000
     4.3 @@ -9,8 +9,8 @@
     4.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     4.5  WEB_SITE="http://www.pygame.org"
     4.6  WGET_URL="$WEB_SITE/ftp/$TARBALL"
     4.7 -DEPENDS="python libSDL libsdl-image libsdl-mixer libsdl-ttf numpy libsmpeg"
     4.8 -BUILD_DEPENDS="python python-dev numpy libSDL libSDL-dev libsdl-image \
     4.9 +DEPENDS="python libSDL libsdl-image libsdl-mixer libsdl-ttf python-numpy libsmpeg"
    4.10 +BUILD_DEPENDS="python python-dev python-numpy libSDL libSDL-dev libsdl-image \
    4.11  libsdl-image-dev libsdl-mixer libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev \
    4.12  libsmpeg libsmpeg-dev"
    4.13