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.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ae3e9734697
branches:  trunk
changeset: 570249:2ae3e9734697
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jan 27 14:21:19 2010 +0000

description:
update to 0.6.6
many fixes and improvements, too much to list here

diffstat:

 math/py-sympy/Makefile         |    6 +-
 math/py-sympy/PLIST            |  155 +++++++++++++++++++++++++++++++++++++---
 math/py-sympy/distinfo         |   10 +-
 math/py-sympy/patches/patch-aa |   12 +-
 4 files changed, 156 insertions(+), 27 deletions(-)

diffs (truncated from 354 to 300 lines):

diff -r 9ff5255cc412 -r 2ae3e9734697 math/py-sympy/Makefile
--- a/math/py-sympy/Makefile    Wed Jan 27 14:17:33 2010 +0000
+++ b/math/py-sympy/Makefile    Wed Jan 27 14:21:19 2010 +0000
@@ -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 -r 9ff5255cc412 -r 2ae3e9734697 math/py-sympy/PLIST
--- a/math/py-sympy/PLIST       Wed Jan 27 14:17:33 2010 +0000
+++ b/math/py-sympy/PLIST       Wed Jan 27 14:21:19 2010 +0000
@@ -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/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/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/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_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_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/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_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/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/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/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/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/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_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/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/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/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/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



Home | Main Index | Thread Index | Old Index