[arch-commits] Commit in python-numpy/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Mon Oct 28 18:10:24 UTC 2013


    Date: Monday, October 28, 2013 @ 19:10:24
  Author: jgc
Revision: 197707

upgpkg: python-numpy 1.7.1-3

add staticlibs option, fix optdepends

Modified:
  python-numpy/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-28 17:41:15 UTC (rev 197706)
+++ PKGBUILD	2013-10-28 18:10:24 UTC (rev 197707)
@@ -6,12 +6,13 @@
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.numpy.org/"
-makedepends=('lapack' 'python' 'python2' 'python-setuptools' 'python2-setuptools' 'gcc-fortran' 'python-nose')
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
+options=('staticlibs')
 source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
 md5sums=('0ab72b3b83528a7ae79c6df9042d61c6')
 
@@ -33,7 +34,7 @@
 
 package_python2-numpy() {
   depends=('lapack' 'python2')
-  optdepends=('python-nose: testsuite')
+  optdepends=('python2-nose: testsuite')
 
   _pyver=2.7
 
@@ -57,6 +58,7 @@
 
 package_python-numpy() {
   depends=('lapack' 'python')
+  optdepends=('python-nose: testsuite')
   provides=("python3-numpy=${pkgver}")
   replaces=('python3-numpy')
   conflicts=('python3-numpy')




More information about the arch-commits mailing list