[arch-commits] Commit in python-uproot/repos/community-any (PKGBUILD PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Tue Jan 21 19:54:51 UTC 2020


    Date: Tuesday, January 21, 2020 @ 19:54:51
  Author: kgizdov
Revision: 553324

archrelease: copy trunk to community-any

Added:
  python-uproot/repos/community-any/PKGBUILD
    (from rev 553323, python-uproot/trunk/PKGBUILD)
Deleted:
  python-uproot/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-21 19:54:45 UTC (rev 553323)
+++ PKGBUILD	2020-01-21 19:54:51 UTC (rev 553324)
@@ -1,44 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-
-pkgname=python-uproot
-_pkgname=uproot
-pkgname=python-uproot
-pkgver=3.11.0
-pkgrel=1
-pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
-arch=('any')
-makedepends=('python-cachetools' 'python-setuptools')
-checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 'python-pytest-runner' 'python-requests' 'python-xxhash')
-depends=('python-awkward' 'python-cachetools' 'python-lz4' 'python-numpy' 'python-uproot-methods')
-optdepends=('xrootd: access remote files over XRootD'
-            'python-pandas: fill Pandas DataFrames instead of Numpy arrays'
-            'python-requests: access remote files through HTTP'
-            'python-xxhash: handle lz4-compressed ROOT files')
-url="https://github.com/scikit-hep/uproot"
-license=('BSD')
-
-source=("${url}/archive/${pkgver}.zip")
-sha256sums=('dac040aa98cefd87464124ad37a3d46ca21c84d1b4af50fcf38e1aeeb39a5605')
-
-build() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    python setup.py build
-}
-
-check() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    python setup.py pytest
-}
-
-package() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-
-    python setup.py install --root="${pkgdir}/" --optimize=1
-
-    install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-    install -D README.rst "${pkgdir}/usr/share/${pkgname}/README.rst"
-
-    install -d "${pkgdir}/usr/share/doc/${pkgname}"
-    cp -r docs "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: python-uproot/repos/community-any/PKGBUILD (from rev 553323, python-uproot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-21 19:54:51 UTC (rev 553324)
@@ -0,0 +1,44 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+
+pkgname=python-uproot
+_pkgname=uproot
+pkgname=python-uproot
+pkgver=3.11.1
+pkgrel=1
+pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
+arch=('any')
+makedepends=('python-cachetools' 'python-setuptools')
+checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 'python-pytest-runner' 'python-requests' 'python-xxhash')
+depends=('python-awkward' 'python-cachetools' 'python-lz4' 'python-numpy' 'python-uproot-methods' 'python-zstandard')
+optdepends=('xrootd: access remote files over XRootD'
+            'python-pandas: fill Pandas DataFrames instead of Numpy arrays'
+            'python-requests: access remote files through HTTP'
+            'python-xxhash: handle lz4-compressed ROOT files')
+url="https://github.com/scikit-hep/uproot"
+license=('BSD')
+
+source=("${url}/archive/${pkgver}.zip")
+sha256sums=('0b08672852529167ecaebb3b76f73e51df597935532c205f6775de43e3f2b716')
+
+build() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    python setup.py build
+}
+
+check() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    python setup.py pytest
+}
+
+package() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+
+    python setup.py install --root="${pkgdir}/" --optimize=1
+
+    install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+    install -D README.rst "${pkgdir}/usr/share/${pkgname}/README.rst"
+
+    install -d "${pkgdir}/usr/share/doc/${pkgname}"
+    cp -r docs "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list