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

Konstantin Gizdov kgizdov at archlinux.org
Tue Jun 9 12:31:39 UTC 2020


    Date: Tuesday, June 9, 2020 @ 12:31:35
  Author: kgizdov
Revision: 640708

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 12:31:26 UTC (rev 640707)
+++ PKGBUILD	2020-06-09 12:31:35 UTC (rev 640708)
@@ -1,51 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-
-pkgbase=python-uproot
-pkgname=(python-uproot python-uproot-docs)
-_pkgname=uproot
-pkgver=3.11.6
-pkgrel=1
-pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
-arch=('any')
-makedepends=('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/${_pkgname}"
-license=('BSD')
-
-source=("${_pkgname}-${pkgver}::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('86dca2f1525819aa551ae7575eb9e0932b53e821d6d0f0c692fa0ca7df5cd157')
-
-build() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    python setup.py build
-}
-
-check() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    python setup.py pytest
-}
-
-package_python-uproot() {
-    optdepends+=('python-uproot-docs: docs')
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-
-    python setup.py install --root="${pkgdir}/" --optimize=1
-
-    install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-uproot-docs() {
-    depends=('python-sphinx')
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-
-    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/${pkgbase}"
-    cp -r docs/* "${pkgdir}/usr/share/doc/${pkgbase}/"
-}

Copied: python-uproot/repos/community-any/PKGBUILD (from rev 640707, python-uproot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-09 12:31:35 UTC (rev 640708)
@@ -0,0 +1,51 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+
+pkgbase=python-uproot
+pkgname=(python-uproot python-uproot-docs)
+_pkgname=uproot
+pkgver=3.11.7
+pkgrel=1
+pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
+arch=('any')
+makedepends=('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/${_pkgname}"
+license=('BSD')
+
+source=("${_pkgname}-${pkgver}::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('7b643dab0b022cd32d52923e590170489d103f2c297573861e59374aee4fb0c7')
+
+build() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    python setup.py build
+}
+
+check() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    python setup.py pytest
+}
+
+package_python-uproot() {
+    optdepends+=('python-uproot-docs: docs')
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+
+    python setup.py install --root="${pkgdir}/" --optimize=1
+
+    install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-uproot-docs() {
+    depends=('python-sphinx')
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+
+    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/${pkgbase}"
+    cp -r docs/* "${pkgdir}/usr/share/doc/${pkgbase}/"
+}



More information about the arch-commits mailing list