Date: Monday, April 10, 2023 @ 11:28:54
Author: felixonmars
Revision: 1444044
archrelease: copy trunk to community-staging-x86_64
Added:
python-scipy/repos/community-staging-x86_64/PKGBUILD
(from rev 1444043, python-scipy/trunk/PKGBUILD)
Deleted:
python-scipy/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 11:28:39 UTC (rev 1444043)
+++ PKGBUILD 2023-04-10 11:28:54 UTC (rev 1444044)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: Ray Rashif <[email protected]>
-# Contributor: Douglas Soares de Andrade <[email protected]>
-# Contributor: Bodor Dávid Gábor <[email protected]>
-# Contributor: Andrzej Giniewicz <[email protected]>
-
-_name=scipy
-pkgname=python-scipy
-pkgver=1.10.1
-pkgrel=2
-pkgdesc='Open-source software for mathematics, science, and engineering'
-arch=(x86_64)
-url='https://www.scipy.org/'
-license=(BSD)
-depends=(python-numpy python-pooch)
-provides=(scipy)
-makedepends=(gcc-fortran cython python-pythran pybind11 meson-python
python-build python-installer)
-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=('2cf9dfb80a7b4589ba4c40ce7588986d6d5cebc5457cad2c2880f6bc2d42f3a5')
-
-build() {
- cd $_name-$pkgver
- python -m build --wheel --no-isolation --skip-dependency-check \
- -C setup-args=-Dblas=blas \
- -C setup-args=-Dlapack=lapack
-}
-
-check() {
- cd $_name-$pkgver
- python -m venv --system-site-packages test-env
- test-env/bin/python -m installer dist/*.whl
- cd test-env
- bin/python -c "from scipy import test; test('full')"
-}
-
-package() {
- cd $_name-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-scipy/repos/community-staging-x86_64/PKGBUILD (from rev 1444043,
python-scipy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 11:28:54 UTC (rev 1444044)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Ray Rashif <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+# Contributor: Bodor Dávid Gábor <[email protected]>
+# Contributor: Andrzej Giniewicz <[email protected]>
+
+_name=scipy
+pkgname=python-scipy
+pkgver=1.10.1
+pkgrel=3
+pkgdesc='Open-source software for mathematics, science, and engineering'
+arch=(x86_64)
+url='https://www.scipy.org/'
+license=(BSD)
+depends=(python-numpy python-pooch)
+provides=(scipy)
+makedepends=(gcc-fortran cython python-pythran pybind11 meson-python
python-build python-installer)
+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=('2cf9dfb80a7b4589ba4c40ce7588986d6d5cebc5457cad2c2880f6bc2d42f3a5')
+
+build() {
+ cd $_name-$pkgver
+ python -m build --wheel --no-isolation --skip-dependency-check \
+ -C setup-args=-Dblas=blas \
+ -C setup-args=-Dlapack=lapack
+}
+
+check() {
+ cd $_name-$pkgver
+ python -m venv --system-site-packages test-env
+ test-env/bin/python -m installer dist/*.whl
+ cd test-env
+ bin/python -c "from scipy import test; test('full')"
+}
+
+package() {
+ cd $_name-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}