summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKonstantin Gizdov2018-06-29 17:42:49 +0200
committerKonstantin Gizdov2018-06-29 17:42:49 +0200
commit1334d73c56662584eab8d55145a3edf003b80f0d (patch)
tree43b4f9eb55767e58498bd0116355eb6878aeea0d /.SRCINFO
downloadaur-1334d73c56662584eab8d55145a3edf003b80f0d.tar.gz
initial release
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 23 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1ba2a1106ae1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = python-uproot
+ pkgdesc = Minimalist CERN ROOT I/O in pure Python and Numpy
+ pkgver = 2.9.0
+ pkgrel = 1
+ url = https://github.com/scikit-hep/uproot
+ arch = any
+ license = BSD
+ options = !emptydirs
+ source = https://github.com/scikit-hep/uproot/archive/2.9.0.zip
+ sha256sums = 352d21d99e5f469086bbb5a1d516a9ebba5b322abdd5235be42c6d80d650beae
+
+pkgname = python2-uproot
+ depends = python2-numpy
+ optdepends = futures: Python2 parallel processing
+ optdepends = lz4: compression used by some ROOT files
+ optdepends = xrootd: access remote files over XRootD
+ optdepends = xz: compression used by some ROOT files
+
+pkgname = python-uproot
+ depends = python-numpy
+ optdepends = lz4: compression used by some ROOT files
+ optdepends = xrootd: access remote files over XRootD
+