From 9e48d389556874b96ee4155cf59d569783a0c16c Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 27 Jan 2010 14:16:10 +0000 Subject: add py-mpmath-0.13, a Python library for arbitrary-precision FP arithmetic --- 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(+) create mode 100644 math/py-mpmath/DESCR create mode 100644 math/py-mpmath/Makefile create mode 100644 math/py-mpmath/PLIST create mode 100644 math/py-mpmath/distinfo (limited to 'math') diff --git a/math/py-mpmath/DESCR b/math/py-mpmath/DESCR new file mode 100644 index 00000000000..90c55ade209 --- /dev/null +++ b/math/py-mpmath/DESCR @@ -0,0 +1 @@ +A Python library for arbitrary-precision floating-point arithmetic. diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile new file mode 100644 index 00000000000..4222f000f62 --- /dev/null +++ b/math/py-mpmath/Makefile @@ -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 +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 --git a/math/py-mpmath/PLIST b/math/py-mpmath/PLIST new file mode 100644 index 00000000000..ca13eb35d94 --- /dev/null +++ b/math/py-mpmath/PLIST @@ -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 --git a/math/py-mpmath/distinfo b/math/py-mpmath/distinfo new file mode 100644 index 00000000000..65a7ac6c22d --- /dev/null +++ b/math/py-mpmath/distinfo @@ -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 -- cgit v1.2.3