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

Felix Yan felixonmars at archlinux.org
Thu Jan 9 00:10:00 UTC 2020


    Date: Thursday, January 9, 2020 @ 00:09:58
  Author: felixonmars
Revision: 550921

upgpkg: python-uncertainties 3.1.2-3

add split python-tests as checkdepends

Modified:
  python-uncertainties/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 00:09:32 UTC (rev 550920)
+++ PKGBUILD	2020-01-09 00:09:58 UTC (rev 550921)
@@ -2,7 +2,7 @@
 
 pkgname=python-uncertainties
 pkgver=3.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives."
 arch=('any')
 license=('BSD')
@@ -10,7 +10,7 @@
 depends=('python')
 optdepends=('python-numpy: additional support for NumPy arrays and matrices')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-numpy')
+checkdepends=('python-nose' 'python-numpy' 'python-tests')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/lebigot/uncertainties/archive/$pkgver.tar.gz")
 sha512sums=('78e8173f134138371834e7556c2eebc15bd2aa624addbdc77553997c269a88a51e80e00d89051cbbed8f709437b49e051f6df3a7b598e21bf0bf07bf05934ded')
 



More information about the arch-commits mailing list