summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2023-11-24 20:02:27 -0500
committerDylan Delgado2023-11-24 20:02:27 -0500
commit48b11ca7bda5ac594a9d6485912c304f3c392d18 (patch)
tree09c0366a8a2e7c44c273010778d86ea63f2f89b7
parent0444087982a38d92212b12950462823ecebed664 (diff)
downloadaur-python-numpy-git.tar.gz
Add meson-python as build dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f7c5431a781..3fd801e496fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-numpy-git
pkgdesc = Scientific tools for Python - git version
- pkgver = 2.0.0.dev0.r1369.gb3f09c6787
+ pkgver = 2.0.0.dev0.r1851.g94bc56402a
pkgrel = 1
url = https://www.numpy.org/
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = python-numpy-git
makedepends = cython
makedepends = python-pyproject-metadata
makedepends = patchelf
+ makedepends = meson-python
depends = cblas
depends = lapack
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 09fc2ca31efb..a16424dcb6df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-numpy-git
_pkgname=numpy
-pkgver=2.0.0.dev0.r1369.gb3f09c6787
+pkgver=2.0.0.dev0.r1851.g94bc56402a
pkgrel=1
pkgdesc="Scientific tools for Python - git version"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('custom:BSD 3-clause')
url="https://www.numpy.org/"
depends=('cblas' 'lapack' 'python')
optdepends=('python-nose: testsuite' 'blas-openblas: faster linear algebra')
-makedepends=('python-build' 'python-installer' 'python-wheel' 'gcc-fortran' 'python-nose' 'cython' 'python-pyproject-metadata' 'patchelf')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'gcc-fortran' 'python-nose' 'cython' 'python-pyproject-metadata' 'patchelf' 'meson-python')
checkdepends=('python-pytest' 'python-hypothesis')
conflicts=('python-numpy')
provides=('python-numpy')