pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-sympy update to 0.6.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7981c827afa
branches:  trunk
changeset: 399228:c7981c827afa
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Sep 15 11:30:55 2009 +0000

description:
update to 0.6.5
This is a major update - many extensions and improvements.

diffstat:

 math/py-sympy/Makefile         |    9 +-
 math/py-sympy/PLIST            |  551 +++++++++++++++++++++++++++++-----------
 math/py-sympy/distinfo         |   10 +-
 math/py-sympy/patches/patch-aa |   10 +-
 4 files changed, 413 insertions(+), 167 deletions(-)

diffs (truncated from 913 to 300 lines):

diff -r 9c7ad770bd49 -r c7981c827afa math/py-sympy/Makefile
--- a/math/py-sympy/Makefile    Tue Sep 15 10:50:13 2009 +0000
+++ b/math/py-sympy/Makefile    Tue Sep 15 11:30:55 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/02/11 14:23:32 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/09/15 11:30:55 drochner Exp $
 #
 
-DISTNAME=      sympy-0.5.15
-PKGNAME=       ${PYPKGPREFIX}-sympy-0.5.15
+DISTNAME=      sympy-0.6.5
+PKGNAME=       ${PYPKGPREFIX}-sympy-0.6.5
 CATEGORIES=    math
 MASTER_SITES=  http://sympy.googlecode.com/files/
 
@@ -22,5 +22,8 @@
        ${CP} ${WRKSRC}/doc/man/isympy.1 \
                ${WRKSRC}/doc/man/isympy${PYVERSSUFFIX}.1
 
+do-test:
+       (cd ${WRKSRC}/examples && ${PYTHONBIN} all.py)
+
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9c7ad770bd49 -r c7981c827afa math/py-sympy/PLIST
--- a/math/py-sympy/PLIST       Tue Sep 15 10:50:13 2009 +0000
+++ b/math/py-sympy/PLIST       Tue Sep 15 11:30:55 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:05:48 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/09/15 11:30:55 drochner Exp $
 bin/isympy${PYVERSSUFFIX}
 ${PYSITELIB}/sympy/__init__.py
 ${PYSITELIB}/sympy/__init__.pyc
@@ -30,9 +30,6 @@
 ${PYSITELIB}/sympy/concrete/tests/test_sums_products.py
 ${PYSITELIB}/sympy/concrete/tests/test_sums_products.pyc
 ${PYSITELIB}/sympy/concrete/tests/test_sums_products.pyo
-${PYSITELIB}/sympy/concrete/utilities.py
-${PYSITELIB}/sympy/concrete/utilities.pyc
-${PYSITELIB}/sympy/concrete/utilities.pyo
 ${PYSITELIB}/sympy/conftest.py
 ${PYSITELIB}/sympy/conftest.pyc
 ${PYSITELIB}/sympy/conftest.pyo
@@ -48,24 +45,33 @@
 ${PYSITELIB}/sympy/core/ast_parser.py
 ${PYSITELIB}/sympy/core/ast_parser.pyc
 ${PYSITELIB}/sympy/core/ast_parser.pyo
+${PYSITELIB}/sympy/core/ast_parser_python24.py
+${PYSITELIB}/sympy/core/ast_parser_python24.pyc
+${PYSITELIB}/sympy/core/ast_parser_python24.pyo
 ${PYSITELIB}/sympy/core/basic.py
 ${PYSITELIB}/sympy/core/basic.pyc
 ${PYSITELIB}/sympy/core/basic.pyo
 ${PYSITELIB}/sympy/core/cache.py
 ${PYSITELIB}/sympy/core/cache.pyc
 ${PYSITELIB}/sympy/core/cache.pyo
-${PYSITELIB}/sympy/core/decimal_math.py
-${PYSITELIB}/sympy/core/decimal_math.pyc
-${PYSITELIB}/sympy/core/decimal_math.pyo
+${PYSITELIB}/sympy/core/decorators.py
+${PYSITELIB}/sympy/core/decorators.pyc
+${PYSITELIB}/sympy/core/decorators.pyo
+${PYSITELIB}/sympy/core/evalf.py
+${PYSITELIB}/sympy/core/evalf.pyc
+${PYSITELIB}/sympy/core/evalf.pyo
+${PYSITELIB}/sympy/core/facts.py
+${PYSITELIB}/sympy/core/facts.pyc
+${PYSITELIB}/sympy/core/facts.pyo
 ${PYSITELIB}/sympy/core/function.py
 ${PYSITELIB}/sympy/core/function.pyc
 ${PYSITELIB}/sympy/core/function.pyo
 ${PYSITELIB}/sympy/core/interval.py
 ${PYSITELIB}/sympy/core/interval.pyc
 ${PYSITELIB}/sympy/core/interval.pyo
-${PYSITELIB}/sympy/core/methods.py
-${PYSITELIB}/sympy/core/methods.pyc
-${PYSITELIB}/sympy/core/methods.pyo
+${PYSITELIB}/sympy/core/logic.py
+${PYSITELIB}/sympy/core/logic.pyc
+${PYSITELIB}/sympy/core/logic.pyo
 ${PYSITELIB}/sympy/core/mul.py
 ${PYSITELIB}/sympy/core/mul.pyc
 ${PYSITELIB}/sympy/core/mul.pyo
@@ -99,6 +105,9 @@
 ${PYSITELIB}/sympy/core/tests/test_basic.py
 ${PYSITELIB}/sympy/core/tests/test_basic.pyc
 ${PYSITELIB}/sympy/core/tests/test_basic.pyo
+${PYSITELIB}/sympy/core/tests/test_cache.py
+${PYSITELIB}/sympy/core/tests/test_cache.pyc
+${PYSITELIB}/sympy/core/tests/test_cache.pyo
 ${PYSITELIB}/sympy/core/tests/test_complex.py
 ${PYSITELIB}/sympy/core/tests/test_complex.pyc
 ${PYSITELIB}/sympy/core/tests/test_complex.pyo
@@ -117,9 +126,18 @@
 ${PYSITELIB}/sympy/core/tests/test_eval_power.py
 ${PYSITELIB}/sympy/core/tests/test_eval_power.pyc
 ${PYSITELIB}/sympy/core/tests/test_eval_power.pyo
+${PYSITELIB}/sympy/core/tests/test_evalf.py
+${PYSITELIB}/sympy/core/tests/test_evalf.pyc
+${PYSITELIB}/sympy/core/tests/test_evalf.pyo
+${PYSITELIB}/sympy/core/tests/test_facts.py
+${PYSITELIB}/sympy/core/tests/test_facts.pyc
+${PYSITELIB}/sympy/core/tests/test_facts.pyo
 ${PYSITELIB}/sympy/core/tests/test_functions.py
 ${PYSITELIB}/sympy/core/tests/test_functions.pyc
 ${PYSITELIB}/sympy/core/tests/test_functions.pyo
+${PYSITELIB}/sympy/core/tests/test_logic.py
+${PYSITELIB}/sympy/core/tests/test_logic.pyc
+${PYSITELIB}/sympy/core/tests/test_logic.pyo
 ${PYSITELIB}/sympy/core/tests/test_match.py
 ${PYSITELIB}/sympy/core/tests/test_match.pyc
 ${PYSITELIB}/sympy/core/tests/test_match.pyo
@@ -129,15 +147,9 @@
 ${PYSITELIB}/sympy/core/tests/test_numbers.py
 ${PYSITELIB}/sympy/core/tests/test_numbers.pyc
 ${PYSITELIB}/sympy/core/tests/test_numbers.pyo
-${PYSITELIB}/sympy/core/tests/test_pickling.py
-${PYSITELIB}/sympy/core/tests/test_pickling.pyc
-${PYSITELIB}/sympy/core/tests/test_pickling.pyo
 ${PYSITELIB}/sympy/core/tests/test_relational.py
 ${PYSITELIB}/sympy/core/tests/test_relational.pyc
 ${PYSITELIB}/sympy/core/tests/test_relational.pyo
-${PYSITELIB}/sympy/core/tests/test_str.py
-${PYSITELIB}/sympy/core/tests/test_str.pyc
-${PYSITELIB}/sympy/core/tests/test_str.pyo
 ${PYSITELIB}/sympy/core/tests/test_subs.py
 ${PYSITELIB}/sympy/core/tests/test_subs.pyc
 ${PYSITELIB}/sympy/core/tests/test_subs.pyo
@@ -189,6 +201,9 @@
 ${PYSITELIB}/sympy/functions/elementary/miscellaneous.py
 ${PYSITELIB}/sympy/functions/elementary/miscellaneous.pyc
 ${PYSITELIB}/sympy/functions/elementary/miscellaneous.pyo
+${PYSITELIB}/sympy/functions/elementary/piecewise.py
+${PYSITELIB}/sympy/functions/elementary/piecewise.pyc
+${PYSITELIB}/sympy/functions/elementary/piecewise.pyo
 ${PYSITELIB}/sympy/functions/elementary/tests/test_complexes.py
 ${PYSITELIB}/sympy/functions/elementary/tests/test_complexes.pyc
 ${PYSITELIB}/sympy/functions/elementary/tests/test_complexes.pyo
@@ -207,6 +222,9 @@
 ${PYSITELIB}/sympy/functions/elementary/tests/test_miscellaneous.py
 ${PYSITELIB}/sympy/functions/elementary/tests/test_miscellaneous.pyc
 ${PYSITELIB}/sympy/functions/elementary/tests/test_miscellaneous.pyo
+${PYSITELIB}/sympy/functions/elementary/tests/test_piecewise.py
+${PYSITELIB}/sympy/functions/elementary/tests/test_piecewise.pyc
+${PYSITELIB}/sympy/functions/elementary/tests/test_piecewise.pyo
 ${PYSITELIB}/sympy/functions/elementary/tests/test_trigonometric.py
 ${PYSITELIB}/sympy/functions/elementary/tests/test_trigonometric.pyc
 ${PYSITELIB}/sympy/functions/elementary/tests/test_trigonometric.pyo
@@ -216,6 +234,9 @@
 ${PYSITELIB}/sympy/functions/special/__init__.py
 ${PYSITELIB}/sympy/functions/special/__init__.pyc
 ${PYSITELIB}/sympy/functions/special/__init__.pyo
+${PYSITELIB}/sympy/functions/special/delta_functions.py
+${PYSITELIB}/sympy/functions/special/delta_functions.pyc
+${PYSITELIB}/sympy/functions/special/delta_functions.pyo
 ${PYSITELIB}/sympy/functions/special/error_functions.py
 ${PYSITELIB}/sympy/functions/special/error_functions.pyc
 ${PYSITELIB}/sympy/functions/special/error_functions.pyo
@@ -231,6 +252,9 @@
 ${PYSITELIB}/sympy/functions/special/tensor_functions.py
 ${PYSITELIB}/sympy/functions/special/tensor_functions.pyc
 ${PYSITELIB}/sympy/functions/special/tensor_functions.pyo
+${PYSITELIB}/sympy/functions/special/tests/test_delta_functions.py
+${PYSITELIB}/sympy/functions/special/tests/test_delta_functions.pyc
+${PYSITELIB}/sympy/functions/special/tests/test_delta_functions.pyo
 ${PYSITELIB}/sympy/functions/special/tests/test_error_functions.py
 ${PYSITELIB}/sympy/functions/special/tests/test_error_functions.pyc
 ${PYSITELIB}/sympy/functions/special/tests/test_error_functions.pyo
@@ -252,9 +276,24 @@
 ${PYSITELIB}/sympy/functions/special/zeta_functions.py
 ${PYSITELIB}/sympy/functions/special/zeta_functions.pyc
 ${PYSITELIB}/sympy/functions/special/zeta_functions.pyo
+${PYSITELIB}/sympy/galgebra/GA.py
+${PYSITELIB}/sympy/galgebra/GA.pyc
+${PYSITELIB}/sympy/galgebra/GA.pyo
+${PYSITELIB}/sympy/galgebra/__init__.py
+${PYSITELIB}/sympy/galgebra/__init__.pyc
+${PYSITELIB}/sympy/galgebra/__init__.pyo
+${PYSITELIB}/sympy/galgebra/latex_ex.py
+${PYSITELIB}/sympy/galgebra/latex_ex.pyc
+${PYSITELIB}/sympy/galgebra/latex_ex.pyo
+${PYSITELIB}/sympy/galgebra/tests/test_GA.py
+${PYSITELIB}/sympy/galgebra/tests/test_GA.pyc
+${PYSITELIB}/sympy/galgebra/tests/test_GA.pyo
 ${PYSITELIB}/sympy/geometry/__init__.py
 ${PYSITELIB}/sympy/geometry/__init__.pyc
 ${PYSITELIB}/sympy/geometry/__init__.pyo
+${PYSITELIB}/sympy/geometry/curve.py
+${PYSITELIB}/sympy/geometry/curve.pyc
+${PYSITELIB}/sympy/geometry/curve.pyo
 ${PYSITELIB}/sympy/geometry/ellipse.py
 ${PYSITELIB}/sympy/geometry/ellipse.pyc
 ${PYSITELIB}/sympy/geometry/ellipse.pyo
@@ -282,15 +321,27 @@
 ${PYSITELIB}/sympy/integrals/__init__.py
 ${PYSITELIB}/sympy/integrals/__init__.pyc
 ${PYSITELIB}/sympy/integrals/__init__.pyo
+${PYSITELIB}/sympy/integrals/deltafunctions.py
+${PYSITELIB}/sympy/integrals/deltafunctions.pyc
+${PYSITELIB}/sympy/integrals/deltafunctions.pyo
 ${PYSITELIB}/sympy/integrals/integrals.py
 ${PYSITELIB}/sympy/integrals/integrals.pyc
 ${PYSITELIB}/sympy/integrals/integrals.pyo
+${PYSITELIB}/sympy/integrals/rationaltools.py
+${PYSITELIB}/sympy/integrals/rationaltools.pyc
+${PYSITELIB}/sympy/integrals/rationaltools.pyo
 ${PYSITELIB}/sympy/integrals/risch.py
 ${PYSITELIB}/sympy/integrals/risch.pyc
 ${PYSITELIB}/sympy/integrals/risch.pyo
 ${PYSITELIB}/sympy/integrals/tests/test_integrals.py
 ${PYSITELIB}/sympy/integrals/tests/test_integrals.pyc
 ${PYSITELIB}/sympy/integrals/tests/test_integrals.pyo
+${PYSITELIB}/sympy/integrals/tests/test_lineintegrals.py
+${PYSITELIB}/sympy/integrals/tests/test_lineintegrals.pyc
+${PYSITELIB}/sympy/integrals/tests/test_lineintegrals.pyo
+${PYSITELIB}/sympy/integrals/tests/test_rationaltools.py
+${PYSITELIB}/sympy/integrals/tests/test_rationaltools.pyc
+${PYSITELIB}/sympy/integrals/tests/test_rationaltools.pyo
 ${PYSITELIB}/sympy/integrals/tests/test_risch.py
 ${PYSITELIB}/sympy/integrals/tests/test_risch.pyc
 ${PYSITELIB}/sympy/integrals/tests/test_risch.pyo
@@ -303,6 +354,36 @@
 ${PYSITELIB}/sympy/interactive/__init__.py
 ${PYSITELIB}/sympy/interactive/__init__.pyc
 ${PYSITELIB}/sympy/interactive/__init__.pyo
+${PYSITELIB}/sympy/logic/__init__.py
+${PYSITELIB}/sympy/logic/__init__.pyc
+${PYSITELIB}/sympy/logic/__init__.pyo
+${PYSITELIB}/sympy/logic/algorithms/__init__.py
+${PYSITELIB}/sympy/logic/algorithms/__init__.pyc
+${PYSITELIB}/sympy/logic/algorithms/__init__.pyo
+${PYSITELIB}/sympy/logic/algorithms/dpll.py
+${PYSITELIB}/sympy/logic/algorithms/dpll.pyc
+${PYSITELIB}/sympy/logic/algorithms/dpll.pyo
+${PYSITELIB}/sympy/logic/boolalg.py
+${PYSITELIB}/sympy/logic/boolalg.pyc
+${PYSITELIB}/sympy/logic/boolalg.pyo
+${PYSITELIB}/sympy/logic/inference.py
+${PYSITELIB}/sympy/logic/inference.pyc
+${PYSITELIB}/sympy/logic/inference.pyo
+${PYSITELIB}/sympy/logic/tests/test_boolalg.py
+${PYSITELIB}/sympy/logic/tests/test_boolalg.pyc
+${PYSITELIB}/sympy/logic/tests/test_boolalg.pyo
+${PYSITELIB}/sympy/logic/tests/test_dimacs.py
+${PYSITELIB}/sympy/logic/tests/test_dimacs.pyc
+${PYSITELIB}/sympy/logic/tests/test_dimacs.pyo
+${PYSITELIB}/sympy/logic/tests/test_inference.py
+${PYSITELIB}/sympy/logic/tests/test_inference.pyc
+${PYSITELIB}/sympy/logic/tests/test_inference.pyo
+${PYSITELIB}/sympy/logic/utilities/__init__.py
+${PYSITELIB}/sympy/logic/utilities/__init__.pyc
+${PYSITELIB}/sympy/logic/utilities/__init__.pyo
+${PYSITELIB}/sympy/logic/utilities/dimacs.py
+${PYSITELIB}/sympy/logic/utilities/dimacs.pyc
+${PYSITELIB}/sympy/logic/utilities/dimacs.pyo
 ${PYSITELIB}/sympy/matrices/__init__.py
 ${PYSITELIB}/sympy/matrices/__init__.pyc
 ${PYSITELIB}/sympy/matrices/__init__.pyo
@@ -312,6 +393,159 @@
 ${PYSITELIB}/sympy/matrices/tests/test_matrices.py
 ${PYSITELIB}/sympy/matrices/tests/test_matrices.pyc
 ${PYSITELIB}/sympy/matrices/tests/test_matrices.pyo
+${PYSITELIB}/sympy/mpmath/__init__.py
+${PYSITELIB}/sympy/mpmath/__init__.pyc
+${PYSITELIB}/sympy/mpmath/__init__.pyo
+${PYSITELIB}/sympy/mpmath/calculus.py
+${PYSITELIB}/sympy/mpmath/calculus.pyc
+${PYSITELIB}/sympy/mpmath/calculus.pyo
+${PYSITELIB}/sympy/mpmath/conftest.py
+${PYSITELIB}/sympy/mpmath/conftest.pyc
+${PYSITELIB}/sympy/mpmath/conftest.pyo
+${PYSITELIB}/sympy/mpmath/elliptic.py
+${PYSITELIB}/sympy/mpmath/elliptic.pyc
+${PYSITELIB}/sympy/mpmath/elliptic.pyo
+${PYSITELIB}/sympy/mpmath/function_docs.py
+${PYSITELIB}/sympy/mpmath/function_docs.pyc
+${PYSITELIB}/sympy/mpmath/function_docs.pyo
+${PYSITELIB}/sympy/mpmath/functions.py
+${PYSITELIB}/sympy/mpmath/functions.pyc
+${PYSITELIB}/sympy/mpmath/functions.pyo
+${PYSITELIB}/sympy/mpmath/gammazeta.py
+${PYSITELIB}/sympy/mpmath/gammazeta.pyc
+${PYSITELIB}/sympy/mpmath/gammazeta.pyo
+${PYSITELIB}/sympy/mpmath/identification.py
+${PYSITELIB}/sympy/mpmath/identification.pyc
+${PYSITELIB}/sympy/mpmath/identification.pyo
+${PYSITELIB}/sympy/mpmath/libelefun.py
+${PYSITELIB}/sympy/mpmath/libelefun.pyc
+${PYSITELIB}/sympy/mpmath/libelefun.pyo
+${PYSITELIB}/sympy/mpmath/libhyper.py
+${PYSITELIB}/sympy/mpmath/libhyper.pyc
+${PYSITELIB}/sympy/mpmath/libhyper.pyo
+${PYSITELIB}/sympy/mpmath/libintmath.py
+${PYSITELIB}/sympy/mpmath/libintmath.pyc
+${PYSITELIB}/sympy/mpmath/libintmath.pyo
+${PYSITELIB}/sympy/mpmath/libmpc.py
+${PYSITELIB}/sympy/mpmath/libmpc.pyc
+${PYSITELIB}/sympy/mpmath/libmpc.pyo
+${PYSITELIB}/sympy/mpmath/libmpf.py
+${PYSITELIB}/sympy/mpmath/libmpf.pyc



Home | Main Index | Thread Index | Old Index