aboutsummaryrefslogtreecommitdiff
path: root/math/py-sympy
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-08-08 02:42:22 +0000
committerWen Heping <wen@FreeBSD.org>2011-08-08 02:42:22 +0000
commit2c4c62af8ee67f1c10db861b2cdb57920cadd7d7 (patch)
tree02d7fe8c24ee6d7446f5b69238b77ef866d807ca /math/py-sympy
parent18fa0b9e3aac478e79bc1ac4d15d191e08c43954 (diff)
downloadports-2c4c62af8ee67f1c10db861b2cdb57920cadd7d7.tar.gz
ports-2c4c62af8ee67f1c10db861b2cdb57920cadd7d7.zip
- Update to 0.7.1
- Require python version >= 2.5 - Add graphics/py-pyglet dependency, since there is no more bundled pyglet PR: ports/159581 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes: svn path=/head/; revision=279171
Diffstat (limited to 'math/py-sympy')
-rw-r--r--math/py-sympy/Makefile12
-rw-r--r--math/py-sympy/distinfo4
-rw-r--r--math/py-sympy/pkg-plist354
3 files changed, 46 insertions, 324 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index f0edc123db6a..31ff23918175 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sympy
-PORTVERSION= 0.7.0
+PORTVERSION= 0.7.1
CATEGORIES= math python
MASTER_SITES= GOOGLE_CODE \
CHEESESHOP
@@ -18,11 +18,19 @@ COMMENT= A Python Library For Symbolic Mathematics
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_PYTHON= yes
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
MAN1= isympy.1
+OPTIONS= PYGLET "Enable plotting support" Off
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_PYGLET)
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s#share/man/man1#man/man1#" ${WRKSRC}/setup.py
diff --git a/math/py-sympy/distinfo b/math/py-sympy/distinfo
index d47b1bc63784..2f05cab02cb8 100644
--- a/math/py-sympy/distinfo
+++ b/math/py-sympy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sympy-0.7.0.tar.gz) = d204407cfdbeeed476243625d836fe751bf134ca97820b70cd9972ad7589a63e
-SIZE (sympy-0.7.0.tar.gz) = 4126131
+SHA256 (sympy-0.7.1.tar.gz) = b4ad418d4301a8a26999f91eb816a0136ffae92007f6deb14eb329b6fbd7350b
+SIZE (sympy-0.7.1.tar.gz) = 3573079
diff --git a/math/py-sympy/pkg-plist b/math/py-sympy/pkg-plist
index 7b60822fdadd..67093a52bdd9 100644
--- a/math/py-sympy/pkg-plist
+++ b/math/py-sympy/pkg-plist
@@ -335,6 +335,9 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/functions/special/gamma_functions.py
%%PYTHON_SITELIBDIR%%/sympy/functions/special/gamma_functions.pyc
%%PYTHON_SITELIBDIR%%/sympy/functions/special/gamma_functions.pyo
+%%PYTHON_SITELIBDIR%%/sympy/functions/special/hyper.py
+%%PYTHON_SITELIBDIR%%/sympy/functions/special/hyper.pyc
+%%PYTHON_SITELIBDIR%%/sympy/functions/special/hyper.pyo
%%PYTHON_SITELIBDIR%%/sympy/functions/special/polynomials.py
%%PYTHON_SITELIBDIR%%/sympy/functions/special/polynomials.pyc
%%PYTHON_SITELIBDIR%%/sympy/functions/special/polynomials.pyo
@@ -359,6 +362,9 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/functions/special/tests/test_gamma_functions.py
%%PYTHON_SITELIBDIR%%/sympy/functions/special/tests/test_gamma_functions.pyc
%%PYTHON_SITELIBDIR%%/sympy/functions/special/tests/test_gamma_functions.pyo
+%%PYTHON_SITELIBDIR%%/sympy/functions/special/tests/test_hyper.py
+%%PYTHON_SITELIBDIR%%/sympy/functions/special/tests/test_hyper.pyc
+%%PYTHON_SITELIBDIR%%/sympy/functions/special/tests/test_hyper.pyo
%%PYTHON_SITELIBDIR%%/sympy/functions/special/tests/test_spec_polynomials.py
%%PYTHON_SITELIBDIR%%/sympy/functions/special/tests/test_spec_polynomials.pyc
%%PYTHON_SITELIBDIR%%/sympy/functions/special/tests/test_spec_polynomials.pyo
@@ -422,6 +428,9 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/integrals/deltafunctions.py
%%PYTHON_SITELIBDIR%%/sympy/integrals/deltafunctions.pyc
%%PYTHON_SITELIBDIR%%/sympy/integrals/deltafunctions.pyo
+%%PYTHON_SITELIBDIR%%/sympy/integrals/heurisch2.py
+%%PYTHON_SITELIBDIR%%/sympy/integrals/heurisch2.pyc
+%%PYTHON_SITELIBDIR%%/sympy/integrals/heurisch2.pyo
%%PYTHON_SITELIBDIR%%/sympy/integrals/integrals.py
%%PYTHON_SITELIBDIR%%/sympy/integrals/integrals.pyc
%%PYTHON_SITELIBDIR%%/sympy/integrals/integrals.pyo
@@ -599,6 +608,10 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/backend.py
%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/backend.pyc
%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/backend.pyo
+%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/exec_py2.py
+%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/exec_py2.pyc
+%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/exec_py2.pyo
+%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/exec_py3.py
%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/gammazeta.py
%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/gammazeta.pyc
%%PYTHON_SITELIBDIR%%/sympy/mpmath/libmp/gammazeta.pyo
@@ -645,8 +658,6 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/extratest_bessel.pyc
%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/extratest_bessel.pyo
%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/extratest_gamma.py
-%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/extratest_gamma.pyc
-%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/extratest_gamma.pyo
%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/extratest_zeta.py
%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/extratest_zeta.pyc
%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/extratest_zeta.pyo
@@ -738,8 +749,6 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/test_visualization.pyc
%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/test_visualization.pyo
%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/torture.py
-%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/torture.pyc
-%%PYTHON_SITELIBDIR%%/sympy/mpmath/tests/torture.pyo
%%PYTHON_SITELIBDIR%%/sympy/mpmath/usertools.py
%%PYTHON_SITELIBDIR%%/sympy/mpmath/usertools.pyc
%%PYTHON_SITELIBDIR%%/sympy/mpmath/usertools.pyo
@@ -782,9 +791,9 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/parsing/ast_parser.py
%%PYTHON_SITELIBDIR%%/sympy/parsing/ast_parser.pyc
%%PYTHON_SITELIBDIR%%/sympy/parsing/ast_parser.pyo
-%%PYTHON_SITELIBDIR%%/sympy/parsing/ast_parser_python24.py
-%%PYTHON_SITELIBDIR%%/sympy/parsing/ast_parser_python24.pyc
-%%PYTHON_SITELIBDIR%%/sympy/parsing/ast_parser_python24.pyo
+%%PYTHON_SITELIBDIR%%/sympy/parsing/ast_parser_python25.py
+%%PYTHON_SITELIBDIR%%/sympy/parsing/ast_parser_python25.pyc
+%%PYTHON_SITELIBDIR%%/sympy/parsing/ast_parser_python25.pyo
%%PYTHON_SITELIBDIR%%/sympy/parsing/mathematica.py
%%PYTHON_SITELIBDIR%%/sympy/parsing/mathematica.pyc
%%PYTHON_SITELIBDIR%%/sympy/parsing/mathematica.pyo
@@ -827,6 +836,9 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/cartesian.py
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/cartesian.pyc
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/cartesian.pyo
+%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/cg.py
+%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/cg.pyc
+%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/cg.pyo
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/circuitplot.py
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/circuitplot.pyc
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/circuitplot.pyo
@@ -899,6 +911,9 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/tests/test_cartesian.py
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/tests/test_cartesian.pyc
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/tests/test_cartesian.pyo
+%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/tests/test_cg.py
+%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/tests/test_cg.pyc
+%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/tests/test_cg.pyo
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/tests/test_commutator.py
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/tests/test_commutator.pyc
%%PYTHON_SITELIBDIR%%/sympy/physics/quantum/tests/test_commutator.pyo
@@ -1472,6 +1487,12 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/simplify/epathtools.py
%%PYTHON_SITELIBDIR%%/sympy/simplify/epathtools.pyc
%%PYTHON_SITELIBDIR%%/sympy/simplify/epathtools.pyo
+%%PYTHON_SITELIBDIR%%/sympy/simplify/hyperexpand.py
+%%PYTHON_SITELIBDIR%%/sympy/simplify/hyperexpand.pyc
+%%PYTHON_SITELIBDIR%%/sympy/simplify/hyperexpand.pyo
+%%PYTHON_SITELIBDIR%%/sympy/simplify/hyperexpand_doc.py
+%%PYTHON_SITELIBDIR%%/sympy/simplify/hyperexpand_doc.pyc
+%%PYTHON_SITELIBDIR%%/sympy/simplify/hyperexpand_doc.pyo
%%PYTHON_SITELIBDIR%%/sympy/simplify/simplify.py
%%PYTHON_SITELIBDIR%%/sympy/simplify/simplify.pyc
%%PYTHON_SITELIBDIR%%/sympy/simplify/simplify.pyo
@@ -1484,6 +1505,9 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/simplify/tests/test_epathtools.py
%%PYTHON_SITELIBDIR%%/sympy/simplify/tests/test_epathtools.pyc
%%PYTHON_SITELIBDIR%%/sympy/simplify/tests/test_epathtools.pyo
+%%PYTHON_SITELIBDIR%%/sympy/simplify/tests/test_hyperexpand.py
+%%PYTHON_SITELIBDIR%%/sympy/simplify/tests/test_hyperexpand.pyc
+%%PYTHON_SITELIBDIR%%/sympy/simplify/tests/test_hyperexpand.pyo
%%PYTHON_SITELIBDIR%%/sympy/simplify/tests/test_rewrite.py
%%PYTHON_SITELIBDIR%%/sympy/simplify/tests/test_rewrite.pyc
%%PYTHON_SITELIBDIR%%/sympy/simplify/tests/test_rewrite.pyo
@@ -1571,300 +1595,6 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/tensor/tests/test_indexed.py
%%PYTHON_SITELIBDIR%%/sympy/tensor/tests/test_indexed.pyc
%%PYTHON_SITELIBDIR%%/sympy/tensor/tests/test_indexed.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/carbon.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/carbon.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/carbon.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/win32.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/win32.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/win32.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/xlib.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/xlib.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app/xlib.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/clock.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/clock.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/clock.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/com.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/com.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/com.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/event.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/event.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/event.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/base.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/base.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/base.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/carbon.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/carbon.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/carbon.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/freetype.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/freetype.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/freetype.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/freetype_lib.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/freetype_lib.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/freetype_lib.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/ttf.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/ttf.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/ttf.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/win32.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/win32.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font/win32.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/agl.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/agl.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/agl.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/gl.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/gl.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/gl.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/gl_info.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/gl_info.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/gl_info.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glext_arb.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glext_arb.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glext_arb.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glext_missing.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glext_missing.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glext_missing.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glext_nv.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glext_nv.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glext_nv.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glu.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glu.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glu.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glu_info.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glu_info.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glu_info.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glx.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glx.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glx.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glx_info.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glx_info.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glx_info.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glxext_arb.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glxext_arb.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glxext_arb.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glxext_mesa.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glxext_mesa.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glxext_mesa.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glxext_nv.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glxext_nv.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/glxext_nv.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib_agl.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib_agl.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib_agl.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib_glx.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib_glx.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib_glx.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib_wgl.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib_wgl.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/lib_wgl.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wgl.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wgl.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wgl.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wgl_info.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wgl_info.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wgl_info.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wglext_arb.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wglext_arb.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wglext_arb.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wglext_nv.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wglext_nv.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl/wglext_nv.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/allocation.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/allocation.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/allocation.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/vertexattribute.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/vertexattribute.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/vertexattribute.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/vertexbuffer.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/vertexbuffer.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/vertexbuffer.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/vertexdomain.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/vertexdomain.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics/vertexdomain.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/atlas.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/atlas.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/atlas.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/bmp.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/bmp.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/bmp.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/dds.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/dds.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/dds.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/gdiplus.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/gdiplus.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/gdiplus.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/gdkpixbuf2.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/gdkpixbuf2.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/gdkpixbuf2.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/gif.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/gif.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/gif.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/pil.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/pil.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/pil.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/png.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/png.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/png.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/pypng.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/pypng.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/pypng.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/quicktime.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/quicktime.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/quicktime.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/s3tc.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/s3tc.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs/s3tc.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/info.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/info.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/info.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/lib.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/lib.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/lib.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/avbin.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/avbin.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/avbin.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound/lib_dsound.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound/lib_dsound.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound/lib_dsound.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal/lib_alc.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal/lib_alc.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal/lib_alc.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal/lib_openal.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal/lib_openal.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal/lib_openal.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/silent.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/silent.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/silent.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/procedural.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/procedural.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/procedural.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/riff.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/riff.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/riff.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/resource.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/resource.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/resource.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/sprite.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/sprite.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/sprite.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/caret.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/caret.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/caret.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/document.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/document.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/document.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/attributed.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/attributed.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/attributed.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/html.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/html.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/html.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/plaintext.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/plaintext.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/plaintext.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/structured.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/structured.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats/structured.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/layout.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/layout.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/layout.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/runlist.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/runlist.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/runlist.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/constants.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/constants.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/constants.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/quartzkey.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/quartzkey.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/quartzkey.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/types.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/types.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon/types.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/event.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/event.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/event.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/key.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/key.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/key.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/mouse.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/mouse.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/mouse.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/constants.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/constants.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/constants.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/types.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/types.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/types.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/winkey.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/winkey.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32/winkey.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/__init__.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/__init__.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/__init__.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/cursorfont.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/cursorfont.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/cursorfont.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/xinerama.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/xinerama.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/xinerama.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/xlib.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/xlib.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/xlib.pyo
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/xsync.py
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/xsync.pyc
-%%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib/xsync.pyo
%%PYTHON_SITELIBDIR%%/sympy/utilities/__init__.py
%%PYTHON_SITELIBDIR%%/sympy/utilities/__init__.pyc
%%PYTHON_SITELIBDIR%%/sympy/utilities/__init__.pyo
@@ -1910,6 +1640,9 @@ bin/isympy
%%PYTHON_SITELIBDIR%%/sympy/utilities/pytest.py
%%PYTHON_SITELIBDIR%%/sympy/utilities/pytest.pyc
%%PYTHON_SITELIBDIR%%/sympy/utilities/pytest.pyo
+%%PYTHON_SITELIBDIR%%/sympy/utilities/randtest.py
+%%PYTHON_SITELIBDIR%%/sympy/utilities/randtest.pyc
+%%PYTHON_SITELIBDIR%%/sympy/utilities/randtest.pyo
%%PYTHON_SITELIBDIR%%/sympy/utilities/runtests.py
%%PYTHON_SITELIBDIR%%/sympy/utilities/runtests.pyc
%%PYTHON_SITELIBDIR%%/sympy/utilities/runtests.pyo
@@ -1950,25 +1683,6 @@ bin/isympy
@dirrm %%PYTHON_SITELIBDIR%%/sympy/utilities/mathml/data
@dirrm %%PYTHON_SITELIBDIR%%/sympy/utilities/mathml
@dirrm %%PYTHON_SITELIBDIR%%/sympy/utilities
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/xlib
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/win32
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window/carbon
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/window
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text/formats
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/text
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/openal
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers/directsound
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media/drivers
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/media
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image/codecs
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/image
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/graphics
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/gl
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/font
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet/app
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet/pyglet
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty/pyglet
-@dirrm %%PYTHON_SITELIBDIR%%/sympy/thirdparty
@dirrm %%PYTHON_SITELIBDIR%%/sympy/tensor/tests
@dirrm %%PYTHON_SITELIBDIR%%/sympy/tensor
@dirrm %%PYTHON_SITELIBDIR%%/sympy/statistics/tests