pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-uncertainties py-uncertainties: updated to 3.1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c5093f9d6df
branches:  trunk
changeset: 456663:6c5093f9d6df
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 05 10:14:30 2021 +0000

description:
py-uncertainties: updated to 3.1.6

3.1.6
Global customization of the pretty-print and LaTeX formats

diffstat:

 math/py-uncertainties/Makefile |   8 +++++---
 math/py-uncertainties/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 2b091278d832 -r 6c5093f9d6df math/py-uncertainties/Makefile
--- a/math/py-uncertainties/Makefile    Thu Aug 05 10:09:48 2021 +0000
+++ b/math/py-uncertainties/Makefile    Thu Aug 05 10:14:30 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/06/29 08:42:02 nia Exp $
+# $NetBSD: Makefile,v 1.9 2021/08/05 10:14:30 adam Exp $
 
-DISTNAME=      uncertainties-3.1.5
+DISTNAME=      uncertainties-3.1.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uncertainties/}
@@ -10,9 +10,11 @@
 COMMENT=       Transparent calculations with uncertainties on the quantities involved
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
+
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE+= 36      # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36   # py-numpy
 
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff -r 2b091278d832 -r 6c5093f9d6df math/py-uncertainties/distinfo
--- a/math/py-uncertainties/distinfo    Thu Aug 05 10:09:48 2021 +0000
+++ b/math/py-uncertainties/distinfo    Thu Aug 05 10:14:30 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/11/26 10:57:23 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/08/05 10:14:30 adam Exp $
 
-SHA1 (uncertainties-3.1.5.tar.gz) = 3c63b069ce42bcf97aa68c3c62bd85f177cb1aaa
-RMD160 (uncertainties-3.1.5.tar.gz) = 91175b30c6953a5dcd2dc4262d628d749e2738f4
-SHA512 (uncertainties-3.1.5.tar.gz) = a56022741b4464d06c84b1b762f17d1ac9f9bd18015831b7d2c7ee302c5861010870c94ae0e1efc9a48264f9277db97fdd4130af92f808a9e6eb21fabdc70f9c
-Size (uncertainties-3.1.5.tar.gz) = 149411 bytes
+SHA1 (uncertainties-3.1.6.tar.gz) = 3efcd07a15c851e1a518952b52cb39a713ec56f9
+RMD160 (uncertainties-3.1.6.tar.gz) = 4d047a6c0f6991f66e327edec669d04922e7e57b
+SHA512 (uncertainties-3.1.6.tar.gz) = 8835ed851d00bbe830770e57bc89ce57acf291e6cef2fca59897adb75e1e2de456da3631f73242ade20f567358b1d727b2b7f5df02e2f3e0cd8d861e81a6a211
+Size (uncertainties-3.1.6.tar.gz) = 158419 bytes



Home | Main Index | Thread Index | Old Index