summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorchrisjbillington2023-08-23 14:21:29 +1000
committerchrisjbillington2023-08-23 14:21:29 +1000
commita2d548f180e83824b8e76b79628b42c0cd8a456f (patch)
tree19856cd7581ac69783fb5797bb6ed93e7083cef9 /.SRCINFO
parent03c00ccd54508d8d00e2e0ea7ce3a711dea5dcc1 (diff)
downloadaur-a2d548f180e83824b8e76b79628b42c0cd8a456f.tar.gz
Changes as per comments from MarsSeed
* build with H5PY_SYSTEM_LZF=1 envvar and add depends=liblzf * build with makedepends=cython0 as per current requirement, * add the needed makedepends=python-setuptools, * remove the unneeded depends=python-six, * implement a Git tag based pkgver().
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7639bea73980..c14c68f1ad18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = python-h5py-git
pkgdesc = General-purpose Python bindings for the HDF5 library
- pkgver = r1197.ff214cdd
+ pkgver = 3.9.0.r5.g6b5af4c
pkgrel = 1
url = https://www.h5py.org/
arch = x86_64
license = BSD
checkdepends = python-pytest
- makedepends = cython
+ makedepends = cython0
makedepends = python-pkgconfig
+ makedepends = python-setuptools
depends = hdf5
depends = python-numpy
- depends = python-six
+ depends = liblzf
provides = python-h5py
conflicts = python-h5py
conflicts = hdf5-openmpi
@@ -18,4 +19,3 @@ pkgbase = python-h5py-git
md5sums = SKIP
pkgname = python-h5py-git
-