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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Sat Aug 6 14:46:06 UTC 2022


    Date: Saturday, August 6, 2022 @ 14:46:06
  Author: kgizdov
Revision: 1260413

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-06 14:46:00 UTC (rev 1260412)
+++ PKGBUILD	2022-08-06 14:46:06 UTC (rev 1260413)
@@ -1,34 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-
-_pkgname='mplhep'
-pkgname="python-${_pkgname}"
-pkgver='0.3.23'
-pkgrel=1
-pkgdesc="A set of helpers for matplotlib to more easily produce plots typically needed in HEP."
-arch=('any')
-url='https://github.com/scikit-hep/mplhep'
-license=('MIT')
-depends=('python-numpy' 'python-matplotlib' 'python-mplhep_data' 'python-uhi' 'python-packaging')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-mock' 'python-importlib-metadata' 'python-boost-histogram' 'python-scipy' 'python-uproot' 'python-scikit-hep-testdata')
-source=("${pkgname}::git+${url}#tag=v${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "${srcdir}/${pkgname}"
-  find tests -type f -exec sed \
-      -e 's at uproot4@uproot at g' \
-      -i {} \;
-  PYTHONPATH="${PWD}/build/lib:${PWD}/src" pytest tests
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-mplhep/repos/community-any/PKGBUILD (from rev 1260412, python-mplhep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-06 14:46:06 UTC (rev 1260413)
@@ -0,0 +1,34 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+
+_pkgname='mplhep'
+pkgname="python-${_pkgname}"
+pkgver='0.3.26'
+pkgrel=1
+pkgdesc="A set of helpers for matplotlib to more easily produce plots typically needed in HEP."
+arch=('any')
+url='https://github.com/scikit-hep/mplhep'
+license=('MIT')
+depends=('python-numpy' 'python-matplotlib' 'python-mplhep_data' 'python-uhi' 'python-packaging')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-importlib-metadata' 'python-boost-histogram' 'python-scipy' 'python-uproot' 'python-scikit-hep-testdata')
+source=("${pkgname}::git+${url}#tag=v${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "${srcdir}/${pkgname}"
+  find tests -type f -exec sed \
+      -e 's at uproot4@uproot at g' \
+      -i {} \;
+  PYTHONPATH="${PWD}/build/lib:${PWD}/src" pytest tests
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list