From 94e3eb45cd3402cbc5efd70ae725e8d48ed696af Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Jul 2011 23:13:08 +0000 Subject: Tue Jul 19 23:13:07 UTC 2011 --- community/python-scipy/PKGBUILD | 8 +++----- community/python-scipy/python-scipy.changelog | 5 +++++ 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'community/python-scipy') diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index c0dbdcb4a..80a97ca82 100755 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 45545 2011-04-24 06:08:32Z schiv $ +# $Id: PKGBUILD 51728 2011-07-13 14:46:12Z tdziedzic $ # Maintainer: Angel 'angvp' Velasquez # Maintainer: Ray Rashif # Contributor: Douglas Soares de Andrade @@ -10,20 +10,18 @@ _app=scipy pkgname=('python-scipy' 'python2-scipy') pkgver=0.9.0 _theapp=$_app-$pkgver -pkgrel=1 +pkgrel=2 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') url="http://www.scipy.org/" license=('BSD') -depends=('python3-numpy') +depends=('python-numpy') makedepends=('gcc-fortran' 'python2-numpy') changelog=$pkgbase.changelog source=("http://downloads.sourceforge.net/$_app/$_theapp.tar.gz") md5sums=('ebfef6e8e82d15c875a4ee6a46d4e1cd') build() { - cd "$srcdir" - unset LDFLAGS unset FFLAGS diff --git a/community/python-scipy/python-scipy.changelog b/community/python-scipy/python-scipy.changelog index 77c6d43a5..76a3e7f35 100644 --- a/community/python-scipy/python-scipy.changelog +++ b/community/python-scipy/python-scipy.changelog @@ -1,3 +1,8 @@ +2011-07-13 Thomas Dziedzic < gostrc at gmail > + * 0.9.0-2: + rebuild for python3-numpy to python-numpy rename + also, minor PKGBUILD cleanup + 2011-04-24 Ray Rashif * 0.9.0-1: -- cgit v1.2.3-54-g00ecf