pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-uncertainties



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  5 10:14:30 UTC 2021

Modified Files:
        pkgsrc/math/py-uncertainties: Makefile distinfo

Log Message:
py-uncertainties: updated to 3.1.6

3.1.6
Global customization of the pretty-print and LaTeX formats


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-uncertainties/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-uncertainties/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-uncertainties/Makefile
diff -u pkgsrc/math/py-uncertainties/Makefile:1.8 pkgsrc/math/py-uncertainties/Makefile:1.9
--- pkgsrc/math/py-uncertainties/Makefile:1.8   Tue Jun 29 08:42:02 2021
+++ pkgsrc/math/py-uncertainties/Makefile       Thu Aug  5 10:14:30 2021
@@ -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 @@ HOMEPAGE=    https://uncertainties-python-p
 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"

Index: pkgsrc/math/py-uncertainties/distinfo
diff -u pkgsrc/math/py-uncertainties/distinfo:1.4 pkgsrc/math/py-uncertainties/distinfo:1.5
--- pkgsrc/math/py-uncertainties/distinfo:1.4   Thu Nov 26 10:57:23 2020
+++ pkgsrc/math/py-uncertainties/distinfo       Thu Aug  5 10:14:30 2021
@@ -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