summaryrefslogtreecommitdiff
path: root/math/py-sympy
diff options
context:
space:
mode:
authordrochner <drochner>2009-09-15 11:30:55 +0000
committerdrochner <drochner>2009-09-15 11:30:55 +0000
commit16568e1ea2533d1fcd7597299418d42317e720ff (patch)
tree73bb18ee0d8f69ccf61d689139a87121de1eaa11 /math/py-sympy
parentd90c031f68556267e7c3782461e8f41ba456384c (diff)
downloadpkgsrc-16568e1ea2533d1fcd7597299418d42317e720ff.tar.gz
update to 0.6.5
This is a major update - many extensions and improvements.
Diffstat (limited to 'math/py-sympy')
-rw-r--r--math/py-sympy/Makefile9
-rw-r--r--math/py-sympy/PLIST551
-rw-r--r--math/py-sympy/distinfo10
-rw-r--r--math/py-sympy/patches/patch-aa10
4 files changed, 413 insertions, 167 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index 0a13452bf1e..3bef3a8086f 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -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 @@ post-extract:
${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 --git a/math/py-sympy/PLIST b/math/py-sympy/PLIST
index 95050826698..87b2e2d5056 100644
--- a/math/py-sympy/PLIST
+++ b/math/py-sympy/PLIST
@@ -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_products.pyo
${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/assumptions.pyo
${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_assumptions.pyo
${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.pyo
${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_multidimensional.pyo
${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/integers.pyo
${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_interface.pyo
${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/elementary/trigonometric.pyo
${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/spherical_harmonics.pyo
${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/tests/test_zeta_functions.pyo
${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/geometry/util.pyo
${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/integrals/trigonometry.pyo
${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/matrices.pyo
${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
+${PYSITELIB}/sympy/mpmath/libmpf.pyo
+${PYSITELIB}/sympy/mpmath/libmpi.py
+${PYSITELIB}/sympy/mpmath/libmpi.pyc
+${PYSITELIB}/sympy/mpmath/libmpi.pyo
+${PYSITELIB}/sympy/mpmath/linalg.py
+${PYSITELIB}/sympy/mpmath/linalg.pyc
+${PYSITELIB}/sympy/mpmath/linalg.pyo
+${PYSITELIB}/sympy/mpmath/matrices.py
+${PYSITELIB}/sympy/mpmath/matrices.pyc
+${PYSITELIB}/sympy/mpmath/matrices.pyo
+${PYSITELIB}/sympy/mpmath/mptypes.py
+${PYSITELIB}/sympy/mpmath/mptypes.pyc
+${PYSITELIB}/sympy/mpmath/mptypes.pyo
+${PYSITELIB}/sympy/mpmath/odes.py
+${PYSITELIB}/sympy/mpmath/odes.pyc
+${PYSITELIB}/sympy/mpmath/odes.pyo
+${PYSITELIB}/sympy/mpmath/optimization.py
+${PYSITELIB}/sympy/mpmath/optimization.pyc
+${PYSITELIB}/sympy/mpmath/optimization.pyo
+${PYSITELIB}/sympy/mpmath/quadrature.py
+${PYSITELIB}/sympy/mpmath/quadrature.pyc
+${PYSITELIB}/sympy/mpmath/quadrature.pyo
+${PYSITELIB}/sympy/mpmath/settings.py
+${PYSITELIB}/sympy/mpmath/settings.pyc
+${PYSITELIB}/sympy/mpmath/settings.pyo
+${PYSITELIB}/sympy/mpmath/tests/__init__.py
+${PYSITELIB}/sympy/mpmath/tests/__init__.pyc
+${PYSITELIB}/sympy/mpmath/tests/__init__.pyo
+${PYSITELIB}/sympy/mpmath/tests/elliptic_torture_tests.py
+${PYSITELIB}/sympy/mpmath/tests/elliptic_torture_tests.pyc
+${PYSITELIB}/sympy/mpmath/tests/elliptic_torture_tests.pyo
+${PYSITELIB}/sympy/mpmath/tests/runtests.py
+${PYSITELIB}/sympy/mpmath/tests/runtests.pyc
+${PYSITELIB}/sympy/mpmath/tests/runtests.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_basic_ops.py
+${PYSITELIB}/sympy/mpmath/tests/test_basic_ops.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_basic_ops.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_bitwise.py
+${PYSITELIB}/sympy/mpmath/tests/test_bitwise.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_bitwise.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_calculus.py
+${PYSITELIB}/sympy/mpmath/tests/test_calculus.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_calculus.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_compatibility.py
+${PYSITELIB}/sympy/mpmath/tests/test_compatibility.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_compatibility.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_convert.py
+${PYSITELIB}/sympy/mpmath/tests/test_convert.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_convert.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_diff_mpmath.py
+${PYSITELIB}/sympy/mpmath/tests/test_diff_mpmath.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_diff_mpmath.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_division.py
+${PYSITELIB}/sympy/mpmath/tests/test_division.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_division.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_elliptic.py
+${PYSITELIB}/sympy/mpmath/tests/test_elliptic.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_elliptic.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_functions2.py
+${PYSITELIB}/sympy/mpmath/tests/test_functions2.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_functions2.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_functions_mpmath.py
+${PYSITELIB}/sympy/mpmath/tests/test_functions_mpmath.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_functions_mpmath.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_gammazeta.py
+${PYSITELIB}/sympy/mpmath/tests/test_gammazeta.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_gammazeta.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_hp.py
+${PYSITELIB}/sympy/mpmath/tests/test_hp.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_hp.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_identify.py
+${PYSITELIB}/sympy/mpmath/tests/test_identify.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_identify.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_interval.py
+${PYSITELIB}/sympy/mpmath/tests/test_interval.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_interval.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_linalg.py
+${PYSITELIB}/sympy/mpmath/tests/test_linalg.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_linalg.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_matrices_mpmath.py
+${PYSITELIB}/sympy/mpmath/tests/test_matrices_mpmath.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_matrices_mpmath.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_mpmath.py
+${PYSITELIB}/sympy/mpmath/tests/test_mpmath.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_mpmath.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_ode_mpmath.py
+${PYSITELIB}/sympy/mpmath/tests/test_ode_mpmath.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_ode_mpmath.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_pickle.py
+${PYSITELIB}/sympy/mpmath/tests/test_pickle.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_pickle.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_power.py
+${PYSITELIB}/sympy/mpmath/tests/test_power.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_power.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_quad.py
+${PYSITELIB}/sympy/mpmath/tests/test_quad.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_quad.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_rootfinding.py
+${PYSITELIB}/sympy/mpmath/tests/test_rootfinding.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_rootfinding.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_special.py
+${PYSITELIB}/sympy/mpmath/tests/test_special.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_special.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_summation.py
+${PYSITELIB}/sympy/mpmath/tests/test_summation.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_summation.pyo
+${PYSITELIB}/sympy/mpmath/tests/test_trig.py
+${PYSITELIB}/sympy/mpmath/tests/test_trig.pyc
+${PYSITELIB}/sympy/mpmath/tests/test_trig.pyo
+${PYSITELIB}/sympy/mpmath/usertools.py
+${PYSITELIB}/sympy/mpmath/usertools.pyc
+${PYSITELIB}/sympy/mpmath/usertools.pyo
+${PYSITELIB}/sympy/mpmath/visualization.py
+${PYSITELIB}/sympy/mpmath/visualization.pyc
+${PYSITELIB}/sympy/mpmath/visualization.pyo
${PYSITELIB}/sympy/ntheory/__init__.py
${PYSITELIB}/sympy/ntheory/__init__.pyc
${PYSITELIB}/sympy/ntheory/__init__.pyo
@@ -324,6 +558,12 @@ ${PYSITELIB}/sympy/ntheory/factor_.pyo
${PYSITELIB}/sympy/ntheory/generate.py
${PYSITELIB}/sympy/ntheory/generate.pyc
${PYSITELIB}/sympy/ntheory/generate.pyo
+${PYSITELIB}/sympy/ntheory/modular.py
+${PYSITELIB}/sympy/ntheory/modular.pyc
+${PYSITELIB}/sympy/ntheory/modular.pyo
+${PYSITELIB}/sympy/ntheory/multinomial.py
+${PYSITELIB}/sympy/ntheory/multinomial.pyc
+${PYSITELIB}/sympy/ntheory/multinomial.pyo
${PYSITELIB}/sympy/ntheory/partitions_.py
${PYSITELIB}/sympy/ntheory/partitions_.pyc
${PYSITELIB}/sympy/ntheory/partitions_.pyo
@@ -336,57 +576,6 @@ ${PYSITELIB}/sympy/ntheory/residue.pyo
${PYSITELIB}/sympy/ntheory/tests/test_ntheory.py
${PYSITELIB}/sympy/ntheory/tests/test_ntheory.pyc
${PYSITELIB}/sympy/ntheory/tests/test_ntheory.pyo
-${PYSITELIB}/sympy/numerics/__init__.py
-${PYSITELIB}/sympy/numerics/__init__.pyc
-${PYSITELIB}/sympy/numerics/__init__.pyo
-${PYSITELIB}/sympy/numerics/constants.py
-${PYSITELIB}/sympy/numerics/constants.pyc
-${PYSITELIB}/sympy/numerics/constants.pyo
-${PYSITELIB}/sympy/numerics/evalf_.py
-${PYSITELIB}/sympy/numerics/evalf_.pyc
-${PYSITELIB}/sympy/numerics/evalf_.pyo
-${PYSITELIB}/sympy/numerics/float_.py
-${PYSITELIB}/sympy/numerics/float_.pyc
-${PYSITELIB}/sympy/numerics/float_.pyo
-${PYSITELIB}/sympy/numerics/functions.py
-${PYSITELIB}/sympy/numerics/functions.pyc
-${PYSITELIB}/sympy/numerics/functions.pyo
-${PYSITELIB}/sympy/numerics/functions2.py
-${PYSITELIB}/sympy/numerics/functions2.pyc
-${PYSITELIB}/sympy/numerics/functions2.pyo
-${PYSITELIB}/sympy/numerics/optimize.py
-${PYSITELIB}/sympy/numerics/optimize.pyc
-${PYSITELIB}/sympy/numerics/optimize.pyo
-${PYSITELIB}/sympy/numerics/quad.py
-${PYSITELIB}/sympy/numerics/quad.pyc
-${PYSITELIB}/sympy/numerics/quad.pyo
-${PYSITELIB}/sympy/numerics/tests/test_constants.py
-${PYSITELIB}/sympy/numerics/tests/test_constants.pyc
-${PYSITELIB}/sympy/numerics/tests/test_constants.pyo
-${PYSITELIB}/sympy/numerics/tests/test_evalf_.py
-${PYSITELIB}/sympy/numerics/tests/test_evalf_.pyc
-${PYSITELIB}/sympy/numerics/tests/test_evalf_.pyo
-${PYSITELIB}/sympy/numerics/tests/test_float_.py
-${PYSITELIB}/sympy/numerics/tests/test_float_.pyc
-${PYSITELIB}/sympy/numerics/tests/test_float_.pyo
-${PYSITELIB}/sympy/numerics/tests/test_functions2.py
-${PYSITELIB}/sympy/numerics/tests/test_functions2.pyc
-${PYSITELIB}/sympy/numerics/tests/test_functions2.pyo
-${PYSITELIB}/sympy/numerics/tests/test_numeric_functions.py
-${PYSITELIB}/sympy/numerics/tests/test_numeric_functions.pyc
-${PYSITELIB}/sympy/numerics/tests/test_numeric_functions.pyo
-${PYSITELIB}/sympy/numerics/tests/test_numerics.py
-${PYSITELIB}/sympy/numerics/tests/test_numerics.pyc
-${PYSITELIB}/sympy/numerics/tests/test_numerics.pyo
-${PYSITELIB}/sympy/numerics/tests/test_optimize.py
-${PYSITELIB}/sympy/numerics/tests/test_optimize.pyc
-${PYSITELIB}/sympy/numerics/tests/test_optimize.pyo
-${PYSITELIB}/sympy/numerics/tests/test_quad.py
-${PYSITELIB}/sympy/numerics/tests/test_quad.pyc
-${PYSITELIB}/sympy/numerics/tests/test_quad.pyo
-${PYSITELIB}/sympy/numerics/utils_.py
-${PYSITELIB}/sympy/numerics/utils_.pyc
-${PYSITELIB}/sympy/numerics/utils_.pyo
${PYSITELIB}/sympy/parsing/__init__.py
${PYSITELIB}/sympy/parsing/__init__.pyc
${PYSITELIB}/sympy/parsing/__init__.pyo
@@ -411,12 +600,18 @@ ${PYSITELIB}/sympy/physics/matrices.pyo
${PYSITELIB}/sympy/physics/paulialgebra.py
${PYSITELIB}/sympy/physics/paulialgebra.pyc
${PYSITELIB}/sympy/physics/paulialgebra.pyo
+${PYSITELIB}/sympy/physics/secondquant.py
+${PYSITELIB}/sympy/physics/secondquant.pyc
+${PYSITELIB}/sympy/physics/secondquant.pyo
${PYSITELIB}/sympy/physics/tests/test_paulialgebra.py
${PYSITELIB}/sympy/physics/tests/test_paulialgebra.pyc
${PYSITELIB}/sympy/physics/tests/test_paulialgebra.pyo
${PYSITELIB}/sympy/physics/tests/test_physics_matrices.py
${PYSITELIB}/sympy/physics/tests/test_physics_matrices.pyc
${PYSITELIB}/sympy/physics/tests/test_physics_matrices.pyo
+${PYSITELIB}/sympy/physics/tests/test_secondquant.py
+${PYSITELIB}/sympy/physics/tests/test_secondquant.pyc
+${PYSITELIB}/sympy/physics/tests/test_secondquant.pyo
${PYSITELIB}/sympy/physics/tests/test_units.py
${PYSITELIB}/sympy/physics/tests/test_units.pyc
${PYSITELIB}/sympy/physics/tests/test_units.pyo
@@ -480,75 +675,69 @@ ${PYSITELIB}/sympy/plotting/textplot.pyo
${PYSITELIB}/sympy/plotting/util.py
${PYSITELIB}/sympy/plotting/util.pyc
${PYSITELIB}/sympy/plotting/util.pyo
-${PYSITELIB}/sympy/polynomials/__init__.py
-${PYSITELIB}/sympy/polynomials/__init__.pyc
-${PYSITELIB}/sympy/polynomials/__init__.pyo
-${PYSITELIB}/sympy/polynomials/base.py
-${PYSITELIB}/sympy/polynomials/base.pyc
-${PYSITELIB}/sympy/polynomials/base.pyo
-${PYSITELIB}/sympy/polynomials/div_.py
-${PYSITELIB}/sympy/polynomials/div_.pyc
-${PYSITELIB}/sympy/polynomials/div_.pyo
-${PYSITELIB}/sympy/polynomials/factor_.py
-${PYSITELIB}/sympy/polynomials/factor_.pyc
-${PYSITELIB}/sympy/polynomials/factor_.pyo
-${PYSITELIB}/sympy/polynomials/fast/__init__.py
-${PYSITELIB}/sympy/polynomials/fast/__init__.pyc
-${PYSITELIB}/sympy/polynomials/fast/__init__.pyo
-${PYSITELIB}/sympy/polynomials/fast/gfpoly.py
-${PYSITELIB}/sympy/polynomials/fast/gfpoly.pyc
-${PYSITELIB}/sympy/polynomials/fast/gfpoly.pyo
-${PYSITELIB}/sympy/polynomials/fast/intpoly.py
-${PYSITELIB}/sympy/polynomials/fast/intpoly.pyc
-${PYSITELIB}/sympy/polynomials/fast/intpoly.pyo
-${PYSITELIB}/sympy/polynomials/fast/modint.py
-${PYSITELIB}/sympy/polynomials/fast/modint.pyc
-${PYSITELIB}/sympy/polynomials/fast/modint.pyo
-${PYSITELIB}/sympy/polynomials/fast/sparse_poly.py
-${PYSITELIB}/sympy/polynomials/fast/sparse_poly.pyc
-${PYSITELIB}/sympy/polynomials/fast/sparse_poly.pyo
-${PYSITELIB}/sympy/polynomials/groebner_.py
-${PYSITELIB}/sympy/polynomials/groebner_.pyc
-${PYSITELIB}/sympy/polynomials/groebner_.pyo
-${PYSITELIB}/sympy/polynomials/roots_.py
-${PYSITELIB}/sympy/polynomials/roots_.pyc
-${PYSITELIB}/sympy/polynomials/roots_.pyo
-${PYSITELIB}/sympy/polynomials/tests/test_polynomials.py
-${PYSITELIB}/sympy/polynomials/tests/test_polynomials.pyc
-${PYSITELIB}/sympy/polynomials/tests/test_polynomials.pyo
-${PYSITELIB}/sympy/polynomials/tests/test_polynomials_fast.py
-${PYSITELIB}/sympy/polynomials/tests/test_polynomials_fast.pyc
-${PYSITELIB}/sympy/polynomials/tests/test_polynomials_fast.pyo
-${PYSITELIB}/sympy/polynomials/wrapper.py
-${PYSITELIB}/sympy/polynomials/wrapper.pyc
-${PYSITELIB}/sympy/polynomials/wrapper.pyo
${PYSITELIB}/sympy/polys/__init__.py
${PYSITELIB}/sympy/polys/__init__.pyc
${PYSITELIB}/sympy/polys/__init__.pyo
${PYSITELIB}/sympy/polys/algorithms.py
${PYSITELIB}/sympy/polys/algorithms.pyc
${PYSITELIB}/sympy/polys/algorithms.pyo
+${PYSITELIB}/sympy/polys/factortools.py
+${PYSITELIB}/sympy/polys/factortools.pyc
+${PYSITELIB}/sympy/polys/factortools.pyo
+${PYSITELIB}/sympy/polys/galoispolys.py
+${PYSITELIB}/sympy/polys/galoispolys.pyc
+${PYSITELIB}/sympy/polys/galoispolys.pyo
+${PYSITELIB}/sympy/polys/integerpolys.py
+${PYSITELIB}/sympy/polys/integerpolys.pyc
+${PYSITELIB}/sympy/polys/integerpolys.pyo
${PYSITELIB}/sympy/polys/monomial.py
${PYSITELIB}/sympy/polys/monomial.pyc
${PYSITELIB}/sympy/polys/monomial.pyo
${PYSITELIB}/sympy/polys/polynomial.py
${PYSITELIB}/sympy/polys/polynomial.pyc
${PYSITELIB}/sympy/polys/polynomial.pyo
+${PYSITELIB}/sympy/polys/rootfinding.py
+${PYSITELIB}/sympy/polys/rootfinding.pyc
+${PYSITELIB}/sympy/polys/rootfinding.pyo
+${PYSITELIB}/sympy/polys/specialpolys.py
+${PYSITELIB}/sympy/polys/specialpolys.pyc
+${PYSITELIB}/sympy/polys/specialpolys.pyo
+${PYSITELIB}/sympy/polys/tests/test_galoispolys.py
+${PYSITELIB}/sympy/polys/tests/test_galoispolys.pyc
+${PYSITELIB}/sympy/polys/tests/test_galoispolys.pyo
+${PYSITELIB}/sympy/polys/tests/test_integerpolys.py
+${PYSITELIB}/sympy/polys/tests/test_integerpolys.pyc
+${PYSITELIB}/sympy/polys/tests/test_integerpolys.pyo
${PYSITELIB}/sympy/polys/tests/test_polynomial.py
${PYSITELIB}/sympy/polys/tests/test_polynomial.pyc
${PYSITELIB}/sympy/polys/tests/test_polynomial.pyo
+${PYSITELIB}/sympy/polys/tests/test_specialpolys.py
+${PYSITELIB}/sympy/polys/tests/test_specialpolys.pyc
+${PYSITELIB}/sympy/polys/tests/test_specialpolys.pyo
+${PYSITELIB}/sympy/polys/wrappers.py
+${PYSITELIB}/sympy/polys/wrappers.pyc
+${PYSITELIB}/sympy/polys/wrappers.pyo
${PYSITELIB}/sympy/printing/__init__.py
${PYSITELIB}/sympy/printing/__init__.pyc
${PYSITELIB}/sympy/printing/__init__.pyo
+${PYSITELIB}/sympy/printing/ccode.py
+${PYSITELIB}/sympy/printing/ccode.pyc
+${PYSITELIB}/sympy/printing/ccode.pyo
${PYSITELIB}/sympy/printing/gtk.py
${PYSITELIB}/sympy/printing/gtk.pyc
${PYSITELIB}/sympy/printing/gtk.pyo
+${PYSITELIB}/sympy/printing/lambdarepr.py
+${PYSITELIB}/sympy/printing/lambdarepr.pyc
+${PYSITELIB}/sympy/printing/lambdarepr.pyo
${PYSITELIB}/sympy/printing/latex.py
${PYSITELIB}/sympy/printing/latex.pyc
${PYSITELIB}/sympy/printing/latex.pyo
${PYSITELIB}/sympy/printing/mathml.py
${PYSITELIB}/sympy/printing/mathml.pyc
${PYSITELIB}/sympy/printing/mathml.pyo
+${PYSITELIB}/sympy/printing/precedence.py
+${PYSITELIB}/sympy/printing/precedence.pyc
+${PYSITELIB}/sympy/printing/precedence.pyo
${PYSITELIB}/sympy/printing/pretty/__init__.py
${PYSITELIB}/sympy/printing/pretty/__init__.pyc
${PYSITELIB}/sympy/printing/pretty/__init__.pyo
@@ -576,18 +765,42 @@ ${PYSITELIB}/sympy/printing/printer.pyo
${PYSITELIB}/sympy/printing/python.py
${PYSITELIB}/sympy/printing/python.pyc
${PYSITELIB}/sympy/printing/python.pyo
+${PYSITELIB}/sympy/printing/repr.py
+${PYSITELIB}/sympy/printing/repr.pyc
+${PYSITELIB}/sympy/printing/repr.pyo
+${PYSITELIB}/sympy/printing/str.py
+${PYSITELIB}/sympy/printing/str.pyc
+${PYSITELIB}/sympy/printing/str.pyo
+${PYSITELIB}/sympy/printing/tests/test_ccode.py
+${PYSITELIB}/sympy/printing/tests/test_ccode.pyc
+${PYSITELIB}/sympy/printing/tests/test_ccode.pyo
${PYSITELIB}/sympy/printing/tests/test_gtk.py
${PYSITELIB}/sympy/printing/tests/test_gtk.pyc
${PYSITELIB}/sympy/printing/tests/test_gtk.pyo
+${PYSITELIB}/sympy/printing/tests/test_lambdarepr.py
+${PYSITELIB}/sympy/printing/tests/test_lambdarepr.pyc
+${PYSITELIB}/sympy/printing/tests/test_lambdarepr.pyo
${PYSITELIB}/sympy/printing/tests/test_latex.py
${PYSITELIB}/sympy/printing/tests/test_latex.pyc
${PYSITELIB}/sympy/printing/tests/test_latex.pyo
${PYSITELIB}/sympy/printing/tests/test_mathml.py
${PYSITELIB}/sympy/printing/tests/test_mathml.pyc
${PYSITELIB}/sympy/printing/tests/test_mathml.pyo
+${PYSITELIB}/sympy/printing/tests/test_precedence.py
+${PYSITELIB}/sympy/printing/tests/test_precedence.pyc
+${PYSITELIB}/sympy/printing/tests/test_precedence.pyo
${PYSITELIB}/sympy/printing/tests/test_python.py
${PYSITELIB}/sympy/printing/tests/test_python.pyc
${PYSITELIB}/sympy/printing/tests/test_python.pyo
+${PYSITELIB}/sympy/printing/tests/test_repr.py
+${PYSITELIB}/sympy/printing/tests/test_repr.pyc
+${PYSITELIB}/sympy/printing/tests/test_repr.pyo
+${PYSITELIB}/sympy/printing/tests/test_str.py
+${PYSITELIB}/sympy/printing/tests/test_str.pyc
+${PYSITELIB}/sympy/printing/tests/test_str.pyo
+${PYSITELIB}/sympy/printing/tree.py
+${PYSITELIB}/sympy/printing/tree.pyc
+${PYSITELIB}/sympy/printing/tree.pyo
${PYSITELIB}/sympy/series/__init__.py
${PYSITELIB}/sympy/series/__init__.pyc
${PYSITELIB}/sympy/series/__init__.pyo
@@ -603,6 +816,9 @@ ${PYSITELIB}/sympy/series/limits.pyo
${PYSITELIB}/sympy/series/order.py
${PYSITELIB}/sympy/series/order.pyc
${PYSITELIB}/sympy/series/order.pyo
+${PYSITELIB}/sympy/series/series.py
+${PYSITELIB}/sympy/series/series.pyc
+${PYSITELIB}/sympy/series/series.pyo
${PYSITELIB}/sympy/series/tests/test_demidovich.py
${PYSITELIB}/sympy/series/tests/test_demidovich.pyc
${PYSITELIB}/sympy/series/tests/test_demidovich.pyo
@@ -612,72 +828,84 @@ ${PYSITELIB}/sympy/series/tests/test_gruntz.pyo
${PYSITELIB}/sympy/series/tests/test_limits.py
${PYSITELIB}/sympy/series/tests/test_limits.pyc
${PYSITELIB}/sympy/series/tests/test_limits.pyo
+${PYSITELIB}/sympy/series/tests/test_lseries.py
+${PYSITELIB}/sympy/series/tests/test_lseries.pyc
+${PYSITELIB}/sympy/series/tests/test_lseries.pyo
${PYSITELIB}/sympy/series/tests/test_nseries.py
${PYSITELIB}/sympy/series/tests/test_nseries.pyc
${PYSITELIB}/sympy/series/tests/test_nseries.pyo
${PYSITELIB}/sympy/series/tests/test_order.py
${PYSITELIB}/sympy/series/tests/test_order.pyc
${PYSITELIB}/sympy/series/tests/test_order.pyo
-${PYSITELIB}/sympy/series/tests/test_oseries.py
-${PYSITELIB}/sympy/series/tests/test_oseries.pyc
-${PYSITELIB}/sympy/series/tests/test_oseries.pyo
${PYSITELIB}/sympy/series/tests/test_series.py
${PYSITELIB}/sympy/series/tests/test_series.pyc
${PYSITELIB}/sympy/series/tests/test_series.pyo
${PYSITELIB}/sympy/simplify/__init__.py
${PYSITELIB}/sympy/simplify/__init__.pyc
${PYSITELIB}/sympy/simplify/__init__.pyo
+${PYSITELIB}/sympy/simplify/cse_main.py
+${PYSITELIB}/sympy/simplify/cse_main.pyc
+${PYSITELIB}/sympy/simplify/cse_main.pyo
+${PYSITELIB}/sympy/simplify/cse_opts.py
+${PYSITELIB}/sympy/simplify/cse_opts.pyc
+${PYSITELIB}/sympy/simplify/cse_opts.pyo
${PYSITELIB}/sympy/simplify/rewrite.py
${PYSITELIB}/sympy/simplify/rewrite.pyc
${PYSITELIB}/sympy/simplify/rewrite.pyo
-${PYSITELIB}/sympy/simplify/rootof.py
-${PYSITELIB}/sympy/simplify/rootof.pyc
-${PYSITELIB}/sympy/simplify/rootof.pyo
${PYSITELIB}/sympy/simplify/simplify.py
${PYSITELIB}/sympy/simplify/simplify.pyc
${PYSITELIB}/sympy/simplify/simplify.pyo
${PYSITELIB}/sympy/simplify/sqrtdenest.py
${PYSITELIB}/sympy/simplify/sqrtdenest.pyc
${PYSITELIB}/sympy/simplify/sqrtdenest.pyo
+${PYSITELIB}/sympy/simplify/tests/test_cse.py
+${PYSITELIB}/sympy/simplify/tests/test_cse.pyc
+${PYSITELIB}/sympy/simplify/tests/test_cse.pyo
${PYSITELIB}/sympy/simplify/tests/test_rewrite.py
${PYSITELIB}/sympy/simplify/tests/test_rewrite.pyc
${PYSITELIB}/sympy/simplify/tests/test_rewrite.pyo
-${PYSITELIB}/sympy/simplify/tests/test_rootof.py
-${PYSITELIB}/sympy/simplify/tests/test_rootof.pyc
-${PYSITELIB}/sympy/simplify/tests/test_rootof.pyo
${PYSITELIB}/sympy/simplify/tests/test_simplify.py
${PYSITELIB}/sympy/simplify/tests/test_simplify.pyc
${PYSITELIB}/sympy/simplify/tests/test_simplify.pyo
${PYSITELIB}/sympy/simplify/tests/test_sqrtdenest.py
${PYSITELIB}/sympy/simplify/tests/test_sqrtdenest.pyc
${PYSITELIB}/sympy/simplify/tests/test_sqrtdenest.pyo
+${PYSITELIB}/sympy/slow_tests/test_core.py
+${PYSITELIB}/sympy/slow_tests/test_core.pyc
+${PYSITELIB}/sympy/slow_tests/test_core.pyo
${PYSITELIB}/sympy/solvers/__init__.py
${PYSITELIB}/sympy/solvers/__init__.pyc
${PYSITELIB}/sympy/solvers/__init__.pyo
+${PYSITELIB}/sympy/solvers/pde.py
+${PYSITELIB}/sympy/solvers/pde.pyc
+${PYSITELIB}/sympy/solvers/pde.pyo
+${PYSITELIB}/sympy/solvers/polysys.py
+${PYSITELIB}/sympy/solvers/polysys.pyc
+${PYSITELIB}/sympy/solvers/polysys.pyo
${PYSITELIB}/sympy/solvers/recurr.py
${PYSITELIB}/sympy/solvers/recurr.pyc
${PYSITELIB}/sympy/solvers/recurr.pyo
${PYSITELIB}/sympy/solvers/solvers.py
${PYSITELIB}/sympy/solvers/solvers.pyc
${PYSITELIB}/sympy/solvers/solvers.pyo
+${PYSITELIB}/sympy/solvers/tests/test_numeric.py
+${PYSITELIB}/sympy/solvers/tests/test_numeric.pyc
+${PYSITELIB}/sympy/solvers/tests/test_numeric.pyo
${PYSITELIB}/sympy/solvers/tests/test_ode.py
${PYSITELIB}/sympy/solvers/tests/test_ode.pyc
${PYSITELIB}/sympy/solvers/tests/test_ode.pyo
+${PYSITELIB}/sympy/solvers/tests/test_pde.py
+${PYSITELIB}/sympy/solvers/tests/test_pde.pyc
+${PYSITELIB}/sympy/solvers/tests/test_pde.pyo
+${PYSITELIB}/sympy/solvers/tests/test_polysys.py
+${PYSITELIB}/sympy/solvers/tests/test_polysys.pyc
+${PYSITELIB}/sympy/solvers/tests/test_polysys.pyo
${PYSITELIB}/sympy/solvers/tests/test_recurr.py
${PYSITELIB}/sympy/solvers/tests/test_recurr.pyc
${PYSITELIB}/sympy/solvers/tests/test_recurr.pyo
${PYSITELIB}/sympy/solvers/tests/test_solvers.py
${PYSITELIB}/sympy/solvers/tests/test_solvers.pyc
${PYSITELIB}/sympy/solvers/tests/test_solvers.pyo
-${PYSITELIB}/sympy/specfun/__init__.py
-${PYSITELIB}/sympy/specfun/__init__.pyc
-${PYSITELIB}/sympy/specfun/__init__.pyo
-${PYSITELIB}/sympy/specfun/factorials.py
-${PYSITELIB}/sympy/specfun/factorials.pyc
-${PYSITELIB}/sympy/specfun/factorials.pyo
-${PYSITELIB}/sympy/specfun/tests/test_factorials.py
-${PYSITELIB}/sympy/specfun/tests/test_factorials.pyc
-${PYSITELIB}/sympy/specfun/tests/test_factorials.pyo
${PYSITELIB}/sympy/statistics/__init__.py
${PYSITELIB}/sympy/statistics/__init__.pyc
${PYSITELIB}/sympy/statistics/__init__.pyo
@@ -687,36 +915,18 @@ ${PYSITELIB}/sympy/statistics/distributions.pyo
${PYSITELIB}/sympy/statistics/tests/test_statistics.py
${PYSITELIB}/sympy/statistics/tests/test_statistics.pyc
${PYSITELIB}/sympy/statistics/tests/test_statistics.pyo
+${PYSITELIB}/sympy/test_external/test_codegen_c_cc.py
+${PYSITELIB}/sympy/test_external/test_codegen_c_cc.pyc
+${PYSITELIB}/sympy/test_external/test_codegen_c_cc.pyo
${PYSITELIB}/sympy/test_external/test_numpy.py
${PYSITELIB}/sympy/test_external/test_numpy.pyc
${PYSITELIB}/sympy/test_external/test_numpy.pyo
+${PYSITELIB}/sympy/test_external/test_sage.py
+${PYSITELIB}/sympy/test_external/test_sage.pyc
+${PYSITELIB}/sympy/test_external/test_sage.pyo
${PYSITELIB}/sympy/thirdparty/__init__.py
${PYSITELIB}/sympy/thirdparty/__init__.pyc
${PYSITELIB}/sympy/thirdparty/__init__.pyo
-${PYSITELIB}/sympy/thirdparty/mpmath/__init__.py
-${PYSITELIB}/sympy/thirdparty/mpmath/__init__.pyc
-${PYSITELIB}/sympy/thirdparty/mpmath/__init__.pyo
-${PYSITELIB}/sympy/thirdparty/mpmath/calculus.py
-${PYSITELIB}/sympy/thirdparty/mpmath/calculus.pyc
-${PYSITELIB}/sympy/thirdparty/mpmath/calculus.pyo
-${PYSITELIB}/sympy/thirdparty/mpmath/conftest.py
-${PYSITELIB}/sympy/thirdparty/mpmath/conftest.pyc
-${PYSITELIB}/sympy/thirdparty/mpmath/conftest.pyo
-${PYSITELIB}/sympy/thirdparty/mpmath/intervals.py
-${PYSITELIB}/sympy/thirdparty/mpmath/intervals.pyc
-${PYSITELIB}/sympy/thirdparty/mpmath/intervals.pyo
-${PYSITELIB}/sympy/thirdparty/mpmath/lib.py
-${PYSITELIB}/sympy/thirdparty/mpmath/lib.pyc
-${PYSITELIB}/sympy/thirdparty/mpmath/lib.pyo
-${PYSITELIB}/sympy/thirdparty/mpmath/libmpc.py
-${PYSITELIB}/sympy/thirdparty/mpmath/libmpc.pyc
-${PYSITELIB}/sympy/thirdparty/mpmath/libmpc.pyo
-${PYSITELIB}/sympy/thirdparty/mpmath/mptypes.py
-${PYSITELIB}/sympy/thirdparty/mpmath/mptypes.pyc
-${PYSITELIB}/sympy/thirdparty/mpmath/mptypes.pyo
-${PYSITELIB}/sympy/thirdparty/mpmath/specfun.py
-${PYSITELIB}/sympy/thirdparty/mpmath/specfun.pyc
-${PYSITELIB}/sympy/thirdparty/mpmath/specfun.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/__init__.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/__init__.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/__init__.pyo
@@ -939,6 +1149,18 @@ ${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/xlib/xlib.pyo
${PYSITELIB}/sympy/utilities/__init__.py
${PYSITELIB}/sympy/utilities/__init__.pyc
${PYSITELIB}/sympy/utilities/__init__.pyo
+${PYSITELIB}/sympy/utilities/benchmarking.py
+${PYSITELIB}/sympy/utilities/benchmarking.pyc
+${PYSITELIB}/sympy/utilities/benchmarking.pyo
+${PYSITELIB}/sympy/utilities/codegen.py
+${PYSITELIB}/sympy/utilities/codegen.pyc
+${PYSITELIB}/sympy/utilities/codegen.pyo
+${PYSITELIB}/sympy/utilities/compilef.py
+${PYSITELIB}/sympy/utilities/compilef.pyc
+${PYSITELIB}/sympy/utilities/compilef.pyo
+${PYSITELIB}/sympy/utilities/decorator.py
+${PYSITELIB}/sympy/utilities/decorator.pyc
+${PYSITELIB}/sympy/utilities/decorator.pyo
${PYSITELIB}/sympy/utilities/iterables.py
${PYSITELIB}/sympy/utilities/iterables.pyc
${PYSITELIB}/sympy/utilities/iterables.pyo
@@ -960,15 +1182,36 @@ ${PYSITELIB}/sympy/utilities/pkgdata.pyo
${PYSITELIB}/sympy/utilities/pytest.py
${PYSITELIB}/sympy/utilities/pytest.pyc
${PYSITELIB}/sympy/utilities/pytest.pyo
-${PYSITELIB}/sympy/utilities/test.py
-${PYSITELIB}/sympy/utilities/test.pyc
-${PYSITELIB}/sympy/utilities/test.pyo
+${PYSITELIB}/sympy/utilities/runtests.py
+${PYSITELIB}/sympy/utilities/runtests.pyc
+${PYSITELIB}/sympy/utilities/runtests.pyo
+${PYSITELIB}/sympy/utilities/source.py
+${PYSITELIB}/sympy/utilities/source.pyc
+${PYSITELIB}/sympy/utilities/source.pyo
${PYSITELIB}/sympy/utilities/tests/test_code_quality.py
${PYSITELIB}/sympy/utilities/tests/test_code_quality.pyc
${PYSITELIB}/sympy/utilities/tests/test_code_quality.pyo
+${PYSITELIB}/sympy/utilities/tests/test_codegen.py
+${PYSITELIB}/sympy/utilities/tests/test_codegen.pyc
+${PYSITELIB}/sympy/utilities/tests/test_codegen.pyo
+${PYSITELIB}/sympy/utilities/tests/test_decorator.py
+${PYSITELIB}/sympy/utilities/tests/test_decorator.pyc
+${PYSITELIB}/sympy/utilities/tests/test_decorator.pyo
+${PYSITELIB}/sympy/utilities/tests/test_iterables.py
+${PYSITELIB}/sympy/utilities/tests/test_iterables.pyc
+${PYSITELIB}/sympy/utilities/tests/test_iterables.pyo
${PYSITELIB}/sympy/utilities/tests/test_lambdify.py
${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyc
${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyo
+${PYSITELIB}/sympy/utilities/tests/test_pickling.py
+${PYSITELIB}/sympy/utilities/tests/test_pickling.pyc
+${PYSITELIB}/sympy/utilities/tests/test_pickling.pyo
+${PYSITELIB}/sympy/utilities/tests/test_pytest.py
+${PYSITELIB}/sympy/utilities/tests/test_pytest.pyc
+${PYSITELIB}/sympy/utilities/tests/test_pytest.pyo
+${PYSITELIB}/sympy/utilities/tests/test_source.py
+${PYSITELIB}/sympy/utilities/tests/test_source.pyc
+${PYSITELIB}/sympy/utilities/tests/test_source.pyo
${PYSITELIB}/sympy/utilities/tests/test_tests_names.py
${PYSITELIB}/sympy/utilities/tests/test_tests_names.pyc
${PYSITELIB}/sympy/utilities/tests/test_tests_names.pyo
diff --git a/math/py-sympy/distinfo b/math/py-sympy/distinfo
index 0bb24ac8423..83d197e0e83 100644
--- a/math/py-sympy/distinfo
+++ b/math/py-sympy/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/05/29 17:59:25 drochner Exp $
+$NetBSD: distinfo,v 1.3 2009/09/15 11:30:55 drochner Exp $
-SHA1 (sympy-0.5.15.tar.gz) = cd329c1899d1a0d847fefeec9b136d3ebd45000c
-RMD160 (sympy-0.5.15.tar.gz) = 030bf156aff54f6be7d566462402caff7559896c
-Size (sympy-0.5.15.tar.gz) = 1820518 bytes
-SHA1 (patch-aa) = ef0e52565a20b50f983826161979351c6d2a3377
+SHA1 (sympy-0.6.5.tar.gz) = d6669973256aec02ca465009aa58e70d0b922223
+RMD160 (sympy-0.6.5.tar.gz) = 6204ddabc7f72727d8758dac4c22c353f3b5d8f8
+Size (sympy-0.6.5.tar.gz) = 2290549 bytes
+SHA1 (patch-aa) = 10c6c92740e5f97c3033d23f1eb47c752f4c5301
diff --git a/math/py-sympy/patches/patch-aa b/math/py-sympy/patches/patch-aa
index 9edc416b4a2..80b470c448d 100644
--- a/math/py-sympy/patches/patch-aa
+++ b/math/py-sympy/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/05/05 19:10:02 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2009/09/15 11:30:55 drochner Exp $
---- setup.py.orig 2008-02-17 09:47:35.000000000 +0100
+--- setup.py.orig 2009-04-05 07:44:58.000000000 +0200
+++ setup.py
-@@ -273,10 +273,10 @@ setup(
+@@ -266,10 +266,10 @@ setup(
+ license = 'BSD',
url = 'http://code.google.com/p/sympy',
- packages = ['sympy'] + [ m[1] for m in modules ] + tests + \
- pyglet_packages,
+ packages = ['sympy'] + modules + tests + pyglet_packages,
- scripts = ['bin/isympy'],
+ scripts = ['bin/isympy' + sys.version[0:3]],
ext_modules = [],