[arch-commits] Commit in python-hist/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Sun Mar 6 12:26:35 UTC 2022


    Date: Sunday, March 6, 2022 @ 12:26:35
  Author: kgizdov
Revision: 1142323

upgpkg: python-hist 2.6.0-1

Modified:
  python-hist/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-06 12:24:12 UTC (rev 1142322)
+++ PKGBUILD	2022-03-06 12:26:35 UTC (rev 1142323)
@@ -2,7 +2,7 @@
 
 _pkgname='hist'
 pkgname="python-${_pkgname}"
-pkgver='2.5.2'
+pkgver='2.6.0'
 pkgrel=1
 pkgdesc="Python bindings for Boost's Histogram library."
 arch=('any')
@@ -10,7 +10,7 @@
 license=('custom:BSD3')
 depends=('python-boost-histogram' 'python-histoprint' 'python-typing_extensions')
 makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-benchmark' 'python-pytest-mpl' 'python-mplhep' 'python-scipy')
+checkdepends=('python-pytest' 'python-pytest-benchmark' 'python-pytest-mpl' 'python-iminuit' 'python-mplhep' 'python-scipy')
 source=("${pkgname}-${pkgver}::git+${url}#tag=v${pkgver}")
 sha256sums=('SKIP')
 
@@ -21,8 +21,7 @@
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  # some tests fail because of unpackaged deps
-  # PYTHONPATH="${PWD}/build/lib" pytest
+  PYTHONPATH="${PWD}/build/lib" pytest
 }
 
 package() {



More information about the arch-commits mailing list