pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math py-uncertainties: added version 3.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5935a8a81f2
branches: trunk
changeset: 397042:d5935a8a81f2
user: adam <adam%pkgsrc.org@localhost>
date: Sat Jun 15 07:17:31 2019 +0000
description:
py-uncertainties: added version 3.1.1
uncertainties allows calculations such as (2 +/- 0.1)*2 = 4 +/- 0.2 to be
performed transparently. Much more complex mathematical expressions involving
numbers with uncertainties can also be evaluated directly.
The uncertainties package takes the pain and complexity out of uncertainty
calculations.
diffstat:
math/Makefile | 3 +-
math/py-uncertainties/DESCR | 6 ++++
math/py-uncertainties/Makefile | 18 ++++++++++++
math/py-uncertainties/PLIST | 63 ++++++++++++++++++++++++++++++++++++++++++
math/py-uncertainties/distinfo | 6 ++++
5 files changed, 95 insertions(+), 1 deletions(-)
diffs (126 lines):
diff -r cc8d4835edb1 -r d5935a8a81f2 math/Makefile
--- a/math/Makefile Sat Jun 15 07:05:10 2019 +0000
+++ b/math/Makefile Sat Jun 15 07:17:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.406 2019/06/02 14:20:58 mef Exp $
+# $NetBSD: Makefile,v 1.407 2019/06/15 07:17:31 adam Exp $
COMMENT= Mathematics
@@ -322,6 +322,7 @@
SUBDIR+= py-sympy
SUBDIR+= py-tables
SUBDIR+= py-tensorboard
+SUBDIR+= py-uncertainties
SUBDIR+= py-z3
SUBDIR+= py-z3solver
SUBDIR+= qalculate
diff -r cc8d4835edb1 -r d5935a8a81f2 math/py-uncertainties/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-uncertainties/DESCR Sat Jun 15 07:17:31 2019 +0000
@@ -0,0 +1,6 @@
+uncertainties allows calculations such as (2 +/- 0.1)*2 = 4 +/- 0.2 to be
+performed transparently. Much more complex mathematical expressions involving
+numbers with uncertainties can also be evaluated directly.
+
+The uncertainties package takes the pain and complexity out of uncertainty
+calculations.
diff -r cc8d4835edb1 -r d5935a8a81f2 math/py-uncertainties/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-uncertainties/Makefile Sat Jun 15 07:17:31 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/06/15 07:17:31 adam Exp $
+
+DISTNAME= uncertainties-3.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_PYPI:=u/uncertainties/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://uncertainties-python-package.readthedocs.io/
+COMMENT= Transparent calculations with uncertainties on the quantities involved
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cc8d4835edb1 -r d5935a8a81f2 math/py-uncertainties/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-uncertainties/PLIST Sat Jun 15 07:17:31 2019 +0000
@@ -0,0 +1,63 @@
+@comment $NetBSD: PLIST,v 1.1 2019/06/15 07:17:31 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/uncertainties/1to2.py
+${PYSITELIB}/uncertainties/1to2.pyc
+${PYSITELIB}/uncertainties/1to2.pyo
+${PYSITELIB}/uncertainties/__init__.py
+${PYSITELIB}/uncertainties/__init__.pyc
+${PYSITELIB}/uncertainties/__init__.pyo
+${PYSITELIB}/uncertainties/core.py
+${PYSITELIB}/uncertainties/core.pyc
+${PYSITELIB}/uncertainties/core.pyo
+${PYSITELIB}/uncertainties/lib1to2/__init__.py
+${PYSITELIB}/uncertainties/lib1to2/__init__.pyc
+${PYSITELIB}/uncertainties/lib1to2/__init__.pyo
+${PYSITELIB}/uncertainties/lib1to2/fixes/__init__.py
+${PYSITELIB}/uncertainties/lib1to2/fixes/__init__.pyc
+${PYSITELIB}/uncertainties/lib1to2/fixes/__init__.pyo
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_dev.py
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_dev.pyc
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_dev.pyo
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_devs.py
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_devs.pyc
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_std_devs.pyo
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_uarray_umatrix.py
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_uarray_umatrix.pyc
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_uarray_umatrix.pyo
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_ufloat.py
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_ufloat.pyc
+${PYSITELIB}/uncertainties/lib1to2/fixes/fix_ufloat.pyo
+${PYSITELIB}/uncertainties/lib1to2/test_1to2.py
+${PYSITELIB}/uncertainties/lib1to2/test_1to2.pyc
+${PYSITELIB}/uncertainties/lib1to2/test_1to2.pyo
+${PYSITELIB}/uncertainties/test_umath.py
+${PYSITELIB}/uncertainties/test_umath.pyc
+${PYSITELIB}/uncertainties/test_umath.pyo
+${PYSITELIB}/uncertainties/test_uncertainties.py
+${PYSITELIB}/uncertainties/test_uncertainties.pyc
+${PYSITELIB}/uncertainties/test_uncertainties.pyo
+${PYSITELIB}/uncertainties/umath.py
+${PYSITELIB}/uncertainties/umath.pyc
+${PYSITELIB}/uncertainties/umath.pyo
+${PYSITELIB}/uncertainties/umath_core.py
+${PYSITELIB}/uncertainties/umath_core.pyc
+${PYSITELIB}/uncertainties/umath_core.pyo
+${PYSITELIB}/uncertainties/unumpy/__init__.py
+${PYSITELIB}/uncertainties/unumpy/__init__.pyc
+${PYSITELIB}/uncertainties/unumpy/__init__.pyo
+${PYSITELIB}/uncertainties/unumpy/core.py
+${PYSITELIB}/uncertainties/unumpy/core.pyc
+${PYSITELIB}/uncertainties/unumpy/core.pyo
+${PYSITELIB}/uncertainties/unumpy/test_ulinalg.py
+${PYSITELIB}/uncertainties/unumpy/test_ulinalg.pyc
+${PYSITELIB}/uncertainties/unumpy/test_ulinalg.pyo
+${PYSITELIB}/uncertainties/unumpy/test_unumpy.py
+${PYSITELIB}/uncertainties/unumpy/test_unumpy.pyc
+${PYSITELIB}/uncertainties/unumpy/test_unumpy.pyo
+${PYSITELIB}/uncertainties/unumpy/ulinalg.py
+${PYSITELIB}/uncertainties/unumpy/ulinalg.pyc
+${PYSITELIB}/uncertainties/unumpy/ulinalg.pyo
diff -r cc8d4835edb1 -r d5935a8a81f2 math/py-uncertainties/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-uncertainties/distinfo Sat Jun 15 07:17:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/06/15 07:17:31 adam Exp $
+
+SHA1 (uncertainties-3.1.1.tar.gz) = 4e2ddb827d0e0157025c5b362612dac9c1a5736b
+RMD160 (uncertainties-3.1.1.tar.gz) = 4c70c198dd08a92bf06f96008268c732a612403a
+SHA512 (uncertainties-3.1.1.tar.gz) = e584a458e41fdf255d000868efc4d5973f0bda752deff528f94e23a218a7ab043c818f694a9f7afba1a5259974738b25bfa2fe72fbf84fd166e3cb16e3d1974b
+Size (uncertainties-3.1.1.tar.gz) = 232231 bytes
Home |
Main Index |
Thread Index |
Old Index