pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-mpmath add py-mpmath-0.13, a Python library fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1b8ac1253f5
branches:  trunk
changeset: 570247:d1b8ac1253f5
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jan 27 14:16:10 2010 +0000

description:
add py-mpmath-0.13, a Python library for arbitrary-precision FP arithmetic

diffstat:

 math/py-mpmath/DESCR    |    1 +
 math/py-mpmath/Makefile |   19 +++++
 math/py-mpmath/PLIST    |  154 ++++++++++++++++++++++++++++++++++++++++++++++++
 math/py-mpmath/distinfo |    5 +
 4 files changed, 179 insertions(+), 0 deletions(-)

diffs (195 lines):

diff -r db7e61289e40 -r d1b8ac1253f5 math/py-mpmath/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-mpmath/DESCR      Wed Jan 27 14:16:10 2010 +0000
@@ -0,0 +1,1 @@
+A Python library for arbitrary-precision floating-point arithmetic.
diff -r db7e61289e40 -r d1b8ac1253f5 math/py-mpmath/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-mpmath/Makefile   Wed Jan 27 14:16:10 2010 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/27 14:16:10 drochner Exp $
+#
+
+DISTNAME=      mpmath-0.13
+PKGNAME=       ${PYPKGPREFIX}-mpmath-0.13
+CATEGORIES=    math
+MASTER_SITES=  http://mpmath.googlecode.com/files/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://code.google.com/p/mpmath/
+COMMENT=       Python library for arbitrary-precision FP arithmetic
+
+USE_LANGUAGES= # none
+PYDISTUTILSPKG=        yes
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r db7e61289e40 -r d1b8ac1253f5 math/py-mpmath/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-mpmath/PLIST      Wed Jan 27 14:16:10 2010 +0000
@@ -0,0 +1,154 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/01/27 14:16:10 drochner Exp $
+${PYSITELIB}/mpmath/__init__.py
+${PYSITELIB}/mpmath/__init__.pyc
+${PYSITELIB}/mpmath/__init__.pyo
+${PYSITELIB}/mpmath/calculus.py
+${PYSITELIB}/mpmath/calculus.pyc
+${PYSITELIB}/mpmath/calculus.pyo
+${PYSITELIB}/mpmath/conftest.py
+${PYSITELIB}/mpmath/conftest.pyc
+${PYSITELIB}/mpmath/conftest.pyo
+${PYSITELIB}/mpmath/elliptic.py
+${PYSITELIB}/mpmath/elliptic.pyc
+${PYSITELIB}/mpmath/elliptic.pyo
+${PYSITELIB}/mpmath/function_docs.py
+${PYSITELIB}/mpmath/function_docs.pyc
+${PYSITELIB}/mpmath/function_docs.pyo
+${PYSITELIB}/mpmath/functions.py
+${PYSITELIB}/mpmath/functions.pyc
+${PYSITELIB}/mpmath/functions.pyo
+${PYSITELIB}/mpmath/gammazeta.py
+${PYSITELIB}/mpmath/gammazeta.pyc
+${PYSITELIB}/mpmath/gammazeta.pyo
+${PYSITELIB}/mpmath/identification.py
+${PYSITELIB}/mpmath/identification.pyc
+${PYSITELIB}/mpmath/identification.pyo
+${PYSITELIB}/mpmath/libelefun.py
+${PYSITELIB}/mpmath/libelefun.pyc
+${PYSITELIB}/mpmath/libelefun.pyo
+${PYSITELIB}/mpmath/libhyper.py
+${PYSITELIB}/mpmath/libhyper.pyc
+${PYSITELIB}/mpmath/libhyper.pyo
+${PYSITELIB}/mpmath/libintmath.py
+${PYSITELIB}/mpmath/libintmath.pyc
+${PYSITELIB}/mpmath/libintmath.pyo
+${PYSITELIB}/mpmath/libmpc.py
+${PYSITELIB}/mpmath/libmpc.pyc
+${PYSITELIB}/mpmath/libmpc.pyo
+${PYSITELIB}/mpmath/libmpf.py
+${PYSITELIB}/mpmath/libmpf.pyc
+${PYSITELIB}/mpmath/libmpf.pyo
+${PYSITELIB}/mpmath/libmpi.py
+${PYSITELIB}/mpmath/libmpi.pyc
+${PYSITELIB}/mpmath/libmpi.pyo
+${PYSITELIB}/mpmath/linalg.py
+${PYSITELIB}/mpmath/linalg.pyc
+${PYSITELIB}/mpmath/linalg.pyo
+${PYSITELIB}/mpmath/matrices.py
+${PYSITELIB}/mpmath/matrices.pyc
+${PYSITELIB}/mpmath/matrices.pyo
+${PYSITELIB}/mpmath/mptypes.py
+${PYSITELIB}/mpmath/mptypes.pyc
+${PYSITELIB}/mpmath/mptypes.pyo
+${PYSITELIB}/mpmath/odes.py
+${PYSITELIB}/mpmath/odes.pyc
+${PYSITELIB}/mpmath/odes.pyo
+${PYSITELIB}/mpmath/optimization.py
+${PYSITELIB}/mpmath/optimization.pyc
+${PYSITELIB}/mpmath/optimization.pyo
+${PYSITELIB}/mpmath/quadrature.py
+${PYSITELIB}/mpmath/quadrature.pyc
+${PYSITELIB}/mpmath/quadrature.pyo
+${PYSITELIB}/mpmath/settings.py
+${PYSITELIB}/mpmath/settings.pyc
+${PYSITELIB}/mpmath/settings.pyo
+${PYSITELIB}/mpmath/tests/__init__.py
+${PYSITELIB}/mpmath/tests/__init__.pyc
+${PYSITELIB}/mpmath/tests/__init__.pyo
+${PYSITELIB}/mpmath/tests/runtests.py
+${PYSITELIB}/mpmath/tests/runtests.pyc
+${PYSITELIB}/mpmath/tests/runtests.pyo
+${PYSITELIB}/mpmath/tests/test_basic_ops.py
+${PYSITELIB}/mpmath/tests/test_basic_ops.pyc
+${PYSITELIB}/mpmath/tests/test_basic_ops.pyo
+${PYSITELIB}/mpmath/tests/test_bitwise.py
+${PYSITELIB}/mpmath/tests/test_bitwise.pyc
+${PYSITELIB}/mpmath/tests/test_bitwise.pyo
+${PYSITELIB}/mpmath/tests/test_calculus.py
+${PYSITELIB}/mpmath/tests/test_calculus.pyc
+${PYSITELIB}/mpmath/tests/test_calculus.pyo
+${PYSITELIB}/mpmath/tests/test_compatibility.py
+${PYSITELIB}/mpmath/tests/test_compatibility.pyc
+${PYSITELIB}/mpmath/tests/test_compatibility.pyo
+${PYSITELIB}/mpmath/tests/test_convert.py
+${PYSITELIB}/mpmath/tests/test_convert.pyc
+${PYSITELIB}/mpmath/tests/test_convert.pyo
+${PYSITELIB}/mpmath/tests/test_diff.py
+${PYSITELIB}/mpmath/tests/test_diff.pyc
+${PYSITELIB}/mpmath/tests/test_diff.pyo
+${PYSITELIB}/mpmath/tests/test_division.py
+${PYSITELIB}/mpmath/tests/test_division.pyc
+${PYSITELIB}/mpmath/tests/test_division.pyo
+${PYSITELIB}/mpmath/tests/test_elliptic.py
+${PYSITELIB}/mpmath/tests/test_elliptic.pyc
+${PYSITELIB}/mpmath/tests/test_elliptic.pyo
+${PYSITELIB}/mpmath/tests/test_functions.py
+${PYSITELIB}/mpmath/tests/test_functions.pyc
+${PYSITELIB}/mpmath/tests/test_functions.pyo
+${PYSITELIB}/mpmath/tests/test_functions2.py
+${PYSITELIB}/mpmath/tests/test_functions2.pyc
+${PYSITELIB}/mpmath/tests/test_functions2.pyo
+${PYSITELIB}/mpmath/tests/test_gammazeta.py
+${PYSITELIB}/mpmath/tests/test_gammazeta.pyc
+${PYSITELIB}/mpmath/tests/test_gammazeta.pyo
+${PYSITELIB}/mpmath/tests/test_hp.py
+${PYSITELIB}/mpmath/tests/test_hp.pyc
+${PYSITELIB}/mpmath/tests/test_hp.pyo
+${PYSITELIB}/mpmath/tests/test_identify.py
+${PYSITELIB}/mpmath/tests/test_identify.pyc
+${PYSITELIB}/mpmath/tests/test_identify.pyo
+${PYSITELIB}/mpmath/tests/test_interval.py
+${PYSITELIB}/mpmath/tests/test_interval.pyc
+${PYSITELIB}/mpmath/tests/test_interval.pyo
+${PYSITELIB}/mpmath/tests/test_linalg.py
+${PYSITELIB}/mpmath/tests/test_linalg.pyc
+${PYSITELIB}/mpmath/tests/test_linalg.pyo
+${PYSITELIB}/mpmath/tests/test_matrices.py
+${PYSITELIB}/mpmath/tests/test_matrices.pyc
+${PYSITELIB}/mpmath/tests/test_matrices.pyo
+${PYSITELIB}/mpmath/tests/test_mpmath.py
+${PYSITELIB}/mpmath/tests/test_mpmath.pyc
+${PYSITELIB}/mpmath/tests/test_mpmath.pyo
+${PYSITELIB}/mpmath/tests/test_ode.py
+${PYSITELIB}/mpmath/tests/test_ode.pyc
+${PYSITELIB}/mpmath/tests/test_ode.pyo
+${PYSITELIB}/mpmath/tests/test_pickle.py
+${PYSITELIB}/mpmath/tests/test_pickle.pyc
+${PYSITELIB}/mpmath/tests/test_pickle.pyo
+${PYSITELIB}/mpmath/tests/test_power.py
+${PYSITELIB}/mpmath/tests/test_power.pyc
+${PYSITELIB}/mpmath/tests/test_power.pyo
+${PYSITELIB}/mpmath/tests/test_quad.py
+${PYSITELIB}/mpmath/tests/test_quad.pyc
+${PYSITELIB}/mpmath/tests/test_quad.pyo
+${PYSITELIB}/mpmath/tests/test_rootfinding.py
+${PYSITELIB}/mpmath/tests/test_rootfinding.pyc
+${PYSITELIB}/mpmath/tests/test_rootfinding.pyo
+${PYSITELIB}/mpmath/tests/test_special.py
+${PYSITELIB}/mpmath/tests/test_special.pyc
+${PYSITELIB}/mpmath/tests/test_special.pyo
+${PYSITELIB}/mpmath/tests/test_summation.py
+${PYSITELIB}/mpmath/tests/test_summation.pyc
+${PYSITELIB}/mpmath/tests/test_summation.pyo
+${PYSITELIB}/mpmath/tests/test_trig.py
+${PYSITELIB}/mpmath/tests/test_trig.pyc
+${PYSITELIB}/mpmath/tests/test_trig.pyo
+${PYSITELIB}/mpmath/tests/torture.py
+${PYSITELIB}/mpmath/tests/torture.pyc
+${PYSITELIB}/mpmath/tests/torture.pyo
+${PYSITELIB}/mpmath/usertools.py
+${PYSITELIB}/mpmath/usertools.pyc
+${PYSITELIB}/mpmath/usertools.pyo
+${PYSITELIB}/mpmath/visualization.py
+${PYSITELIB}/mpmath/visualization.pyc
+${PYSITELIB}/mpmath/visualization.pyo
diff -r db7e61289e40 -r d1b8ac1253f5 math/py-mpmath/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-mpmath/distinfo   Wed Jan 27 14:16:10 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/27 14:16:10 drochner Exp $
+
+SHA1 (mpmath-0.13.zip) = 7bad59bc3630a74df87c96439b9ed6f3642b6c99
+RMD160 (mpmath-0.13.zip) = f90805742a08e2497fea02730a665d00d1a56e33
+Size (mpmath-0.13.zip) = 368471 bytes



Home | Main Index | Thread Index | Old Index