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

Felix Yan felixonmars at archlinux.org
Thu Jun 10 23:04:13 UTC 2021


    Date: Thursday, June 10, 2021 @ 23:04:13
  Author: felixonmars
Revision: 961874

upgpkg: python-pint 0.17-1

Modified:
  python-pint/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-10 23:04:00 UTC (rev 961873)
+++ PKGBUILD	2021-06-10 23:04:13 UTC (rev 961874)
@@ -2,8 +2,8 @@
 # Contributor: Matthew Sloan matthew at sloan.cc
 
 pkgname=python-pint
-pkgver=0.16.1
-pkgrel=3
+pkgver=0.17
+pkgrel=1
 pkgdesc="A unit library for Python"
 arch=('any')
 license=('BSD')
@@ -10,9 +10,9 @@
 url="https://pint.readthedocs.org"
 depends=('python')
 makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-numpy' 'python-uncertainties')
+checkdepends=('python-pytest-subtests' 'python-numpy' 'python-uncertainties')
 source=("https://pypi.io/packages/source/P/Pint/Pint-$pkgver.tar.gz")
-sha512sums=('7d18ff7a7e85ff98350347a487be62513b100e4adba701a8e5f27f6db89618931d0f62b67be42bda4af097f5f01830baa5a6b50a537924287214d0d954da5322')
+sha512sums=('3e715d67b4a7b931ccaf7cdbeda4aa2338e7129840de447837f86696efb52117c6e6e832d1cc3605d160f12a631f3ce2e5dceff46be0de91460c3fec4c605146')
 
 prepare() {
   cd Pint-$pkgver
@@ -21,7 +21,7 @@
 
 check() {
   cd Pint-$pkgver
-  python setup.py pytest
+  pytest
 }
 
 package() {



More information about the arch-commits mailing list