summaryrefslogtreecommitdiff
path: root/community/python-scipy
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:40:14 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:40:14 -0300
commit2f352ca8b911d96566b10adc049f76a552ab93aa (patch)
treea70b2a875856fbf847f12ae33f9434ea8ca1ef56 /community/python-scipy
parent12c074375919d2de177eb9456352866902118a03 (diff)
parent94e3eb45cd3402cbc5efd70ae725e8d48ed696af (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/pbzip2/PKGBUILD extra/audacious/PKGBUILD extra/stardict/PKGBUILD
Diffstat (limited to 'community/python-scipy')
-rwxr-xr-xcommunity/python-scipy/PKGBUILD8
-rw-r--r--community/python-scipy/python-scipy.changelog5
2 files changed, 8 insertions, 5 deletions
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD
index f726054ca..44959e811 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 <angvp[at]archlinux.com.ve>
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
@@ -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' 'mips64el')
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 <schiv@archlinux.org>
* 0.9.0-1: