summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlaehne2025-03-04 10:40:02 +0100
committerjlaehne2025-03-04 10:40:02 +0100
commit05947ee7a8c56199f53e6831708d862a31065d42 (patch)
tree8f30e9fae4e4180b9325cf0fa07e31e7b4676ff9
parent9269f17e33cee6e298b4257fdc07988c1d514a24 (diff)
downloadaur-05947ee7a8c56199f53e6831708d862a31065d42.tar.gz
Provides hyperspy 2.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c836d3d3f2b5..d981f45ae110 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,8 @@ pkgbase = python-hyperspy
checkdepends = python-pytest-rerunfailures
checkdepends = python-pytest-xdist
checkdepends = python-setuptools-scm
- makedepends = python-setuptools
- makedepends = python-setuptools-scm
+ makedepends = python-setuptools>=64
+ makedepends = python-setuptools-scm>=8
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 3a1a5501ca04..54e03b9d8b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,8 +40,8 @@ optdepends=('python-numba>=0.53: speed' # AUR
'python-hyperspy-gui-traitsui>=2.1.0: GUI components for desktop' # AUR
)
-makedepends=('python-setuptools'
- 'python-setuptools-scm'
+makedepends=('python-setuptools>=64'
+ 'python-setuptools-scm>=8'
'python-wheel'
'python-build'
'python-installer'