summaryrefslogtreecommitdiff
path: root/math/py-sympy
diff options
context:
space:
mode:
authordrochner <drochner>2010-01-27 14:21:19 +0000
committerdrochner <drochner>2010-01-27 14:21:19 +0000
commit8f7dec1c17d3089da0d10dd792a3335387e097ab (patch)
tree1c1e01fcad557ff9a465ffadf231a478af33433d /math/py-sympy
parentd460d3bfd7d7dc3793c3e1b548b627fdb40699c1 (diff)
downloadpkgsrc-8f7dec1c17d3089da0d10dd792a3335387e097ab.tar.gz
update to 0.6.6
many fixes and improvements, too much to list here
Diffstat (limited to 'math/py-sympy')
-rw-r--r--math/py-sympy/Makefile6
-rw-r--r--math/py-sympy/PLIST155
-rw-r--r--math/py-sympy/distinfo10
-rw-r--r--math/py-sympy/patches/patch-aa12
4 files changed, 156 insertions, 27 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index 3bef3a8086f..9f2519bec01 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2009/09/15 11:30:55 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2010/01/27 14:21:19 drochner Exp $
#
-DISTNAME= sympy-0.6.5
-PKGNAME= ${PYPKGPREFIX}-sympy-0.6.5
+DISTNAME= sympy-0.6.6
+PKGNAME= ${PYPKGPREFIX}-sympy-0.6.6
CATEGORIES= math
MASTER_SITES= http://sympy.googlecode.com/files/
diff --git a/math/py-sympy/PLIST b/math/py-sympy/PLIST
index 87b2e2d5056..25f8d561817 100644
--- a/math/py-sympy/PLIST
+++ b/math/py-sympy/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/09/15 11:30:55 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/01/27 14:21:19 drochner Exp $
bin/isympy${PYVERSSUFFIX}
${PYSITELIB}/sympy/__init__.py
${PYSITELIB}/sympy/__init__.pyc
@@ -6,6 +6,42 @@ ${PYSITELIB}/sympy/__init__.pyo
${PYSITELIB}/sympy/abc.py
${PYSITELIB}/sympy/abc.pyc
${PYSITELIB}/sympy/abc.pyo
+${PYSITELIB}/sympy/assumptions/__init__.py
+${PYSITELIB}/sympy/assumptions/__init__.pyc
+${PYSITELIB}/sympy/assumptions/__init__.pyo
+${PYSITELIB}/sympy/assumptions/ask.py
+${PYSITELIB}/sympy/assumptions/ask.pyc
+${PYSITELIB}/sympy/assumptions/ask.pyo
+${PYSITELIB}/sympy/assumptions/assume.py
+${PYSITELIB}/sympy/assumptions/assume.pyc
+${PYSITELIB}/sympy/assumptions/assume.pyo
+${PYSITELIB}/sympy/assumptions/handlers/__init__.py
+${PYSITELIB}/sympy/assumptions/handlers/__init__.pyc
+${PYSITELIB}/sympy/assumptions/handlers/__init__.pyo
+${PYSITELIB}/sympy/assumptions/handlers/calculus.py
+${PYSITELIB}/sympy/assumptions/handlers/calculus.pyc
+${PYSITELIB}/sympy/assumptions/handlers/calculus.pyo
+${PYSITELIB}/sympy/assumptions/handlers/ntheory.py
+${PYSITELIB}/sympy/assumptions/handlers/ntheory.pyc
+${PYSITELIB}/sympy/assumptions/handlers/ntheory.pyo
+${PYSITELIB}/sympy/assumptions/handlers/order.py
+${PYSITELIB}/sympy/assumptions/handlers/order.pyc
+${PYSITELIB}/sympy/assumptions/handlers/order.pyo
+${PYSITELIB}/sympy/assumptions/handlers/sets.py
+${PYSITELIB}/sympy/assumptions/handlers/sets.pyc
+${PYSITELIB}/sympy/assumptions/handlers/sets.pyo
+${PYSITELIB}/sympy/assumptions/refine.py
+${PYSITELIB}/sympy/assumptions/refine.pyc
+${PYSITELIB}/sympy/assumptions/refine.pyo
+${PYSITELIB}/sympy/assumptions/tests/test_assumptions_2.py
+${PYSITELIB}/sympy/assumptions/tests/test_assumptions_2.pyc
+${PYSITELIB}/sympy/assumptions/tests/test_assumptions_2.pyo
+${PYSITELIB}/sympy/assumptions/tests/test_query.py
+${PYSITELIB}/sympy/assumptions/tests/test_query.pyc
+${PYSITELIB}/sympy/assumptions/tests/test_query.pyo
+${PYSITELIB}/sympy/assumptions/tests/test_refine.py
+${PYSITELIB}/sympy/assumptions/tests/test_refine.pyc
+${PYSITELIB}/sympy/assumptions/tests/test_refine.pyo
${PYSITELIB}/sympy/concrete/__init__.py
${PYSITELIB}/sympy/concrete/__init__.pyc
${PYSITELIB}/sympy/concrete/__init__.pyo
@@ -66,9 +102,6 @@ ${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/logic.py
${PYSITELIB}/sympy/core/logic.pyc
${PYSITELIB}/sympy/core/logic.pyo
@@ -90,6 +123,9 @@ ${PYSITELIB}/sympy/core/power.pyo
${PYSITELIB}/sympy/core/relational.py
${PYSITELIB}/sympy/core/relational.pyc
${PYSITELIB}/sympy/core/relational.pyo
+${PYSITELIB}/sympy/core/sets.py
+${PYSITELIB}/sympy/core/sets.pyc
+${PYSITELIB}/sympy/core/sets.pyo
${PYSITELIB}/sympy/core/symbol.py
${PYSITELIB}/sympy/core/symbol.pyc
${PYSITELIB}/sympy/core/symbol.pyo
@@ -129,6 +165,9 @@ ${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_expand.py
+${PYSITELIB}/sympy/core/tests/test_expand.pyc
+${PYSITELIB}/sympy/core/tests/test_expand.pyo
${PYSITELIB}/sympy/core/tests/test_facts.py
${PYSITELIB}/sympy/core/tests/test_facts.pyc
${PYSITELIB}/sympy/core/tests/test_facts.pyo
@@ -147,9 +186,15 @@ ${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_operations.py
+${PYSITELIB}/sympy/core/tests/test_operations.pyc
+${PYSITELIB}/sympy/core/tests/test_operations.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_sets.py
+${PYSITELIB}/sympy/core/tests/test_sets.pyc
+${PYSITELIB}/sympy/core/tests/test_sets.pyo
${PYSITELIB}/sympy/core/tests/test_subs.py
${PYSITELIB}/sympy/core/tests/test_subs.pyc
${PYSITELIB}/sympy/core/tests/test_subs.pyo
@@ -459,9 +504,6 @@ ${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
@@ -540,6 +582,9 @@ ${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/tests/torture.py
+${PYSITELIB}/sympy/mpmath/tests/torture.pyc
+${PYSITELIB}/sympy/mpmath/tests/torture.pyo
${PYSITELIB}/sympy/mpmath/usertools.py
${PYSITELIB}/sympy/mpmath/usertools.pyc
${PYSITELIB}/sympy/mpmath/usertools.pyo
@@ -723,6 +768,9 @@ ${PYSITELIB}/sympy/printing/__init__.pyo
${PYSITELIB}/sympy/printing/ccode.py
${PYSITELIB}/sympy/printing/ccode.pyc
${PYSITELIB}/sympy/printing/ccode.pyo
+${PYSITELIB}/sympy/printing/conventions.py
+${PYSITELIB}/sympy/printing/conventions.pyc
+${PYSITELIB}/sympy/printing/conventions.pyo
${PYSITELIB}/sympy/printing/gtk.py
${PYSITELIB}/sympy/printing/gtk.pyc
${PYSITELIB}/sympy/printing/gtk.pyo
@@ -774,6 +822,9 @@ ${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_conventions.py
+${PYSITELIB}/sympy/printing/tests/test_conventions.pyc
+${PYSITELIB}/sympy/printing/tests/test_conventions.pyo
${PYSITELIB}/sympy/printing/tests/test_gtk.py
${PYSITELIB}/sympy/printing/tests/test_gtk.pyc
${PYSITELIB}/sympy/printing/tests/test_gtk.pyo
@@ -876,6 +927,9 @@ ${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/ode.py
+${PYSITELIB}/sympy/solvers/ode.pyc
+${PYSITELIB}/sympy/solvers/ode.pyo
${PYSITELIB}/sympy/solvers/pde.py
${PYSITELIB}/sympy/solvers/pde.pyc
${PYSITELIB}/sympy/solvers/pde.pyo
@@ -888,6 +942,9 @@ ${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_constantsimp.py
+${PYSITELIB}/sympy/solvers/tests/test_constantsimp.pyc
+${PYSITELIB}/sympy/solvers/tests/test_constantsimp.pyo
${PYSITELIB}/sympy/solvers/tests/test_numeric.py
${PYSITELIB}/sympy/solvers/tests/test_numeric.pyc
${PYSITELIB}/sympy/solvers/tests/test_numeric.pyo
@@ -930,6 +987,18 @@ ${PYSITELIB}/sympy/thirdparty/__init__.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/__init__.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/__init__.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/__init__.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/__init__.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/__init__.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/__init__.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/carbon.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/carbon.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/carbon.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/win32.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/win32.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/win32.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/xlib.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/xlib.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/app/xlib.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/clock.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/clock.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/clock.pyo
@@ -1026,12 +1095,33 @@ ${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/gl/wglext_arb.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/gl/wglext_nv.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/gl/wglext_nv.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/gl/wglext_nv.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/__init__.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/__init__.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/__init__.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/allocation.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/allocation.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/allocation.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/vertexattribute.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/vertexattribute.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/vertexattribute.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/vertexbuffer.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/vertexbuffer.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/vertexbuffer.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/vertexdomain.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/vertexdomain.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/graphics/vertexdomain.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/__init__.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/__init__.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/__init__.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/atlas.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/atlas.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/atlas.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/__init__.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/__init__.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/__init__.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/bmp.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/bmp.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/bmp.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/dds.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/dds.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/dds.pyo
@@ -1041,6 +1131,9 @@ ${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/gdiplus.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/gdkpixbuf2.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/gdkpixbuf2.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/gdkpixbuf2.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/gif.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/gif.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/gif.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/pil.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/pil.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/pil.pyo
@@ -1056,6 +1149,9 @@ ${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/quicktime.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/s3tc.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/s3tc.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/image/codecs/s3tc.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/info.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/info.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/info.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/lib.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/lib.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/lib.pyo
@@ -1068,12 +1164,6 @@ ${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/avbin.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/__init__.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/__init__.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/__init__.pyo
-${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/alsa/__init__.py
-${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/alsa/__init__.pyc
-${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/alsa/__init__.pyo
-${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/alsa/asound.py
-${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/alsa/asound.pyc
-${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/alsa/asound.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound/__init__.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound/__init__.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound/__init__.pyo
@@ -1098,6 +1188,42 @@ ${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/procedural.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/riff.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/riff.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/media/riff.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/resource.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/resource.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/resource.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/sprite.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/sprite.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/sprite.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/__init__.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/__init__.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/__init__.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/caret.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/caret.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/caret.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/document.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/document.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/document.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/__init__.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/__init__.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/__init__.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/attributed.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/attributed.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/attributed.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/html.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/html.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/html.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/plaintext.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/plaintext.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/plaintext.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/structured.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/structured.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/formats/structured.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/layout.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/layout.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/layout.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/runlist.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/runlist.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/text/runlist.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/__init__.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/__init__.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/__init__.pyo
@@ -1146,6 +1272,9 @@ ${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/xlib/xinerama.pyo
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/xlib/xlib.py
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/xlib/xlib.pyc
${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/xlib/xlib.pyo
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/xlib/xsync.py
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/xlib/xsync.pyc
+${PYSITELIB}/sympy/thirdparty/pyglet/pyglet/window/xlib/xsync.pyo
${PYSITELIB}/sympy/utilities/__init__.py
${PYSITELIB}/sympy/utilities/__init__.pyc
${PYSITELIB}/sympy/utilities/__init__.pyo
diff --git a/math/py-sympy/distinfo b/math/py-sympy/distinfo
index 83d197e0e83..8983f18e408 100644
--- a/math/py-sympy/distinfo
+++ b/math/py-sympy/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/09/15 11:30:55 drochner Exp $
+$NetBSD: distinfo,v 1.4 2010/01/27 14:21:19 drochner Exp $
-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
+SHA1 (sympy-0.6.6.tar.gz) = aad5f919552a4e3710baee83ef0b2573d1950881
+RMD160 (sympy-0.6.6.tar.gz) = 663671a544d47ff25df407a6168affe7b7b89767
+Size (sympy-0.6.6.tar.gz) = 2540321 bytes
+SHA1 (patch-aa) = 2c1d2bf33846c6be436ebbf5b668c7b5e96f007d
diff --git a/math/py-sympy/patches/patch-aa b/math/py-sympy/patches/patch-aa
index 80b470c448d..59e0e4bc341 100644
--- a/math/py-sympy/patches/patch-aa
+++ b/math/py-sympy/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.2 2009/09/15 11:30:55 drochner Exp $
+$NetBSD: patch-aa,v 1.3 2010/01/27 14:21:19 drochner Exp $
---- setup.py.orig 2009-04-05 07:44:58.000000000 +0200
+--- setup.py.orig 2009-12-20 12:29:20.000000000 +0000
+++ setup.py
-@@ -266,10 +266,10 @@ setup(
+@@ -216,10 +216,10 @@ setup(
license = 'BSD',
url = 'http://code.google.com/p/sympy',
packages = ['sympy'] + modules + tests + pyglet_packages,
-- scripts = ['bin/isympy'],
+- scripts = ['bin/isympy', 'bin/test', 'bin/doctest'],
+ scripts = ['bin/isympy' + sys.version[0:3]],
ext_modules = [],
package_data = { 'sympy.utilities.mathml' : ['data/*.xsl'] },
- data_files = [('share/man/man1', ['doc/man/isympy.1'])],
+ data_files = [('man/man1', ['doc/man/isympy' + sys.version[0:3] + '.1'])],
cmdclass = {'test': test_sympy,
- 'test_core' : test_sympy_core,
- 'test_doc' : test_sympy_doc,
+ 'bench': run_benchmarks,
+ 'clean': clean,