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

Antonio Rojas arojas at archlinux.org
Mon Jun 21 06:11:15 UTC 2021


    Date: Monday, June 21, 2021 @ 06:11:14
  Author: arojas
Revision: 966375

Update to 1.7.0

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 06:07:16 UTC (rev 966374)
+++ PKGBUILD	2021-06-21 06:11:14 UTC (rev 966375)
@@ -8,19 +8,19 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.6.3
+pkgver=1.7.0
 pkgrel=1
-pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
-arch=('x86_64')
-url="https://www.scipy.org/"
+pkgdesc='Open-source software for mathematics, science, and engineering'
+arch=(x86_64)
+url='https://www.scipy.org/'
 license=(BSD)
 depends=(python-numpy)
 provides=(scipy)
-makedepends=(gcc-fortran python-setuptools pybind11)
+makedepends=(gcc-fortran python-setuptools cython python-pythran pybind11)
 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=('a75b014d3294fce26852a9d04ea27b5671d86736beb34acdfc05859246260707')
+source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('998c5e6ea649489302de2c0bc026ed34284f531df89d2bdc8df3a0d44d165739')
 
 build() {
   cd scipy-${pkgver}



More information about the arch-commits mailing list