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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Wed Dec 15 19:34:01 UTC 2021


    Date: Wednesday, December 15, 2021 @ 19:34:00
  Author: kgizdov
Revision: 1073430

upgpkg: python-histoprint 2.2.0-1

Modified:
  python-histoprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-15 19:32:21 UTC (rev 1073429)
+++ PKGBUILD	2021-12-15 19:34:00 UTC (rev 1073430)
@@ -2,13 +2,13 @@
 
 _pkgname='histoprint'
 pkgname="python-${_pkgname}"
-pkgver='1.6.0'
-pkgrel=2
+pkgver='2.2.0'
+pkgrel=1
 pkgdesc="Pretty print Numpy (and other) histograms to the console."
 arch=('any')
 url='https://github.com/scikit-hep/histoprint'
 license=('MIT')
-depends=('python-numpy' 'python-click')
+depends=('python-numpy' 'python-click' 'python-uhi')
 makedepends=('git' 'python-setuptools' 'python-setuptools-scm' 'python-toml')
 checkdepends=('python-pytest')
 source=("${pkgname}-${pkgver}::git+${url}#tag=v${pkgver}")
@@ -21,7 +21,7 @@
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  PYTHONPATH="${PWD}/build/lib" python tests/test.py
+  PYTHONPATH="${PWD}/build/lib" pytest
 }
 
 package() {



More information about the arch-commits mailing list