summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8232b8a84376
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = python-nexusformat
+ pkgdesc = Provides an API to open, create, and manipulate NeXus data.
+ pkgver = 0.4.1
+ pkgrel = 1
+ url = https://github.com/nexpy/nexusformat
+ arch = any
+ license = BSD
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = https://github.com/nexpy/nexusformat/archive/v0.4.1.tar.gz
+ md5sums = 611a4247fde776f65aef4d844199d6cc
+
+pkgname = python-nexusformat
+ depends = python-numpy
+ depends = python-h5py
+
+pkgname = python2-nexusformat
+ depends = python2-numpy
+ depends = python2-h5py
+