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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 15:00:23
  Author: felixonmars
Revision: 752012

upgpkg: python-scipy 1.5.4-3: Python 3.9 rebuild

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 14:44:09 UTC (rev 752011)
+++ PKGBUILD2020-11-12 15:00:23 UTC (rev 752012)
@@ -9,7 +9,7 @@
 _name=scipy
 pkgname=python-scipy
 pkgver=1.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="https://www.scipy.org/";


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 20:11:43
  Author: felixonmars
Revision: 748137

upgpkg: python-scipy 1.5.4-2: Python 3.9 rebuild

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 20:09:32 UTC (rev 748136)
+++ PKGBUILD2020-11-09 20:11:43 UTC (rev 748137)
@@ -9,7 +9,7 @@
 _name=scipy
 pkgname=python-scipy
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="https://www.scipy.org/";


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

2020-11-04 Thread Antonio Rojas via arch-commits
Date: Thursday, November 5, 2020 @ 07:55:19
  Author: arojas
Revision: 742808

Update to 1.5.4

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 07:26:39 UTC (rev 742807)
+++ PKGBUILD2020-11-05 07:55:19 UTC (rev 742808)
@@ -8,7 +8,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
@@ -20,7 +20,7 @@
 checkdepends=(python-pytest)
 optdepends=('python-pillow: for image saving module')
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('ddae76784574cc4c172f3d5edd7308be16078dd3b977e8746860c76c195fa707')
+sha256sums=('4a453d5e5689de62e5d38edf40af3f17560bfd63c9c5bd228c18c1f99afa155b')
 
 build() {
   cd scipy-${pkgver}


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

2020-10-18 Thread Antonio Rojas via arch-commits
Date: Sunday, October 18, 2020 @ 10:07:49
  Author: arojas
Revision: 725873

Update to 1.5.3, honor system LDFLAGS, remove obsolete build flags

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |   48 ++--
 1 file changed, 18 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-18 10:05:36 UTC (rev 725872)
+++ PKGBUILD2020-10-18 10:07:49 UTC (rev 725873)
@@ -1,3 +1,4 @@
+# Maintainer: Antonio Rojas 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Angel 'angvp' Velasquez 
 # Contributor: Ray Rashif 
@@ -7,51 +8,38 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="https://www.scipy.org/";
-license=('BSD')
-depends=('python-numpy')
-provides=('python3-scipy' 'scipy')
-makedepends=('gcc-fortran' 'python-setuptools' 'pybind11')
-checkdepends=('python-pytest')
+license=(BSD)
+depends=(python-numpy)
+provides=(scipy)
+makedepends=(gcc-fortran python-setuptools pybind11)
+checkdepends=(python-pytest)
 optdepends=('python-pillow: for image saving module')
-#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('45463df30a0f6270d9f4cf52235f31607904a6ae1375e12600e7f1ab2d27b1dc25a6211b49dceb71506be22c756890adaf9f81d9e6be7455def86c9caf0dc923')
+source=("https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('ddae76784574cc4c172f3d5edd7308be16078dd3b977e8746860c76c195fa707')
 
 build() {
-  # required for gfortran
-  export LDFLAGS="-Wall -shared"
-
   cd scipy-${pkgver}
-  python setup.py config_fc --fcompiler=gnu95 build
+  python setup.py config_fc build
 }
 
 check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS="-Wall -shared"
-
   cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.8/site-packages
-  cd "${srcdir}"
+  python setup.py config_fc install \
+--prefix=/usr --root="$srcdir"/test --optimize=1
+  export PYTHONPATH="$srcdir"/test/usr/lib/python3.8/site-packages
+  cd ..
   python -c "from scipy import test; test('full')"
 }
 
 package() {
-  export LDFLAGS="-Wall -shared"
+  cd scipy-$pkgver
+  python3 setup.py config_fc install \
+--prefix=/usr --root="$pkgdir" --optimize=1
 
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root="${pkgdir}" --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
 }
-
-# vim:set ts=2 sw=2 et:


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

2020-07-24 Thread Antonio Rojas via arch-commits
Date: Friday, July 24, 2020 @ 08:51:00
  Author: arojas
Revision: 665136

Update to 1.5.2

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 07:17:01 UTC (rev 665135)
+++ PKGBUILD2020-07-24 08:51:00 UTC (rev 665136)
@@ -7,7 +7,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
@@ -20,7 +20,7 @@
 optdepends=('python-pillow: for image saving module')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('d46abaaa52e5521d8f3f6d79f58c8473a8649faa01e93d250d2ee19d5778e31c13aaa855bd8f059ddc1424ae13001f15a41f240fa6b0acf3ffd911ea30da1040')
+sha512sums=('45463df30a0f6270d9f4cf52235f31607904a6ae1375e12600e7f1ab2d27b1dc25a6211b49dceb71506be22c756890adaf9f81d9e6be7455def86c9caf0dc923')
 
 build() {
   # required for gfortran


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

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 08:49:09
  Author: arojas
Revision: 657769

Update to 1.5.1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 23:14:02 UTC (rev 657768)
+++ PKGBUILD2020-07-05 08:49:09 UTC (rev 657769)
@@ -7,7 +7,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
@@ -20,7 +20,7 @@
 optdepends=('python-pillow: for image saving module')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('4c981a3125a88593cbc5a17417022a5db8f6ccb4c1c24e78afeb9bb26428b81d2d0fe9965caa418753b1bbbda2fa30533fa1307aac6ab168458d68f7b46049be')
+sha512sums=('d46abaaa52e5521d8f3f6d79f58c8473a8649faa01e93d250d2ee19d5778e31c13aaa855bd8f059ddc1424ae13001f15a41f240fa6b0acf3ffd911ea30da1040')
 
 build() {
   # required for gfortran


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

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 22:16:01
  Author: arojas
Revision: 650298

Update to 1.5.0

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 22:03:59 UTC (rev 650297)
+++ PKGBUILD2020-06-21 22:16:01 UTC (rev 650298)
@@ -7,7 +7,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
@@ -20,13 +20,11 @@
 optdepends=('python-pillow: for image saving module')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('79407a2cbb4ba29c0941570181df4d7835e5791e50a3abef9b63c2fc5b15308a2e4964eb71cdebbee8cd2dcb8e497cf92fe50ee21fb12cac3013ea5e0466b25d')
+sha512sums=('4c981a3125a88593cbc5a17417022a5db8f6ccb4c1c24e78afeb9bb26428b81d2d0fe9965caa418753b1bbbda2fa30533fa1307aac6ab168458d68f7b46049be')
 
 build() {
   # required for gfortran
   export LDFLAGS="-Wall -shared"
-  # workaround build failure with GCC 10, remove in 1.5
-  export FFLAGS+=" -fallow-argument-mismatch"
 
   cd scipy-${pkgver}
   python setup.py config_fc --fcompiler=gnu95 build
@@ -43,7 +41,6 @@
   export PYTHONPATH=${srcdir}/test/usr/lib/python3.8/site-packages
   cd "${srcdir}"
   python -c "from scipy import test; test('full')"
-
 }
 
 package() {


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

2020-06-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 16, 2020 @ 07:57:51
  Author: arojas
Revision: 645997

Fix build with GCC 10

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 07:56:45 UTC (rev 645996)
+++ PKGBUILD2020-06-16 07:57:51 UTC (rev 645997)
@@ -25,6 +25,8 @@
 build() {
   # required for gfortran
   export LDFLAGS="-Wall -shared"
+  # workaround build failure with GCC 10, remove in 1.5
+  export FFLAGS+=" -fallow-argument-mismatch"
 
   cd scipy-${pkgver}
   python setup.py config_fc --fcompiler=gnu95 build


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 10:06:09
  Author: arojas
Revision: 614555

Fix quoting

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 10:04:20 UTC (rev 614554)
+++ PKGBUILD2020-04-15 10:06:09 UTC (rev 614555)
@@ -39,7 +39,7 @@
   python3 setup.py config_fc --fcompiler=gnu95 install \
 --prefix=/usr --root=${srcdir}/test --optimize=1
   export PYTHONPATH=${srcdir}/test/usr/lib/python3.8/site-packages
-  cd ${srcdir}
+  cd "${srcdir}"
   python -c "from scipy import test; test('full')"
 
 }
@@ -49,7 +49,7 @@
 
   cd scipy-${pkgver}
   python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
+--prefix=/usr --root="${pkgdir}" --optimize=1
 
   install -Dm644 LICENSE.txt \
 "${pkgdir}/usr/share/licenses/python-scipy/LICENSE"


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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 17:21:15
  Author: arojas
Revision: 612063

python2 version is no longer built

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 16:21:09 UTC (rev 612062)
+++ PKGBUILD2020-04-06 17:21:15 UTC (rev 612063)
@@ -26,13 +26,8 @@
   # required for gfortran
   export LDFLAGS="-Wall -shared"
 
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
   cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
+  python setup.py config_fc --fcompiler=gnu95 build
 }
 
 check() {


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

2020-01-02 Thread Antonio Rojas via arch-commits
Date: Thursday, January 2, 2020 @ 20:36:04
  Author: arojas
Revision: 546653

Update to 1.4.1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-02 20:25:17 UTC (rev 546652)
+++ PKGBUILD2020-01-02 20:36:04 UTC (rev 546653)
@@ -1,4 +1,4 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Angel 'angvp' Velasquez 
 # Contributor: Ray Rashif 
 # Contributor: Douglas Soares de Andrade 
@@ -7,8 +7,8 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="https://www.scipy.org/";
@@ -15,12 +15,12 @@
 license=('BSD')
 depends=('python-numpy')
 provides=('python3-scipy' 'scipy')
-makedepends=('gcc-fortran' 'python-numpy' 'python-setuptools')
+makedepends=('gcc-fortran' 'python-setuptools' 'pybind11')
 checkdepends=('python-pytest')
 optdepends=('python-pillow: for image saving module')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('672915da782f5a439a3920ad1a200937b8415aeb4f1db2451cf0b5a90ba6e18c69e17e9ff8433f6a7760bbef2434d7b0f6447319faec9bb96fa6841794bfa538')
+sha512sums=('79407a2cbb4ba29c0941570181df4d7835e5791e50a3abef9b63c2fc5b15308a2e4964eb71cdebbee8cd2dcb8e497cf92fe50ee21fb12cac3013ea5e0466b25d')
 
 build() {
   # required for gfortran


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 05:48:32
  Author: felixonmars
Revision: 520186

Python 3.8 rebuild

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 05:48:26 UTC (rev 520185)
+++ PKGBUILD2019-10-26 05:48:32 UTC (rev 520186)
@@ -8,7 +8,7 @@
 _name=scipy
 pkgname=python-scipy
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="https://www.scipy.org/";


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

2019-08-12 Thread Jelle van der Waa via arch-commits
Date: Monday, August 12, 2019 @ 07:58:25
  Author: jelle
Revision: 498985

upgpkg: python-scipy 1.3.1-1

Upstream update

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-12 07:53:11 UTC (rev 498984)
+++ PKGBUILD2019-08-12 07:58:25 UTC (rev 498985)
@@ -7,7 +7,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
@@ -20,7 +20,7 @@
 optdepends=('python-pillow: for image saving module')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('11dfe6027061efb176811d1d2c8b60ee53157f6fff59baa312b3b6a84461123e12f044d5d138d04b1162612d35c6cc34837208d56cdf79c294862ef90c62ea1d')
+sha512sums=('672915da782f5a439a3920ad1a200937b8415aeb4f1db2451cf0b5a90ba6e18c69e17e9ff8433f6a7760bbef2434d7b0f6447319faec9bb96fa6841794bfa538')
 
 build() {
   # required for gfortran


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

2019-05-30 Thread Jelle van der Waa via arch-commits
Date: Thursday, May 30, 2019 @ 11:54:15
  Author: jelle
Revision: 474620

upgpkg: python-scipy 1.3.0-1

Upstream update, now Python 3 only.

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |   53 +++--
 1 file changed, 11 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 11:44:41 UTC (rev 474619)
+++ PKGBUILD2019-05-30 11:54:15 UTC (rev 474620)
@@ -6,18 +6,21 @@
 # Contributor: Andrzej Giniewicz 
 
 _name=scipy
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=1.2.1
+pkgname=python-scipy
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="https://www.scipy.org/";
 license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
+depends=('python-numpy')
+provides=('python3-scipy' 'scipy')
+makedepends=('gcc-fortran' 'python-numpy' 'python-setuptools')
+checkdepends=('python-pytest')
+optdepends=('python-pillow: for image saving module')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('80caf9af93046c0d58829a61eb90d824aabe8a53f3e7d8a72efc44accaa3299d1e22adbb4852ed192cee6e47aafbb4ebea3115233ed11f1ef05dd373866b0243')
+sha512sums=('11dfe6027061efb176811d1d2c8b60ee53157f6fff59baa312b3b6a84461123e12f044d5d138d04b1162612d35c6cc34837208d56cdf79c294862ef90c62ea1d')
 
 build() {
   # required for gfortran
@@ -30,15 +33,6 @@
   cd scipy-${pkgver}
   python3 setup.py config_fc --fcompiler=gnu95 build
 
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
 }
 
 check() {
@@ -46,7 +40,7 @@
   # also, the tests must not be run from the scipy source directory
   export LDFLAGS="-Wall -shared"
 
-  cd ${srcdir}/scipy-${pkgver}
+  cd scipy-${pkgver}
   python3 setup.py config_fc --fcompiler=gnu95 install \
 --prefix=/usr --root=${srcdir}/test --optimize=1
   export PYTHONPATH=${srcdir}/test/usr/lib/python3.7/site-packages
@@ -53,22 +47,12 @@
   cd ${srcdir}
   python -c "from scipy import test; test('full')"
 
-  cd ${srcdir}/scipy-${pkgver}-py2
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
-  cd ${srcdir}
-  python2 -c "from scipy import test; test('full')"
 }
 
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-  optdepends=('python-pillow: for image saving module')
+package() {
+  export LDFLAGS="-Wall -shared"
 
   cd scipy-${pkgver}
-  export LDFLAGS="-Wall -shared"
-
   python3 setup.py config_fc --fcompiler=gnu95 install \
 --prefix=/usr --root=${pkgdir} --optimize=1
 
@@ -76,19 +60,4 @@
 "${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
 }
 
-package_python2-scipy() {
-  depends=('python2-numpy')
-  optdepends=('python2-pillow: for image saving module')
-  conflicts=('python-scipy<0.9.0')
-
-  cd scipy-${pkgver}-py2
-  export LDFLAGS="-Wall -shared"
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-scipy/LICENSE"
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-02-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 24, 2019 @ 18:37:45
  Author: jelle
Revision: 435540

Add https for url=

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-24 18:26:02 UTC (rev 435539)
+++ PKGBUILD2019-02-24 18:37:45 UTC (rev 435540)
@@ -11,7 +11,7 @@
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
-url="http://www.scipy.org/";
+url="https://www.scipy.org/";
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')


[arch-commits] Commit in python-scipy/trunk (PKGBUILD fix-utf8.patch)

2019-02-09 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 9, 2019 @ 21:14:07
  Author: jelle
Revision: 431037

upgpkg: python-scipy 1.2.1-1

Upstream update, remove obsolete patch.

Modified:
  python-scipy/trunk/PKGBUILD
Deleted:
  python-scipy/trunk/fix-utf8.patch

+
 PKGBUILD   |   15 ---
 fix-utf8.patch |   29 -
 2 files changed, 4 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 20:47:26 UTC (rev 431036)
+++ PKGBUILD2019-02-09 21:14:07 UTC (rev 431037)
@@ -7,8 +7,8 @@
 
 _name=scipy
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="http://www.scipy.org/";
@@ -16,16 +16,9 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";
-fix-utf8.patch)
-md5sums=('e57011507865b0b702aff6077d412e03'
- '20712d0338980270f5f3edca4b3f17e4')
+source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('80caf9af93046c0d58829a61eb90d824aabe8a53f3e7d8a72efc44accaa3299d1e22adbb4852ed192cee6e47aafbb4ebea3115233ed11f1ef05dd373866b0243')
 
-prepare() {
-  cd scipy-${pkgver}
-  patch -p1 -i ../fix-utf8.patch # Fix unicode issues that prevent importing 
scipy.stats on py2
-}
-
 build() {
   # required for gfortran
   export LDFLAGS="-Wall -shared"

Deleted: fix-utf8.patch
===
--- fix-utf8.patch  2019-02-09 20:47:26 UTC (rev 431036)
+++ fix-utf8.patch  2019-02-09 21:14:07 UTC (rev 431037)
@@ -1,29 +0,0 @@
-From 4a8a35f2c27be9f209cfc6f347e7a57a4a62e693 Mon Sep 17 00:00:00 2001
-From: Eric Larson 
-Date: Wed, 19 Dec 2018 10:50:47 -0500
-Subject: [PATCH] FIX: Fix encoding lines
-

- scipy/stats/_continuous_distns.py   | 1 +
- scipy/stats/_stats_mstats_common.py | 3 +++
- 2 files changed, 4 insertions(+)
-
-diff --git a/scipy/stats/_continuous_distns.py 
b/scipy/stats/_continuous_distns.py
-index 44c05bb7d67..b48d7e7af32 100644
 a/scipy/stats/_continuous_distns.py
-+++ b/scipy/stats/_continuous_distns.py
-@@ -1,3 +1,4 @@
-+# -*- encoding: utf-8 -*-
- #
- # Author:  Travis Oliphant  2002-2011 with contributions from
- #  SciPy Developers 2004-2011
-diff --git a/scipy/stats/_stats_mstats_common.py 
b/scipy/stats/_stats_mstats_common.py
-index e86c8287b48..be478da1f2a 100644
 a/scipy/stats/_stats_mstats_common.py
-+++ b/scipy/stats/_stats_mstats_common.py
-@@ -1,3 +1,5 @@
-+# -*- encoding: utf-8 -*-
-+
- from collections import namedtuple
- 
- import numpy as np


[arch-commits] Commit in python-scipy/trunk (PKGBUILD fix-utf8.patch)

2019-01-05 Thread Antonio Rojas via arch-commits
Date: Saturday, January 5, 2019 @ 12:08:01
  Author: arojas
Revision: 420672

Fix encoding errors in scipy.stats

Added:
  python-scipy/trunk/fix-utf8.patch
Modified:
  python-scipy/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 fix-utf8.patch |   29 +
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 09:28:21 UTC (rev 420671)
+++ PKGBUILD2019-01-05 12:08:01 UTC (rev 420672)
@@ -8,7 +8,7 @@
 _name=scipy
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="http://www.scipy.org/";
@@ -16,9 +16,16 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
-md5sums=('e57011507865b0b702aff6077d412e03')
+source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";
+fix-utf8.patch)
+md5sums=('e57011507865b0b702aff6077d412e03'
+ '20712d0338980270f5f3edca4b3f17e4')
 
+prepare() {
+  cd scipy-${pkgver}
+  patch -p1 -i ../fix-utf8.patch # Fix unicode issues that prevent importing 
scipy.stats on py2
+}
+
 build() {
   # required for gfortran
   export LDFLAGS="-Wall -shared"

Added: fix-utf8.patch
===
--- fix-utf8.patch  (rev 0)
+++ fix-utf8.patch  2019-01-05 12:08:01 UTC (rev 420672)
@@ -0,0 +1,29 @@
+From 4a8a35f2c27be9f209cfc6f347e7a57a4a62e693 Mon Sep 17 00:00:00 2001
+From: Eric Larson 
+Date: Wed, 19 Dec 2018 10:50:47 -0500
+Subject: [PATCH] FIX: Fix encoding lines
+
+---
+ scipy/stats/_continuous_distns.py   | 1 +
+ scipy/stats/_stats_mstats_common.py | 3 +++
+ 2 files changed, 4 insertions(+)
+
+diff --git a/scipy/stats/_continuous_distns.py 
b/scipy/stats/_continuous_distns.py
+index 44c05bb7d67..b48d7e7af32 100644
+--- a/scipy/stats/_continuous_distns.py
 b/scipy/stats/_continuous_distns.py
+@@ -1,3 +1,4 @@
++# -*- encoding: utf-8 -*-
+ #
+ # Author:  Travis Oliphant  2002-2011 with contributions from
+ #  SciPy Developers 2004-2011
+diff --git a/scipy/stats/_stats_mstats_common.py 
b/scipy/stats/_stats_mstats_common.py
+index e86c8287b48..be478da1f2a 100644
+--- a/scipy/stats/_stats_mstats_common.py
 b/scipy/stats/_stats_mstats_common.py
+@@ -1,3 +1,5 @@
++# -*- encoding: utf-8 -*-
++
+ from collections import namedtuple
+ 
+ import numpy as np


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

2018-12-28 Thread Jelle van der Waa via arch-commits
Date: Friday, December 28, 2018 @ 12:31:10
  Author: jelle
Revision: 418632

upgpkg: python-scipy 1.2.0-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-28 12:12:04 UTC (rev 418631)
+++ PKGBUILD2018-12-28 12:31:10 UTC (rev 418632)
@@ -7,8 +7,8 @@
 
 _name=scipy
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="http://www.scipy.org/";
@@ -17,9 +17,10 @@
 checkdepends=('python-pytest' 'python2-pytest')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
-md5sums=('aa6bcc85276b6f25e17bcfc4dede8718')
+md5sums=('e57011507865b0b702aff6077d412e03')
 
 build() {
+  # required for gfortran
   export LDFLAGS="-Wall -shared"
 
   # 2 builds


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 19:56:34
  Author: felixonmars
Revision: 349159

Python 3.7 rebuild

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 19:52:09 UTC (rev 349158)
+++ PKGBUILD2018-06-30 19:56:34 UTC (rev 349159)
@@ -8,7 +8,7 @@
 _name=scipy
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="http://www.scipy.org/";
@@ -48,7 +48,7 @@
   cd ${srcdir}/scipy-${pkgver}
   python3 setup.py config_fc --fcompiler=gnu95 install \
 --prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.6/site-packages
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.7/site-packages
   cd ${srcdir}
   python -c "from scipy import test; test('full')"
 


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

2018-06-07 Thread Jelle van der Waa via arch-commits
Date: Thursday, June 7, 2018 @ 20:12:46
  Author: jelle
Revision: 341903

upgpkg: python-scipy 1.1.0-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-07 20:05:38 UTC (rev 341902)
+++ PKGBUILD2018-06-07 20:12:46 UTC (rev 341903)
@@ -5,9 +5,10 @@
 # Contributor: Bodor Dávid Gábor 
 # Contributor: Andrzej Giniewicz 
 
+_name=scipy
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="http://www.scipy.org/";
@@ -14,8 +15,9 @@
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
-source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-md5sums=('418f557cd14e74f62a3c8280027ad36f')
+#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
+source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
+md5sums=('aa6bcc85276b6f25e17bcfc4dede8718')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:37:46
  Author: bpiotrowski
Revision: 318832

1.0.1-2: rebuild against gcc 8

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:37:03 UTC (rev 318831)
+++ PKGBUILD2018-05-03 10:37:46 UTC (rev 318832)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="http://www.scipy.org/";


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

2018-04-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, April 1, 2018 @ 14:23:47
  Author: jelle
Revision: 313733

upgpkg: python-scipy 1.0.1-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 14:20:50 UTC (rev 313732)
+++ PKGBUILD2018-04-01 14:23:47 UTC (rev 313733)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-md5sums=('b07961a465964ef3afaf30a91a96d91a')
+md5sums=('418f557cd14e74f62a3c8280027ad36f')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2017-10-31 Thread Jelle van der Waa
Date: Tuesday, October 31, 2017 @ 16:46:02
  Author: jelle
Revision: 264918

upgpkg: python-scipy 1.0.0-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 15:39:21 UTC (rev 264917)
+++ PKGBUILD2017-10-31 16:46:02 UTC (rev 264918)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.19.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -13,9 +13,9 @@
 url="http://www.scipy.org/";
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-md5sums=('cad6bac0638b176f72c00fe81ed54d19')
+md5sums=('b07961a465964ef3afaf30a91a96d91a')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2017-06-30 Thread Jelle van der Waa
Date: Friday, June 30, 2017 @ 17:23:37
  Author: jelle
Revision: 241712

upgpkg: python-scipy 0.19.1-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-30 17:09:01 UTC (rev 241711)
+++ PKGBUILD2017-06-30 17:23:37 UTC (rev 241712)
@@ -6,8 +6,8 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.19.0
-pkgrel=2
+pkgver=0.19.1
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-md5sums=('b21466e87a642940fb9ba35be74940a3')
+md5sums=('cad6bac0638b176f72c00fe81ed54d19')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2017-05-15 Thread Bartłomiej Piotrowski
Date: Monday, May 15, 2017 @ 23:18:00
  Author: bpiotrowski
Revision: 228172

upgpkg: python-scipy 0.19.0-2

rebuild against gcc-fortran 7.1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-15 21:27:29 UTC (rev 228171)
+++ PKGBUILD2017-05-15 23:18:00 UTC (rev 228172)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=0.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";


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

2017-03-17 Thread Jelle van der Waa
Date: Saturday, March 18, 2017 @ 00:00:45
  Author: jelle
Revision: 217048

upgpkg: python-scipy 0.19.0-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 22:56:53 UTC (rev 217047)
+++ PKGBUILD2017-03-18 00:00:45 UTC (rev 217048)
@@ -6,8 +6,8 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.18.1
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-md5sums=('ed8394c19d8445f16ae068b03df0ca23')
+md5sums=('b21466e87a642940fb9ba35be74940a3')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2016-12-25 Thread Evangelos Foutras
Date: Sunday, December 25, 2016 @ 18:50:45
  Author: foutrelis
Revision: 202275

Python 3.6 rebuild

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 18:49:08 UTC (rev 202274)
+++ PKGBUILD2016-12-25 18:50:45 UTC (rev 202275)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=0.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -46,7 +46,7 @@
   cd ${srcdir}/scipy-${pkgver}
   python3 setup.py config_fc --fcompiler=gnu95 install \
 --prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.5/site-packages
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.6/site-packages
   cd ${srcdir}
   python -c "from scipy import test; test('full')"
 


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

2016-09-25 Thread Jelle van der Waa
Date: Sunday, September 25, 2016 @ 14:54:16
  Author: jelle
Revision: 190553

upgpkg: python-scipy 0.18.1-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 14:54:14 UTC (rev 190552)
+++ PKGBUILD2016-09-25 14:54:16 UTC (rev 190553)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-md5sums=('59bceff108f58b0e72dfac6fb719476e')
+md5sums=('ed8394c19d8445f16ae068b03df0ca23')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2016-07-26 Thread Jelle van der Waa
Date: Tuesday, July 26, 2016 @ 20:06:54
  Author: jelle
Revision: 184454

upgpkg: python-scipy 0.18.0-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-26 17:34:59 UTC (rev 184453)
+++ PKGBUILD2016-07-26 20:06:54 UTC (rev 184454)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.17.1
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-md5sums=('ddb93a497f2d3599baec97ade67f412f')
+md5sums=('59bceff108f58b0e72dfac6fb719476e')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2016-05-14 Thread Jelle van der Waa
Date: Saturday, May 14, 2016 @ 23:01:03
  Author: jelle
Revision: 175404

upgpkg: python-scipy 0.17.1-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:37:16 UTC (rev 175403)
+++ PKGBUILD2016-05-14 21:01:03 UTC (rev 175404)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -14,11 +14,8 @@
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
-#source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
-source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz";)
-#validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
-md5sums=('5ff2971e1ce90e762c59d2cd84837224')
-# 'SKIP')
+source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
+md5sums=('ddb93a497f2d3599baec97ade67f412f')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2016-02-07 Thread Jelle van der Waa
Date: Sunday, February 7, 2016 @ 17:30:40
  Author: jelle
Revision: 160532

upgpkg: python-scipy 0.17.0-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 14:54:30 UTC (rev 160531)
+++ PKGBUILD2016-02-07 16:30:40 UTC (rev 160532)
@@ -6,8 +6,8 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.16.1
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -14,10 +14,11 @@
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
-md5sums=('967cdb8588a4249f820344d8264a2143'
- 'SKIP')
+#source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
+source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz";)
+#validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
+md5sums=('5ff2971e1ce90e762c59d2cd84837224')
+# 'SKIP')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2015-12-05 Thread Allan McRae
Date: Saturday, December 5, 2015 @ 19:52:25
  Author: allan
Revision: 148680

C++11 ABI rebuild

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 18:51:50 UTC (rev 148679)
+++ PKGBUILD2015-12-05 18:52:25 UTC (rev 148680)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=0.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";


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

2015-10-25 Thread Jelle van der Waa
Date: Sunday, October 25, 2015 @ 17:09:47
  Author: jelle
Revision: 144969

upgpkg: python-scipy 0.16.1-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 16:04:59 UTC (rev 144968)
+++ PKGBUILD2015-10-25 16:09:47 UTC (rev 144969)
@@ -6,8 +6,8 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.16.1
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -16,7 +16,7 @@
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
-md5sums=('eb95dda0f36cc3096673993a350cde77'
+md5sums=('967cdb8588a4249f820344d8264a2143'
  'SKIP')
 
 build() {


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

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 17:12:33
  Author: fyan
Revision: 140893

upgpkg: python-scipy 0.16.0-2

rebuild for python 3.5

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 15:11:54 UTC (rev 140892)
+++ PKGBUILD2015-09-19 15:12:33 UTC (rev 140893)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=0.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -48,7 +48,7 @@
   cd ${srcdir}/scipy-${pkgver}
   python3 setup.py config_fc --fcompiler=gnu95 install \
 --prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.4/site-packages
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.5/site-packages
   cd ${srcdir}
   python -c "from scipy import test; test('full')"
 


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

2015-08-02 Thread Jelle van der Waa
Date: Sunday, August 2, 2015 @ 14:32:50
  Author: jelle
Revision: 137697

upgpkg: python-scipy 0.16.0-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 12:23:56 UTC (rev 137696)
+++ PKGBUILD2015-08-02 12:32:50 UTC (rev 137697)
@@ -6,8 +6,8 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -15,8 +15,8 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
-md5sums=('be56cd8e60591d6332aac792a5880110'
+validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
+md5sums=('eb95dda0f36cc3096673993a350cde77'
  'SKIP')
 
 build() {


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

2015-03-26 Thread Felix Yan
Date: Thursday, March 26, 2015 @ 12:33:20
  Author: fyan
Revision: 129953

upgpkg: python-scipy 0.15.1-2

rebuild against python 3.4.3-2 (fix missing symbols)

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-26 10:57:08 UTC (rev 129952)
+++ PKGBUILD2015-03-26 11:33:20 UTC (rev 129953)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=0.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";


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

2015-01-19 Thread Jelle van der Waa
Date: Monday, January 19, 2015 @ 21:57:55
  Author: jelle
Revision: 126247

upgpkg: python-scipy 0.15.1-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 19:59:43 UTC (rev 126246)
+++ PKGBUILD2015-01-19 20:57:55 UTC (rev 126247)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -15,13 +15,11 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
-#validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
 validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
+md5sums=('be56cd8e60591d6332aac792a5880110'
+ 'SKIP')
 
 build() {
-  # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
-#  sed -i "s/\#define\ UNK\ 1/\#define\ IBMPC\ 1/" \
-#scipy-${pkgver}/scipy/special/cephes/mconf.h
   export LDFLAGS="-Wall -shared"
 
   # 2 builds
@@ -93,5 +91,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('639112f077f0aeb6d80718dc5019dc7a'
- 'SKIP')


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

2015-01-11 Thread Jelle van der Waa
Date: Sunday, January 11, 2015 @ 22:43:03
  Author: jelle
Revision: 125777

upgpkg: python-scipy 0.15.0-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 21:40:36 UTC (rev 125776)
+++ PKGBUILD2015-01-11 21:43:03 UTC (rev 125777)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -15,6 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
+#validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
 validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
 
 build() {
@@ -92,5 +93,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('1bfedd3197b3e3f8cd131ae2c06a1bf5'
+md5sums=('639112f077f0aeb6d80718dc5019dc7a'
  'SKIP')


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

2015-01-03 Thread Jelle van der Waa
Date: Saturday, January 3, 2015 @ 14:33:43
  Author: jelle
Revision: 125218

upgpkg: python-scipy 0.14.1-1

Update and add validpgpkeys

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 13:32:36 UTC (rev 125217)
+++ PKGBUILD2015-01-03 13:33:43 UTC (rev 125218)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz";)
-md5sums=('d7c7f4ccf8b07b08d6fe49d5cd51f85d')
+source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
 
 build() {
   # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
@@ -92,3 +92,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('1bfedd3197b3e3f8cd131ae2c06a1bf5'
+ 'SKIP')


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

2014-11-19 Thread Jelle van der Waa
Date: Wednesday, November 19, 2014 @ 22:15:30
  Author: jelle
Revision: 122783

fix FS#42424

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-19 20:58:09 UTC (rev 122782)
+++ PKGBUILD2014-11-19 21:15:30 UTC (rev 122783)
@@ -64,6 +64,7 @@
 package_python-scipy() {
   depends=('python-numpy')
   provides=('python3-scipy' 'scipy')
+  optdepends=('python-pillow: for image saving module')
 
   cd scipy-${pkgver}
   export LDFLAGS="-Wall -shared"
@@ -77,6 +78,7 @@
 
 package_python2-scipy() {
   depends=('python2-numpy')
+  optdepends=('python2-pillow: for image saving module')
   conflicts=('python-scipy<0.9.0')
 
   cd scipy-${pkgver}-py2


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

2014-05-08 Thread Jelle van der Waa
Date: Thursday, May 8, 2014 @ 21:21:38
  Author: jelle
Revision: 110863

upgpkg: python-scipy 0.14.0-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-08 18:59:03 UTC (rev 110862)
+++ PKGBUILD2014-05-08 19:21:38 UTC (rev 110863)
@@ -6,8 +6,8 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.13.3
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz";)
-md5sums=('0547c1f8e8afad4009cc9b5ef17a2d4d')
+md5sums=('d7c7f4ccf8b07b08d6fe49d5cd51f85d')
 
 build() {
   # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)



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

2014-03-18 Thread Lukas Jirkovsky
Date: Tuesday, March 18, 2014 @ 14:17:40
  Author: stativ
Revision: 107675

upgpkg: python-scipy 0.13.3-2

python 3.4 rebuild, enable tests. For the record, there's one error.

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 13:14:01 UTC (rev 107674)
+++ PKGBUILD2014-03-18 13:17:40 UTC (rev 107675)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=0.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
@@ -49,7 +49,7 @@
   cd ${srcdir}/scipy-${pkgver}
   python3 setup.py config_fc --fcompiler=gnu95 install \
 --prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.3/site-packages
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.4/site-packages
   cd ${srcdir}
   python -c "from scipy import test; test('full')"
 



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

2014-03-18 Thread Lukas Jirkovsky
Date: Tuesday, March 18, 2014 @ 12:16:38
  Author: stativ
Revision: 107661

scipy: enable tests, though it's done a really hackish way

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:16:02 UTC (rev 107660)
+++ PKGBUILD2014-03-18 11:16:38 UTC (rev 107661)
@@ -42,14 +42,23 @@
 }
 
 check() {
-  cd scipy-${pkgver}
-# figure out how to run tests in the source tree easily
-#  python -c "from scipy import test; test('full')"
-#  python setup.py test
+  # we need to do a temp install so we can import scipy
+  # also, the tests must not be run from the scipy source directory
+  export LDFLAGS="-Wall -shared"
 
-  cd ../scipy-${pkgver}-py2
-# figure out how to run tests in the source tree easily
-#  python2 -c "from scipy import test; test('full')"
+  cd ${srcdir}/scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root=${srcdir}/test --optimize=1
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.3/site-packages
+  cd ${srcdir}
+  python -c "from scipy import test; test('full')"
+
+  cd ${srcdir}/scipy-${pkgver}-py2
+  python2 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root=${srcdir}/test --optimize=1
+  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
+  cd ${srcdir}
+  python2 -c "from scipy import test; test('full')"
 }
 
 package_python-scipy() {



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

2014-02-07 Thread Jelle van der Waa
Date: Friday, February 7, 2014 @ 21:20:00
  Author: jelle
Revision: 105432

upgpkg: python-scipy 0.13.3-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-07 17:21:35 UTC (rev 105431)
+++ PKGBUILD2014-02-07 20:20:00 UTC (rev 105432)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.13.2
+pkgver=0.13.3
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -15,6 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz";)
+md5sums=('0547c1f8e8afad4009cc9b5ef17a2d4d')
 
 build() {
   # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
@@ -80,4 +81,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('fcd110802b0bf3505ba567cf831566e1')



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

2013-12-17 Thread Jelle van der Waa
Date: Tuesday, December 17, 2013 @ 20:15:13
  Author: jelle
Revision: 102716

upgpkg: python-scipy 0.13.2-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-17 19:00:21 UTC (rev 102715)
+++ PKGBUILD2013-12-17 19:15:13 UTC (rev 102716)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -15,7 +15,6 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz";)
-md5sums=('e082fe358a2b39cff235e5af4240f5a5')
 
 build() {
   # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
@@ -81,3 +80,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('fcd110802b0bf3505ba567cf831566e1')



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

2013-11-18 Thread Jelle van der Waa
Date: Monday, November 18, 2013 @ 17:12:25
  Author: jelle
Revision: 101157

upgpkg: python-scipy 0.13.1-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-18 15:46:40 UTC (rev 101156)
+++ PKGBUILD2013-11-18 16:12:25 UTC (rev 101157)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz";)
-md5sums=('ffa1e9bfd2bbdf3f17f4cf8139084098')
+md5sums=('e082fe358a2b39cff235e5af4240f5a5')
 
 build() {
   # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 18:32:59
  Author: jelle
Revision: 99274

upgpkg: python-scipy 0.13.0-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 16:24:39 UTC (rev 99273)
+++ PKGBUILD2013-10-26 16:32:59 UTC (rev 99274)
@@ -6,25 +6,22 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.12.1
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
 license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
-source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz"; )
-# 
"http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz";)
-md5sums=('906278290152fedfe79029371ca584a5')
+source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz";)
+md5sums=('ffa1e9bfd2bbdf3f17f4cf8139084098')
 
 build() {
-  unset LDFLAGS
-  unset FFLAGS
-
   # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
-  sed -i "s/\#define\ UNK\ 1/\#define\ IBMPC\ 1/" \
-scipy-${pkgver}/scipy/special/cephes/mconf.h
+#  sed -i "s/\#define\ UNK\ 1/\#define\ IBMPC\ 1/" \
+#scipy-${pkgver}/scipy/special/cephes/mconf.h
+  export LDFLAGS="-Wall -shared"
 
   # 2 builds
   cp -r scipy-${pkgver} scipy-${pkgver}-py2
@@ -31,7 +28,6 @@
 
   # build for python3
   cd scipy-${pkgver}
-#patch -Np1   -i $srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch
   python3 setup.py config_fc --fcompiler=gnu95 build
 
   # build for python2
@@ -48,7 +44,8 @@
 check() {
   cd scipy-${pkgver}
 # figure out how to run tests in the source tree easily
-#python -c "from scipy import test; test('full')"
+#  python -c "from scipy import test; test('full')"
+#  python setup.py test
 
   cd ../scipy-${pkgver}-py2
 # figure out how to run tests in the source tree easily
@@ -60,6 +57,7 @@
   provides=('python3-scipy' 'scipy')
 
   cd scipy-${pkgver}
+  export LDFLAGS="-Wall -shared"
 
   python3 setup.py config_fc --fcompiler=gnu95 install \
 --prefix=/usr --root=${pkgdir} --optimize=1
@@ -73,6 +71,7 @@
   conflicts=('python-scipy<0.9.0')
 
   cd scipy-${pkgver}-py2
+  export LDFLAGS="-Wall -shared"
 
   python2 setup.py config_fc --fcompiler=gnu95 install \
 --prefix=/usr --root=${pkgdir} --optimize=1



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

2013-10-17 Thread Jelle van der Waa
Date: Thursday, October 17, 2013 @ 11:42:23
  Author: jelle
Revision: 98701

upgpkg: python-scipy 0.12.1-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-17 09:11:16 UTC (rev 98700)
+++ PKGBUILD2013-10-17 09:42:23 UTC (rev 98701)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -16,6 +16,7 @@
 checkdepends=('python-nose' 'python2-nose')
 source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz"; )
 # 
"http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz";)
+md5sums=('906278290152fedfe79029371ca584a5')
 
 build() {
   unset LDFLAGS
@@ -47,7 +48,7 @@
 check() {
   cd scipy-${pkgver}
 # figure out how to run tests in the source tree easily
-#  python -c "from scipy import test; test('full')"
+#python -c "from scipy import test; test('full')"
 
   cd ../scipy-${pkgver}-py2
 # figure out how to run tests in the source tree easily
@@ -81,4 +82,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('8fb4da324649f655e8557ea92b998786')



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

2013-04-10 Thread Jelle van der Waa
Date: Wednesday, April 10, 2013 @ 10:37:44
  Author: jelle
Revision: 88027

upgpkg: python-scipy 0.12.0-1

Modified:
  python-scipy/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 08:26:34 UTC (rev 88026)
+++ PKGBUILD2013-04-10 08:37:44 UTC (rev 88027)
@@ -6,15 +6,16 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.11.0
-pkgrel=4
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy')
 checkdepends=('python-nose' 'python2-nose')
-source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz"; 
"http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz";)
+source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz"; )
+# 
"http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz";)
 
 build() {
   unset LDFLAGS
@@ -29,7 +30,7 @@
 
   # build for python3
   cd scipy-${pkgver}
-  patch -Np1   -i 
$srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch
+#patch -Np1   -i $srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch
   python3 setup.py config_fc --fcompiler=gnu95 build
 
   # build for python2
@@ -80,5 +81,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('842c81d35fd63579c41a8ca21a2419b9'
- '20d41a597ebfb260d777597e431a7a20')
+md5sums=('8fb4da324649f655e8557ea92b998786')