diff options
-rw-r--r-- | math/py-sympy/DESCR | 5 | ||||
-rw-r--r-- | math/py-sympy/Makefile | 10 | ||||
-rw-r--r-- | math/py-sympy/PLIST | 620 | ||||
-rw-r--r-- | math/py-sympy/distinfo | 10 |
4 files changed, 286 insertions, 359 deletions
diff --git a/math/py-sympy/DESCR b/math/py-sympy/DESCR index 0dd440f27e7..a1519490081 100644 --- a/math/py-sympy/DESCR +++ b/math/py-sympy/DESCR @@ -1 +1,4 @@ -A Python library for symbolic mathematics. +SymPy is a Python library for symbolic mathematics. +It aims to become a full-featured computer algebra system (CAS) while +keeping the code as simple as possible in order to be comprehensible +and easily extensible. SymPy is written entirely in Python. diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index 5d92fbf86c6..7559a9de3fb 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.15 2015/11/01 09:54:11 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/08/16 04:08:31 maya Exp $ -DISTNAME= sympy-0.7.6.1 +DISTNAME= sympy-1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=sympy/} -GITHUB_PROJECT= sympy GITHUB_RELEASE= ${DISTNAME} +GITHUB_PROJECT= sympy MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.sympy.org/ COMMENT= Python library for symbolic mathematics LICENSE= modified-bsd +DEPENDS+= ${PYPKGPREFIX}-mpmath>=0.19:../../math/py-mpmath + USE_LANGUAGES= # none -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -REPLACE_PYTHON+= sympy/mpmath/tests/runtests.py REPLACE_PYTHON+= sympy/utilities/tests/diagnose_imports.py SUBST_CLASSES+= manpath diff --git a/math/py-sympy/PLIST b/math/py-sympy/PLIST index cb0ad43cb96..1138159a791 100644 --- a/math/py-sympy/PLIST +++ b/math/py-sympy/PLIST @@ -1,6 +1,10 @@ -@comment $NetBSD: PLIST,v 1.10 2015/11/01 09:54:11 wiz Exp $ -bin/isympy${PYVERSSUFFIX} -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.11 2016/08/16 04:08:31 maya Exp $ +bin/isympy2.7 +${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PYSITELIB}/${EGG_FILE}/requires.txt +${PYSITELIB}/${EGG_FILE}/top_level.txt ${PYSITELIB}/sympy/__init__.py ${PYSITELIB}/sympy/__init__.pyc ${PYSITELIB}/sympy/__init__.pyo @@ -43,6 +47,12 @@ ${PYSITELIB}/sympy/assumptions/handlers/sets.pyo ${PYSITELIB}/sympy/assumptions/refine.py ${PYSITELIB}/sympy/assumptions/refine.pyc ${PYSITELIB}/sympy/assumptions/refine.pyo +${PYSITELIB}/sympy/assumptions/satask.py +${PYSITELIB}/sympy/assumptions/satask.pyc +${PYSITELIB}/sympy/assumptions/satask.pyo +${PYSITELIB}/sympy/assumptions/sathandlers.py +${PYSITELIB}/sympy/assumptions/sathandlers.pyc +${PYSITELIB}/sympy/assumptions/sathandlers.pyo ${PYSITELIB}/sympy/assumptions/tests/__init__.py ${PYSITELIB}/sympy/assumptions/tests/__init__.pyc ${PYSITELIB}/sympy/assumptions/tests/__init__.pyo @@ -61,6 +71,12 @@ ${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/assumptions/tests/test_satask.py +${PYSITELIB}/sympy/assumptions/tests/test_satask.pyc +${PYSITELIB}/sympy/assumptions/tests/test_satask.pyo +${PYSITELIB}/sympy/assumptions/tests/test_sathandlers.py +${PYSITELIB}/sympy/assumptions/tests/test_sathandlers.pyc +${PYSITELIB}/sympy/assumptions/tests/test_sathandlers.pyo ${PYSITELIB}/sympy/benchmarks/__init__.py ${PYSITELIB}/sympy/benchmarks/__init__.pyc ${PYSITELIB}/sympy/benchmarks/__init__.pyo @@ -94,6 +110,12 @@ ${PYSITELIB}/sympy/calculus/tests/test_finite_diff.pyo ${PYSITELIB}/sympy/calculus/tests/test_singularities.py ${PYSITELIB}/sympy/calculus/tests/test_singularities.pyc ${PYSITELIB}/sympy/calculus/tests/test_singularities.pyo +${PYSITELIB}/sympy/calculus/tests/test_util.py +${PYSITELIB}/sympy/calculus/tests/test_util.pyc +${PYSITELIB}/sympy/calculus/tests/test_util.pyo +${PYSITELIB}/sympy/calculus/util.py +${PYSITELIB}/sympy/calculus/util.pyc +${PYSITELIB}/sympy/calculus/util.pyo ${PYSITELIB}/sympy/categories/__init__.py ${PYSITELIB}/sympy/categories/__init__.pyc ${PYSITELIB}/sympy/categories/__init__.pyo @@ -211,6 +233,9 @@ ${PYSITELIB}/sympy/concrete/expr_with_limits.pyo ${PYSITELIB}/sympy/concrete/gosper.py ${PYSITELIB}/sympy/concrete/gosper.pyc ${PYSITELIB}/sympy/concrete/gosper.pyo +${PYSITELIB}/sympy/concrete/guess.py +${PYSITELIB}/sympy/concrete/guess.pyc +${PYSITELIB}/sympy/concrete/guess.pyo ${PYSITELIB}/sympy/concrete/products.py ${PYSITELIB}/sympy/concrete/products.pyc ${PYSITELIB}/sympy/concrete/products.pyo @@ -226,6 +251,9 @@ ${PYSITELIB}/sympy/concrete/tests/test_delta.pyo ${PYSITELIB}/sympy/concrete/tests/test_gosper.py ${PYSITELIB}/sympy/concrete/tests/test_gosper.pyc ${PYSITELIB}/sympy/concrete/tests/test_gosper.pyo +${PYSITELIB}/sympy/concrete/tests/test_guess.py +${PYSITELIB}/sympy/concrete/tests/test_guess.pyc +${PYSITELIB}/sympy/concrete/tests/test_guess.pyo ${PYSITELIB}/sympy/concrete/tests/test_products.py ${PYSITELIB}/sympy/concrete/tests/test_products.pyc ${PYSITELIB}/sympy/concrete/tests/test_products.pyo @@ -466,6 +494,18 @@ ${PYSITELIB}/sympy/crypto/tests/__init__.pyo ${PYSITELIB}/sympy/crypto/tests/test_crypto.py ${PYSITELIB}/sympy/crypto/tests/test_crypto.pyc ${PYSITELIB}/sympy/crypto/tests/test_crypto.pyo +${PYSITELIB}/sympy/deprecated/__init__.py +${PYSITELIB}/sympy/deprecated/__init__.pyc +${PYSITELIB}/sympy/deprecated/__init__.pyo +${PYSITELIB}/sympy/deprecated/class_registry.py +${PYSITELIB}/sympy/deprecated/class_registry.pyc +${PYSITELIB}/sympy/deprecated/class_registry.pyo +${PYSITELIB}/sympy/deprecated/tests/__init__.py +${PYSITELIB}/sympy/deprecated/tests/__init__.pyc +${PYSITELIB}/sympy/deprecated/tests/__init__.pyo +${PYSITELIB}/sympy/deprecated/tests/test_class_registry.py +${PYSITELIB}/sympy/deprecated/tests/test_class_registry.pyc +${PYSITELIB}/sympy/deprecated/tests/test_class_registry.pyo ${PYSITELIB}/sympy/diffgeom/__init__.py ${PYSITELIB}/sympy/diffgeom/__init__.pyc ${PYSITELIB}/sympy/diffgeom/__init__.pyo @@ -628,6 +668,9 @@ ${PYSITELIB}/sympy/functions/special/gamma_functions.pyo ${PYSITELIB}/sympy/functions/special/hyper.py ${PYSITELIB}/sympy/functions/special/hyper.pyc ${PYSITELIB}/sympy/functions/special/hyper.pyo +${PYSITELIB}/sympy/functions/special/mathieu_functions.py +${PYSITELIB}/sympy/functions/special/mathieu_functions.pyc +${PYSITELIB}/sympy/functions/special/mathieu_functions.pyo ${PYSITELIB}/sympy/functions/special/polynomials.py ${PYSITELIB}/sympy/functions/special/polynomials.pyc ${PYSITELIB}/sympy/functions/special/polynomials.pyo @@ -664,6 +707,9 @@ ${PYSITELIB}/sympy/functions/special/tests/test_gamma_functions.pyo ${PYSITELIB}/sympy/functions/special/tests/test_hyper.py ${PYSITELIB}/sympy/functions/special/tests/test_hyper.pyc ${PYSITELIB}/sympy/functions/special/tests/test_hyper.pyo +${PYSITELIB}/sympy/functions/special/tests/test_mathieu.py +${PYSITELIB}/sympy/functions/special/tests/test_mathieu.pyc +${PYSITELIB}/sympy/functions/special/tests/test_mathieu.pyo ${PYSITELIB}/sympy/functions/special/tests/test_spec_polynomials.py ${PYSITELIB}/sympy/functions/special/tests/test_spec_polynomials.pyc ${PYSITELIB}/sympy/functions/special/tests/test_spec_polynomials.pyo @@ -679,39 +725,9 @@ ${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/__init__.py -${PYSITELIB}/sympy/galgebra/__init__.pyc -${PYSITELIB}/sympy/galgebra/__init__.pyo -${PYSITELIB}/sympy/galgebra/debug.py -${PYSITELIB}/sympy/galgebra/debug.pyc -${PYSITELIB}/sympy/galgebra/debug.pyo -${PYSITELIB}/sympy/galgebra/ga.py -${PYSITELIB}/sympy/galgebra/ga.pyc -${PYSITELIB}/sympy/galgebra/ga.pyo -${PYSITELIB}/sympy/galgebra/manifold.py -${PYSITELIB}/sympy/galgebra/manifold.pyc -${PYSITELIB}/sympy/galgebra/manifold.pyo -${PYSITELIB}/sympy/galgebra/ncutil.py -${PYSITELIB}/sympy/galgebra/ncutil.pyc -${PYSITELIB}/sympy/galgebra/ncutil.pyo -${PYSITELIB}/sympy/galgebra/precedence.py -${PYSITELIB}/sympy/galgebra/precedence.pyc -${PYSITELIB}/sympy/galgebra/precedence.pyo -${PYSITELIB}/sympy/galgebra/printing.py -${PYSITELIB}/sympy/galgebra/printing.pyc -${PYSITELIB}/sympy/galgebra/printing.pyo -${PYSITELIB}/sympy/galgebra/stringarrays.py -${PYSITELIB}/sympy/galgebra/stringarrays.pyc -${PYSITELIB}/sympy/galgebra/stringarrays.pyo -${PYSITELIB}/sympy/galgebra/tests/__init__.py -${PYSITELIB}/sympy/galgebra/tests/__init__.pyc -${PYSITELIB}/sympy/galgebra/tests/__init__.pyo -${PYSITELIB}/sympy/galgebra/tests/test_ga.py -${PYSITELIB}/sympy/galgebra/tests/test_ga.pyc -${PYSITELIB}/sympy/galgebra/tests/test_ga.pyo -${PYSITELIB}/sympy/galgebra/vector.py -${PYSITELIB}/sympy/galgebra/vector.pyc -${PYSITELIB}/sympy/galgebra/vector.pyo +${PYSITELIB}/sympy/galgebra.py +${PYSITELIB}/sympy/galgebra.pyc +${PYSITELIB}/sympy/galgebra.pyo ${PYSITELIB}/sympy/geometry/__init__.py ${PYSITELIB}/sympy/geometry/__init__.pyc ${PYSITELIB}/sympy/geometry/__init__.pyo @@ -739,18 +755,39 @@ ${PYSITELIB}/sympy/geometry/plane.pyo ${PYSITELIB}/sympy/geometry/point.py ${PYSITELIB}/sympy/geometry/point.pyc ${PYSITELIB}/sympy/geometry/point.pyo -${PYSITELIB}/sympy/geometry/point3d.py -${PYSITELIB}/sympy/geometry/point3d.pyc -${PYSITELIB}/sympy/geometry/point3d.pyo ${PYSITELIB}/sympy/geometry/polygon.py ${PYSITELIB}/sympy/geometry/polygon.pyc ${PYSITELIB}/sympy/geometry/polygon.pyo ${PYSITELIB}/sympy/geometry/tests/__init__.py ${PYSITELIB}/sympy/geometry/tests/__init__.pyc ${PYSITELIB}/sympy/geometry/tests/__init__.pyo -${PYSITELIB}/sympy/geometry/tests/test_geometry.py -${PYSITELIB}/sympy/geometry/tests/test_geometry.pyc -${PYSITELIB}/sympy/geometry/tests/test_geometry.pyo +${PYSITELIB}/sympy/geometry/tests/test_curve.py +${PYSITELIB}/sympy/geometry/tests/test_curve.pyc +${PYSITELIB}/sympy/geometry/tests/test_curve.pyo +${PYSITELIB}/sympy/geometry/tests/test_ellipse.py +${PYSITELIB}/sympy/geometry/tests/test_ellipse.pyc +${PYSITELIB}/sympy/geometry/tests/test_ellipse.pyo +${PYSITELIB}/sympy/geometry/tests/test_entity.py +${PYSITELIB}/sympy/geometry/tests/test_entity.pyc +${PYSITELIB}/sympy/geometry/tests/test_entity.pyo +${PYSITELIB}/sympy/geometry/tests/test_geometrysets.py +${PYSITELIB}/sympy/geometry/tests/test_geometrysets.pyc +${PYSITELIB}/sympy/geometry/tests/test_geometrysets.pyo +${PYSITELIB}/sympy/geometry/tests/test_line.py +${PYSITELIB}/sympy/geometry/tests/test_line.pyc +${PYSITELIB}/sympy/geometry/tests/test_line.pyo +${PYSITELIB}/sympy/geometry/tests/test_plane.py +${PYSITELIB}/sympy/geometry/tests/test_plane.pyc +${PYSITELIB}/sympy/geometry/tests/test_plane.pyo +${PYSITELIB}/sympy/geometry/tests/test_point.py +${PYSITELIB}/sympy/geometry/tests/test_point.pyc +${PYSITELIB}/sympy/geometry/tests/test_point.pyo +${PYSITELIB}/sympy/geometry/tests/test_polygon.py +${PYSITELIB}/sympy/geometry/tests/test_polygon.pyc +${PYSITELIB}/sympy/geometry/tests/test_polygon.pyo +${PYSITELIB}/sympy/geometry/tests/test_util.py +${PYSITELIB}/sympy/geometry/tests/test_util.pyc +${PYSITELIB}/sympy/geometry/tests/test_util.pyo ${PYSITELIB}/sympy/geometry/util.py ${PYSITELIB}/sympy/geometry/util.pyc ${PYSITELIB}/sympy/geometry/util.pyo @@ -964,41 +1001,6 @@ ${PYSITELIB}/sympy/logic/algorithms/dpll.pyo ${PYSITELIB}/sympy/logic/algorithms/dpll2.py ${PYSITELIB}/sympy/logic/algorithms/dpll2.pyc ${PYSITELIB}/sympy/logic/algorithms/dpll2.pyo -${PYSITELIB}/sympy/logic/benchmarks/__init__.py -${PYSITELIB}/sympy/logic/benchmarks/__init__.pyc -${PYSITELIB}/sympy/logic/benchmarks/__init__.pyo -${PYSITELIB}/sympy/logic/benchmarks/input/10.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/100.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/105.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/110.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/115.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/120.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/125.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/130.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/135.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/140.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/145.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/15.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/150.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/20.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/25.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/30.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/35.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/40.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/45.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/50.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/55.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/60.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/65.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/70.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/75.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/80.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/85.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/90.cnf -${PYSITELIB}/sympy/logic/benchmarks/input/95.cnf -${PYSITELIB}/sympy/logic/benchmarks/run-solvers.py -${PYSITELIB}/sympy/logic/benchmarks/run-solvers.pyc -${PYSITELIB}/sympy/logic/benchmarks/run-solvers.pyo ${PYSITELIB}/sympy/logic/boolalg.py ${PYSITELIB}/sympy/logic/boolalg.pyc ${PYSITELIB}/sympy/logic/boolalg.pyo @@ -1059,6 +1061,9 @@ ${PYSITELIB}/sympy/matrices/expressions/determinant.pyo ${PYSITELIB}/sympy/matrices/expressions/diagonal.py ${PYSITELIB}/sympy/matrices/expressions/diagonal.pyc ${PYSITELIB}/sympy/matrices/expressions/diagonal.pyo +${PYSITELIB}/sympy/matrices/expressions/dotproduct.py +${PYSITELIB}/sympy/matrices/expressions/dotproduct.pyc +${PYSITELIB}/sympy/matrices/expressions/dotproduct.pyo ${PYSITELIB}/sympy/matrices/expressions/factorizations.py ${PYSITELIB}/sympy/matrices/expressions/factorizations.pyc ${PYSITELIB}/sympy/matrices/expressions/factorizations.pyo @@ -1104,6 +1109,9 @@ ${PYSITELIB}/sympy/matrices/expressions/tests/test_determinant.pyo ${PYSITELIB}/sympy/matrices/expressions/tests/test_diagonal.py ${PYSITELIB}/sympy/matrices/expressions/tests/test_diagonal.pyc ${PYSITELIB}/sympy/matrices/expressions/tests/test_diagonal.pyo +${PYSITELIB}/sympy/matrices/expressions/tests/test_dotproduct.py +${PYSITELIB}/sympy/matrices/expressions/tests/test_dotproduct.pyc +${PYSITELIB}/sympy/matrices/expressions/tests/test_dotproduct.pyo ${PYSITELIB}/sympy/matrices/expressions/tests/test_factorizations.py ${PYSITELIB}/sympy/matrices/expressions/tests/test_factorizations.pyc ${PYSITELIB}/sympy/matrices/expressions/tests/test_factorizations.pyo @@ -1188,270 +1196,6 @@ ${PYSITELIB}/sympy/matrices/tests/test_sparse.pyo ${PYSITELIB}/sympy/matrices/tests/test_sparsetools.py ${PYSITELIB}/sympy/matrices/tests/test_sparsetools.pyc ${PYSITELIB}/sympy/matrices/tests/test_sparsetools.pyo -${PYSITELIB}/sympy/mpmath/__init__.py -${PYSITELIB}/sympy/mpmath/__init__.pyc -${PYSITELIB}/sympy/mpmath/__init__.pyo -${PYSITELIB}/sympy/mpmath/calculus/__init__.py -${PYSITELIB}/sympy/mpmath/calculus/__init__.pyc -${PYSITELIB}/sympy/mpmath/calculus/__init__.pyo -${PYSITELIB}/sympy/mpmath/calculus/approximation.py -${PYSITELIB}/sympy/mpmath/calculus/approximation.pyc -${PYSITELIB}/sympy/mpmath/calculus/approximation.pyo -${PYSITELIB}/sympy/mpmath/calculus/calculus.py -${PYSITELIB}/sympy/mpmath/calculus/calculus.pyc -${PYSITELIB}/sympy/mpmath/calculus/calculus.pyo -${PYSITELIB}/sympy/mpmath/calculus/differentiation.py -${PYSITELIB}/sympy/mpmath/calculus/differentiation.pyc -${PYSITELIB}/sympy/mpmath/calculus/differentiation.pyo -${PYSITELIB}/sympy/mpmath/calculus/extrapolation.py -${PYSITELIB}/sympy/mpmath/calculus/extrapolation.pyc -${PYSITELIB}/sympy/mpmath/calculus/extrapolation.pyo -${PYSITELIB}/sympy/mpmath/calculus/odes.py -${PYSITELIB}/sympy/mpmath/calculus/odes.pyc -${PYSITELIB}/sympy/mpmath/calculus/odes.pyo -${PYSITELIB}/sympy/mpmath/calculus/optimization.py -${PYSITELIB}/sympy/mpmath/calculus/optimization.pyc -${PYSITELIB}/sympy/mpmath/calculus/optimization.pyo -${PYSITELIB}/sympy/mpmath/calculus/polynomials.py -${PYSITELIB}/sympy/mpmath/calculus/polynomials.pyc -${PYSITELIB}/sympy/mpmath/calculus/polynomials.pyo -${PYSITELIB}/sympy/mpmath/calculus/quadrature.py -${PYSITELIB}/sympy/mpmath/calculus/quadrature.pyc -${PYSITELIB}/sympy/mpmath/calculus/quadrature.pyo -${PYSITELIB}/sympy/mpmath/conftest.py -${PYSITELIB}/sympy/mpmath/conftest.pyc -${PYSITELIB}/sympy/mpmath/conftest.pyo -${PYSITELIB}/sympy/mpmath/ctx_base.py -${PYSITELIB}/sympy/mpmath/ctx_base.pyc -${PYSITELIB}/sympy/mpmath/ctx_base.pyo -${PYSITELIB}/sympy/mpmath/ctx_fp.py -${PYSITELIB}/sympy/mpmath/ctx_fp.pyc -${PYSITELIB}/sympy/mpmath/ctx_fp.pyo -${PYSITELIB}/sympy/mpmath/ctx_iv.py -${PYSITELIB}/sympy/mpmath/ctx_iv.pyc -${PYSITELIB}/sympy/mpmath/ctx_iv.pyo -${PYSITELIB}/sympy/mpmath/ctx_mp.py -${PYSITELIB}/sympy/mpmath/ctx_mp.pyc -${PYSITELIB}/sympy/mpmath/ctx_mp.pyo -${PYSITELIB}/sympy/mpmath/ctx_mp_python.py -${PYSITELIB}/sympy/mpmath/ctx_mp_python.pyc -${PYSITELIB}/sympy/mpmath/ctx_mp_python.pyo -${PYSITELIB}/sympy/mpmath/function_docs.py -${PYSITELIB}/sympy/mpmath/function_docs.pyc -${PYSITELIB}/sympy/mpmath/function_docs.pyo -${PYSITELIB}/sympy/mpmath/functions/__init__.py -${PYSITELIB}/sympy/mpmath/functions/__init__.pyc -${PYSITELIB}/sympy/mpmath/functions/__init__.pyo -${PYSITELIB}/sympy/mpmath/functions/bessel.py -${PYSITELIB}/sympy/mpmath/functions/bessel.pyc -${PYSITELIB}/sympy/mpmath/functions/bessel.pyo -${PYSITELIB}/sympy/mpmath/functions/elliptic.py -${PYSITELIB}/sympy/mpmath/functions/elliptic.pyc -${PYSITELIB}/sympy/mpmath/functions/elliptic.pyo -${PYSITELIB}/sympy/mpmath/functions/expintegrals.py -${PYSITELIB}/sympy/mpmath/functions/expintegrals.pyc -${PYSITELIB}/sympy/mpmath/functions/expintegrals.pyo -${PYSITELIB}/sympy/mpmath/functions/factorials.py -${PYSITELIB}/sympy/mpmath/functions/factorials.pyc -${PYSITELIB}/sympy/mpmath/functions/factorials.pyo -${PYSITELIB}/sympy/mpmath/functions/functions.py -${PYSITELIB}/sympy/mpmath/functions/functions.pyc -${PYSITELIB}/sympy/mpmath/functions/functions.pyo -${PYSITELIB}/sympy/mpmath/functions/hypergeometric.py -${PYSITELIB}/sympy/mpmath/functions/hypergeometric.pyc -${PYSITELIB}/sympy/mpmath/functions/hypergeometric.pyo -${PYSITELIB}/sympy/mpmath/functions/orthogonal.py -${PYSITELIB}/sympy/mpmath/functions/orthogonal.pyc -${PYSITELIB}/sympy/mpmath/functions/orthogonal.pyo -${PYSITELIB}/sympy/mpmath/functions/qfunctions.py -${PYSITELIB}/sympy/mpmath/functions/qfunctions.pyc -${PYSITELIB}/sympy/mpmath/functions/qfunctions.pyo -${PYSITELIB}/sympy/mpmath/functions/rszeta.py -${PYSITELIB}/sympy/mpmath/functions/rszeta.pyc -${PYSITELIB}/sympy/mpmath/functions/rszeta.pyo -${PYSITELIB}/sympy/mpmath/functions/theta.py -${PYSITELIB}/sympy/mpmath/functions/theta.pyc -${PYSITELIB}/sympy/mpmath/functions/theta.pyo -${PYSITELIB}/sympy/mpmath/functions/zeta.py -${PYSITELIB}/sympy/mpmath/functions/zeta.pyc -${PYSITELIB}/sympy/mpmath/functions/zeta.pyo -${PYSITELIB}/sympy/mpmath/functions/zetazeros.py -${PYSITELIB}/sympy/mpmath/functions/zetazeros.pyc -${PYSITELIB}/sympy/mpmath/functions/zetazeros.pyo -${PYSITELIB}/sympy/mpmath/identification.py -${PYSITELIB}/sympy/mpmath/identification.pyc -${PYSITELIB}/sympy/mpmath/identification.pyo -${PYSITELIB}/sympy/mpmath/libmp/__init__.py -${PYSITELIB}/sympy/mpmath/libmp/__init__.pyc -${PYSITELIB}/sympy/mpmath/libmp/__init__.pyo -${PYSITELIB}/sympy/mpmath/libmp/backend.py -${PYSITELIB}/sympy/mpmath/libmp/backend.pyc -${PYSITELIB}/sympy/mpmath/libmp/backend.pyo -${PYSITELIB}/sympy/mpmath/libmp/gammazeta.py -${PYSITELIB}/sympy/mpmath/libmp/gammazeta.pyc -${PYSITELIB}/sympy/mpmath/libmp/gammazeta.pyo -${PYSITELIB}/sympy/mpmath/libmp/libelefun.py -${PYSITELIB}/sympy/mpmath/libmp/libelefun.pyc -${PYSITELIB}/sympy/mpmath/libmp/libelefun.pyo -${PYSITELIB}/sympy/mpmath/libmp/libhyper.py -${PYSITELIB}/sympy/mpmath/libmp/libhyper.pyc -${PYSITELIB}/sympy/mpmath/libmp/libhyper.pyo -${PYSITELIB}/sympy/mpmath/libmp/libintmath.py -${PYSITELIB}/sympy/mpmath/libmp/libintmath.pyc -${PYSITELIB}/sympy/mpmath/libmp/libintmath.pyo -${PYSITELIB}/sympy/mpmath/libmp/libmpc.py -${PYSITELIB}/sympy/mpmath/libmp/libmpc.pyc -${PYSITELIB}/sympy/mpmath/libmp/libmpc.pyo -${PYSITELIB}/sympy/mpmath/libmp/libmpf.py -${PYSITELIB}/sympy/mpmath/libmp/libmpf.pyc -${PYSITELIB}/sympy/mpmath/libmp/libmpf.pyo -${PYSITELIB}/sympy/mpmath/libmp/libmpi.py -${PYSITELIB}/sympy/mpmath/libmp/libmpi.pyc -${PYSITELIB}/sympy/mpmath/libmp/libmpi.pyo -${PYSITELIB}/sympy/mpmath/libmp/six.py -${PYSITELIB}/sympy/mpmath/libmp/six.pyc -${PYSITELIB}/sympy/mpmath/libmp/six.pyo -${PYSITELIB}/sympy/mpmath/math2.py -${PYSITELIB}/sympy/mpmath/math2.pyc -${PYSITELIB}/sympy/mpmath/math2.pyo -${PYSITELIB}/sympy/mpmath/matrices/__init__.py -${PYSITELIB}/sympy/mpmath/matrices/__init__.pyc -${PYSITELIB}/sympy/mpmath/matrices/__init__.pyo -${PYSITELIB}/sympy/mpmath/matrices/calculus.py -${PYSITELIB}/sympy/mpmath/matrices/calculus.pyc -${PYSITELIB}/sympy/mpmath/matrices/calculus.pyo -${PYSITELIB}/sympy/mpmath/matrices/eigen.py -${PYSITELIB}/sympy/mpmath/matrices/eigen.pyc -${PYSITELIB}/sympy/mpmath/matrices/eigen.pyo -${PYSITELIB}/sympy/mpmath/matrices/eigen_symmetric.py -${PYSITELIB}/sympy/mpmath/matrices/eigen_symmetric.pyc -${PYSITELIB}/sympy/mpmath/matrices/eigen_symmetric.pyo -${PYSITELIB}/sympy/mpmath/matrices/linalg.py -${PYSITELIB}/sympy/mpmath/matrices/linalg.pyc -${PYSITELIB}/sympy/mpmath/matrices/linalg.pyo -${PYSITELIB}/sympy/mpmath/matrices/matrices.py -${PYSITELIB}/sympy/mpmath/matrices/matrices.pyc -${PYSITELIB}/sympy/mpmath/matrices/matrices.pyo -${PYSITELIB}/sympy/mpmath/rational.py -${PYSITELIB}/sympy/mpmath/rational.pyc -${PYSITELIB}/sympy/mpmath/rational.pyo -${PYSITELIB}/sympy/mpmath/tests/__init__.py -${PYSITELIB}/sympy/mpmath/tests/__init__.pyc -${PYSITELIB}/sympy/mpmath/tests/__init__.pyo -${PYSITELIB}/sympy/mpmath/tests/extratest_bessel.py -${PYSITELIB}/sympy/mpmath/tests/extratest_bessel.pyc -${PYSITELIB}/sympy/mpmath/tests/extratest_bessel.pyo -${PYSITELIB}/sympy/mpmath/tests/extratest_gamma.py -${PYSITELIB}/sympy/mpmath/tests/extratest_gamma.pyc -${PYSITELIB}/sympy/mpmath/tests/extratest_gamma.pyo -${PYSITELIB}/sympy/mpmath/tests/extratest_zeta.py -${PYSITELIB}/sympy/mpmath/tests/extratest_zeta.pyc -${PYSITELIB}/sympy/mpmath/tests/extratest_zeta.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.py -${PYSITELIB}/sympy/mpmath/tests/test_diff.pyc -${PYSITELIB}/sympy/mpmath/tests/test_diff.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_eigen.py -${PYSITELIB}/sympy/mpmath/tests/test_eigen.pyc -${PYSITELIB}/sympy/mpmath/tests/test_eigen.pyo -${PYSITELIB}/sympy/mpmath/tests/test_eigen_symmetric.py -${PYSITELIB}/sympy/mpmath/tests/test_eigen_symmetric.pyc -${PYSITELIB}/sympy/mpmath/tests/test_eigen_symmetric.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_fp.py -${PYSITELIB}/sympy/mpmath/tests/test_fp.pyc -${PYSITELIB}/sympy/mpmath/tests/test_fp.pyo -${PYSITELIB}/sympy/mpmath/tests/test_functions.py -${PYSITELIB}/sympy/mpmath/tests/test_functions.pyc -${PYSITELIB}/sympy/mpmath/tests/test_functions.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_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_levin.py -${PYSITELIB}/sympy/mpmath/tests/test_levin.pyc -${PYSITELIB}/sympy/mpmath/tests/test_levin.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.py -${PYSITELIB}/sympy/mpmath/tests/test_matrices.pyc -${PYSITELIB}/sympy/mpmath/tests/test_matrices.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.py -${PYSITELIB}/sympy/mpmath/tests/test_ode.pyc -${PYSITELIB}/sympy/mpmath/tests/test_ode.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_str.py -${PYSITELIB}/sympy/mpmath/tests/test_str.pyc -${PYSITELIB}/sympy/mpmath/tests/test_str.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/tests/test_visualization.py -${PYSITELIB}/sympy/mpmath/tests/test_visualization.pyc -${PYSITELIB}/sympy/mpmath/tests/test_visualization.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 -${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 @@ -1488,9 +1232,36 @@ ${PYSITELIB}/sympy/ntheory/residue_ntheory.pyo ${PYSITELIB}/sympy/ntheory/tests/__init__.py ${PYSITELIB}/sympy/ntheory/tests/__init__.pyc ${PYSITELIB}/sympy/ntheory/tests/__init__.pyo -${PYSITELIB}/sympy/ntheory/tests/test_ntheory.py -${PYSITELIB}/sympy/ntheory/tests/test_ntheory.pyc -${PYSITELIB}/sympy/ntheory/tests/test_ntheory.pyo +${PYSITELIB}/sympy/ntheory/tests/test_bbp_pi.py +${PYSITELIB}/sympy/ntheory/tests/test_bbp_pi.pyc +${PYSITELIB}/sympy/ntheory/tests/test_bbp_pi.pyo +${PYSITELIB}/sympy/ntheory/tests/test_continued_fraction.py +${PYSITELIB}/sympy/ntheory/tests/test_continued_fraction.pyc +${PYSITELIB}/sympy/ntheory/tests/test_continued_fraction.pyo +${PYSITELIB}/sympy/ntheory/tests/test_egyptian_fraction.py +${PYSITELIB}/sympy/ntheory/tests/test_egyptian_fraction.pyc +${PYSITELIB}/sympy/ntheory/tests/test_egyptian_fraction.pyo +${PYSITELIB}/sympy/ntheory/tests/test_factor_.py +${PYSITELIB}/sympy/ntheory/tests/test_factor_.pyc +${PYSITELIB}/sympy/ntheory/tests/test_factor_.pyo +${PYSITELIB}/sympy/ntheory/tests/test_generate.py +${PYSITELIB}/sympy/ntheory/tests/test_generate.pyc +${PYSITELIB}/sympy/ntheory/tests/test_generate.pyo +${PYSITELIB}/sympy/ntheory/tests/test_modular.py +${PYSITELIB}/sympy/ntheory/tests/test_modular.pyc +${PYSITELIB}/sympy/ntheory/tests/test_modular.pyo +${PYSITELIB}/sympy/ntheory/tests/test_multinomial.py +${PYSITELIB}/sympy/ntheory/tests/test_multinomial.pyc +${PYSITELIB}/sympy/ntheory/tests/test_multinomial.pyo +${PYSITELIB}/sympy/ntheory/tests/test_partitions.py +${PYSITELIB}/sympy/ntheory/tests/test_partitions.pyc +${PYSITELIB}/sympy/ntheory/tests/test_partitions.pyo +${PYSITELIB}/sympy/ntheory/tests/test_primetest.py +${PYSITELIB}/sympy/ntheory/tests/test_primetest.pyc +${PYSITELIB}/sympy/ntheory/tests/test_primetest.pyo +${PYSITELIB}/sympy/ntheory/tests/test_residue.py +${PYSITELIB}/sympy/ntheory/tests/test_residue.pyc +${PYSITELIB}/sympy/ntheory/tests/test_residue.pyo ${PYSITELIB}/sympy/parsing/__init__.py ${PYSITELIB}/sympy/parsing/__init__.pyc ${PYSITELIB}/sympy/parsing/__init__.pyo @@ -1551,6 +1322,9 @@ ${PYSITELIB}/sympy/physics/matrices.pyo ${PYSITELIB}/sympy/physics/mechanics/__init__.py ${PYSITELIB}/sympy/physics/mechanics/__init__.pyc ${PYSITELIB}/sympy/physics/mechanics/__init__.pyo +${PYSITELIB}/sympy/physics/mechanics/body.py +${PYSITELIB}/sympy/physics/mechanics/body.pyc +${PYSITELIB}/sympy/physics/mechanics/body.pyo ${PYSITELIB}/sympy/physics/mechanics/functions.py ${PYSITELIB}/sympy/physics/mechanics/functions.pyc ${PYSITELIB}/sympy/physics/mechanics/functions.pyo @@ -1572,6 +1346,9 @@ ${PYSITELIB}/sympy/physics/mechanics/rigidbody.pyo ${PYSITELIB}/sympy/physics/mechanics/tests/__init__.py ${PYSITELIB}/sympy/physics/mechanics/tests/__init__.pyc ${PYSITELIB}/sympy/physics/mechanics/tests/__init__.pyo +${PYSITELIB}/sympy/physics/mechanics/tests/test_body.py +${PYSITELIB}/sympy/physics/mechanics/tests/test_body.pyc +${PYSITELIB}/sympy/physics/mechanics/tests/test_body.pyo ${PYSITELIB}/sympy/physics/mechanics/tests/test_functions.py ${PYSITELIB}/sympy/physics/mechanics/tests/test_functions.pyc ${PYSITELIB}/sympy/physics/mechanics/tests/test_functions.pyo @@ -1587,6 +1364,9 @@ ${PYSITELIB}/sympy/physics/mechanics/tests/test_kane3.pyo ${PYSITELIB}/sympy/physics/mechanics/tests/test_lagrange.py ${PYSITELIB}/sympy/physics/mechanics/tests/test_lagrange.pyc ${PYSITELIB}/sympy/physics/mechanics/tests/test_lagrange.pyo +${PYSITELIB}/sympy/physics/mechanics/tests/test_lagrange2.py +${PYSITELIB}/sympy/physics/mechanics/tests/test_lagrange2.pyc +${PYSITELIB}/sympy/physics/mechanics/tests/test_lagrange2.pyo ${PYSITELIB}/sympy/physics/mechanics/tests/test_linearize.py ${PYSITELIB}/sympy/physics/mechanics/tests/test_linearize.pyc ${PYSITELIB}/sympy/physics/mechanics/tests/test_linearize.pyo @@ -2343,6 +2123,9 @@ ${PYSITELIB}/sympy/polys/specialpolys.pyo ${PYSITELIB}/sympy/polys/sqfreetools.py ${PYSITELIB}/sympy/polys/sqfreetools.pyc ${PYSITELIB}/sympy/polys/sqfreetools.pyo +${PYSITELIB}/sympy/polys/subresultants_qq_zz.py +${PYSITELIB}/sympy/polys/subresultants_qq_zz.pyc +${PYSITELIB}/sympy/polys/subresultants_qq_zz.pyo ${PYSITELIB}/sympy/polys/tests/__init__.py ${PYSITELIB}/sympy/polys/tests/__init__.pyc ${PYSITELIB}/sympy/polys/tests/__init__.pyo @@ -2448,6 +2231,9 @@ ${PYSITELIB}/sympy/polys/tests/test_specialpolys.pyo ${PYSITELIB}/sympy/polys/tests/test_sqfreetools.py ${PYSITELIB}/sympy/polys/tests/test_sqfreetools.pyc ${PYSITELIB}/sympy/polys/tests/test_sqfreetools.pyo +${PYSITELIB}/sympy/polys/tests/test_subresultants_qq_zz.py +${PYSITELIB}/sympy/polys/tests/test_subresultants_qq_zz.pyc +${PYSITELIB}/sympy/polys/tests/test_subresultants_qq_zz.pyo ${PYSITELIB}/sympy/printing/__init__.py ${PYSITELIB}/sympy/printing/__init__.pyc ${PYSITELIB}/sympy/printing/__init__.pyo @@ -2475,6 +2261,9 @@ ${PYSITELIB}/sympy/printing/gtk.pyo ${PYSITELIB}/sympy/printing/jscode.py ${PYSITELIB}/sympy/printing/jscode.pyc ${PYSITELIB}/sympy/printing/jscode.pyo +${PYSITELIB}/sympy/printing/julia.py +${PYSITELIB}/sympy/printing/julia.pyc +${PYSITELIB}/sympy/printing/julia.pyo ${PYSITELIB}/sympy/printing/lambdarepr.py ${PYSITELIB}/sympy/printing/lambdarepr.pyc ${PYSITELIB}/sympy/printing/lambdarepr.pyo @@ -2553,6 +2342,9 @@ ${PYSITELIB}/sympy/printing/tests/test_gtk.pyo ${PYSITELIB}/sympy/printing/tests/test_jscode.py ${PYSITELIB}/sympy/printing/tests/test_jscode.pyc ${PYSITELIB}/sympy/printing/tests/test_jscode.pyo +${PYSITELIB}/sympy/printing/tests/test_julia.py +${PYSITELIB}/sympy/printing/tests/test_julia.pyc +${PYSITELIB}/sympy/printing/tests/test_julia.pyo ${PYSITELIB}/sympy/printing/tests/test_lambdarepr.py ${PYSITELIB}/sympy/printing/tests/test_lambdarepr.pyc ${PYSITELIB}/sympy/printing/tests/test_lambdarepr.pyo @@ -2565,12 +2357,18 @@ ${PYSITELIB}/sympy/printing/tests/test_mathematica.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_numpy.py +${PYSITELIB}/sympy/printing/tests/test_numpy.pyc +${PYSITELIB}/sympy/printing/tests/test_numpy.pyo ${PYSITELIB}/sympy/printing/tests/test_octave.py ${PYSITELIB}/sympy/printing/tests/test_octave.pyc ${PYSITELIB}/sympy/printing/tests/test_octave.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_preview.py +${PYSITELIB}/sympy/printing/tests/test_preview.pyc +${PYSITELIB}/sympy/printing/tests/test_preview.pyo ${PYSITELIB}/sympy/printing/tests/test_python.py ${PYSITELIB}/sympy/printing/tests/test_python.pyc ${PYSITELIB}/sympy/printing/tests/test_python.pyo @@ -2595,18 +2393,39 @@ ${PYSITELIB}/sympy/printing/tree.pyo ${PYSITELIB}/sympy/release.py ${PYSITELIB}/sympy/release.pyc ${PYSITELIB}/sympy/release.pyo +${PYSITELIB}/sympy/sandbox/__init__.py +${PYSITELIB}/sympy/sandbox/__init__.pyc +${PYSITELIB}/sympy/sandbox/__init__.pyo +${PYSITELIB}/sympy/sandbox/indexed_integrals.py +${PYSITELIB}/sympy/sandbox/indexed_integrals.pyc +${PYSITELIB}/sympy/sandbox/indexed_integrals.pyo +${PYSITELIB}/sympy/sandbox/tests/test_indexed_integrals.py +${PYSITELIB}/sympy/sandbox/tests/test_indexed_integrals.pyc +${PYSITELIB}/sympy/sandbox/tests/test_indexed_integrals.pyo ${PYSITELIB}/sympy/series/__init__.py ${PYSITELIB}/sympy/series/__init__.pyc ${PYSITELIB}/sympy/series/__init__.pyo ${PYSITELIB}/sympy/series/acceleration.py ${PYSITELIB}/sympy/series/acceleration.pyc ${PYSITELIB}/sympy/series/acceleration.pyo +${PYSITELIB}/sympy/series/approximants.py +${PYSITELIB}/sympy/series/approximants.pyc +${PYSITELIB}/sympy/series/approximants.pyo ${PYSITELIB}/sympy/series/benchmarks/__init__.py ${PYSITELIB}/sympy/series/benchmarks/__init__.pyc ${PYSITELIB}/sympy/series/benchmarks/__init__.pyo ${PYSITELIB}/sympy/series/benchmarks/bench_limit.py ${PYSITELIB}/sympy/series/benchmarks/bench_limit.pyc ${PYSITELIB}/sympy/series/benchmarks/bench_limit.pyo +${PYSITELIB}/sympy/series/benchmarks/bench_order.py +${PYSITELIB}/sympy/series/benchmarks/bench_order.pyc +${PYSITELIB}/sympy/series/benchmarks/bench_order.pyo +${PYSITELIB}/sympy/series/formal.py +${PYSITELIB}/sympy/series/formal.pyc +${PYSITELIB}/sympy/series/formal.pyo +${PYSITELIB}/sympy/series/fourier.py +${PYSITELIB}/sympy/series/fourier.pyc +${PYSITELIB}/sympy/series/fourier.pyo ${PYSITELIB}/sympy/series/gruntz.py ${PYSITELIB}/sympy/series/gruntz.pyc ${PYSITELIB}/sympy/series/gruntz.pyo @@ -2616,21 +2435,39 @@ ${PYSITELIB}/sympy/series/kauers.pyo ${PYSITELIB}/sympy/series/limits.py ${PYSITELIB}/sympy/series/limits.pyc ${PYSITELIB}/sympy/series/limits.pyo +${PYSITELIB}/sympy/series/limitseq.py +${PYSITELIB}/sympy/series/limitseq.pyc +${PYSITELIB}/sympy/series/limitseq.pyo ${PYSITELIB}/sympy/series/order.py ${PYSITELIB}/sympy/series/order.pyc ${PYSITELIB}/sympy/series/order.pyo ${PYSITELIB}/sympy/series/residues.py ${PYSITELIB}/sympy/series/residues.pyc ${PYSITELIB}/sympy/series/residues.pyo +${PYSITELIB}/sympy/series/sequences.py +${PYSITELIB}/sympy/series/sequences.pyc +${PYSITELIB}/sympy/series/sequences.pyo ${PYSITELIB}/sympy/series/series.py ${PYSITELIB}/sympy/series/series.pyc ${PYSITELIB}/sympy/series/series.pyo +${PYSITELIB}/sympy/series/series_class.py +${PYSITELIB}/sympy/series/series_class.pyc +${PYSITELIB}/sympy/series/series_class.pyo ${PYSITELIB}/sympy/series/tests/__init__.py ${PYSITELIB}/sympy/series/tests/__init__.pyc ${PYSITELIB}/sympy/series/tests/__init__.pyo +${PYSITELIB}/sympy/series/tests/test_approximants.py +${PYSITELIB}/sympy/series/tests/test_approximants.pyc +${PYSITELIB}/sympy/series/tests/test_approximants.pyo ${PYSITELIB}/sympy/series/tests/test_demidovich.py ${PYSITELIB}/sympy/series/tests/test_demidovich.pyc ${PYSITELIB}/sympy/series/tests/test_demidovich.pyo +${PYSITELIB}/sympy/series/tests/test_formal.py +${PYSITELIB}/sympy/series/tests/test_formal.pyc +${PYSITELIB}/sympy/series/tests/test_formal.pyo +${PYSITELIB}/sympy/series/tests/test_fourier.py +${PYSITELIB}/sympy/series/tests/test_fourier.pyc +${PYSITELIB}/sympy/series/tests/test_fourier.pyo ${PYSITELIB}/sympy/series/tests/test_gruntz.py ${PYSITELIB}/sympy/series/tests/test_gruntz.pyc ${PYSITELIB}/sympy/series/tests/test_gruntz.pyo @@ -2640,6 +2477,9 @@ ${PYSITELIB}/sympy/series/tests/test_kauers.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_limitseq.py +${PYSITELIB}/sympy/series/tests/test_limitseq.pyc +${PYSITELIB}/sympy/series/tests/test_limitseq.pyo ${PYSITELIB}/sympy/series/tests/test_lseries.py ${PYSITELIB}/sympy/series/tests/test_lseries.pyc ${PYSITELIB}/sympy/series/tests/test_lseries.pyo @@ -2652,12 +2492,18 @@ ${PYSITELIB}/sympy/series/tests/test_order.pyo ${PYSITELIB}/sympy/series/tests/test_residues.py ${PYSITELIB}/sympy/series/tests/test_residues.pyc ${PYSITELIB}/sympy/series/tests/test_residues.pyo +${PYSITELIB}/sympy/series/tests/test_sequences.py +${PYSITELIB}/sympy/series/tests/test_sequences.pyc +${PYSITELIB}/sympy/series/tests/test_sequences.pyo ${PYSITELIB}/sympy/series/tests/test_series.py ${PYSITELIB}/sympy/series/tests/test_series.pyc ${PYSITELIB}/sympy/series/tests/test_series.pyo ${PYSITELIB}/sympy/sets/__init__.py ${PYSITELIB}/sympy/sets/__init__.pyc ${PYSITELIB}/sympy/sets/__init__.pyo +${PYSITELIB}/sympy/sets/conditionset.py +${PYSITELIB}/sympy/sets/conditionset.pyc +${PYSITELIB}/sympy/sets/conditionset.pyo ${PYSITELIB}/sympy/sets/contains.py ${PYSITELIB}/sympy/sets/contains.pyc ${PYSITELIB}/sympy/sets/contains.pyo @@ -2670,6 +2516,9 @@ ${PYSITELIB}/sympy/sets/sets.pyo ${PYSITELIB}/sympy/sets/tests/__init__.py ${PYSITELIB}/sympy/sets/tests/__init__.pyc ${PYSITELIB}/sympy/sets/tests/__init__.pyo +${PYSITELIB}/sympy/sets/tests/test_conditionset.py +${PYSITELIB}/sympy/sets/tests/test_conditionset.pyc +${PYSITELIB}/sympy/sets/tests/test_conditionset.pyo ${PYSITELIB}/sympy/sets/tests/test_contains.py ${PYSITELIB}/sympy/sets/tests/test_contains.pyc ${PYSITELIB}/sympy/sets/tests/test_contains.pyo @@ -2682,6 +2531,9 @@ ${PYSITELIB}/sympy/sets/tests/test_sets.pyo ${PYSITELIB}/sympy/simplify/__init__.py ${PYSITELIB}/sympy/simplify/__init__.pyc ${PYSITELIB}/sympy/simplify/__init__.pyo +${PYSITELIB}/sympy/simplify/combsimp.py +${PYSITELIB}/sympy/simplify/combsimp.pyc +${PYSITELIB}/sympy/simplify/combsimp.pyo ${PYSITELIB}/sympy/simplify/cse_main.py ${PYSITELIB}/sympy/simplify/cse_main.pyc ${PYSITELIB}/sympy/simplify/cse_main.pyo @@ -2700,6 +2552,15 @@ ${PYSITELIB}/sympy/simplify/hyperexpand.pyo ${PYSITELIB}/sympy/simplify/hyperexpand_doc.py ${PYSITELIB}/sympy/simplify/hyperexpand_doc.pyc ${PYSITELIB}/sympy/simplify/hyperexpand_doc.pyo +${PYSITELIB}/sympy/simplify/powsimp.py +${PYSITELIB}/sympy/simplify/powsimp.pyc +${PYSITELIB}/sympy/simplify/powsimp.pyo +${PYSITELIB}/sympy/simplify/radsimp.py +${PYSITELIB}/sympy/simplify/radsimp.pyc +${PYSITELIB}/sympy/simplify/radsimp.pyo +${PYSITELIB}/sympy/simplify/ratsimp.py +${PYSITELIB}/sympy/simplify/ratsimp.pyc +${PYSITELIB}/sympy/simplify/ratsimp.pyo ${PYSITELIB}/sympy/simplify/simplify.py ${PYSITELIB}/sympy/simplify/simplify.pyc ${PYSITELIB}/sympy/simplify/simplify.pyo @@ -2709,6 +2570,9 @@ ${PYSITELIB}/sympy/simplify/sqrtdenest.pyo ${PYSITELIB}/sympy/simplify/tests/__init__.py ${PYSITELIB}/sympy/simplify/tests/__init__.pyc ${PYSITELIB}/sympy/simplify/tests/__init__.pyo +${PYSITELIB}/sympy/simplify/tests/test_combsimp.py +${PYSITELIB}/sympy/simplify/tests/test_combsimp.pyc +${PYSITELIB}/sympy/simplify/tests/test_combsimp.pyo ${PYSITELIB}/sympy/simplify/tests/test_cse.py ${PYSITELIB}/sympy/simplify/tests/test_cse.pyc ${PYSITELIB}/sympy/simplify/tests/test_cse.pyo @@ -2724,6 +2588,15 @@ ${PYSITELIB}/sympy/simplify/tests/test_function.pyo ${PYSITELIB}/sympy/simplify/tests/test_hyperexpand.py ${PYSITELIB}/sympy/simplify/tests/test_hyperexpand.pyc ${PYSITELIB}/sympy/simplify/tests/test_hyperexpand.pyo +${PYSITELIB}/sympy/simplify/tests/test_powsimp.py +${PYSITELIB}/sympy/simplify/tests/test_powsimp.pyc +${PYSITELIB}/sympy/simplify/tests/test_powsimp.pyo +${PYSITELIB}/sympy/simplify/tests/test_radsimp.py +${PYSITELIB}/sympy/simplify/tests/test_radsimp.pyc +${PYSITELIB}/sympy/simplify/tests/test_radsimp.pyo +${PYSITELIB}/sympy/simplify/tests/test_ratsimp.py +${PYSITELIB}/sympy/simplify/tests/test_ratsimp.pyc +${PYSITELIB}/sympy/simplify/tests/test_ratsimp.pyo ${PYSITELIB}/sympy/simplify/tests/test_rewrite.py ${PYSITELIB}/sympy/simplify/tests/test_rewrite.pyc ${PYSITELIB}/sympy/simplify/tests/test_rewrite.pyo @@ -2736,9 +2609,15 @@ ${PYSITELIB}/sympy/simplify/tests/test_sqrtdenest.pyo ${PYSITELIB}/sympy/simplify/tests/test_traversaltools.py ${PYSITELIB}/sympy/simplify/tests/test_traversaltools.pyc ${PYSITELIB}/sympy/simplify/tests/test_traversaltools.pyo +${PYSITELIB}/sympy/simplify/tests/test_trigsimp.py +${PYSITELIB}/sympy/simplify/tests/test_trigsimp.pyc +${PYSITELIB}/sympy/simplify/tests/test_trigsimp.pyo ${PYSITELIB}/sympy/simplify/traversaltools.py ${PYSITELIB}/sympy/simplify/traversaltools.pyc ${PYSITELIB}/sympy/simplify/traversaltools.pyo +${PYSITELIB}/sympy/simplify/trigsimp.py +${PYSITELIB}/sympy/simplify/trigsimp.pyc +${PYSITELIB}/sympy/simplify/trigsimp.pyo ${PYSITELIB}/sympy/solvers/__init__.py ${PYSITELIB}/sympy/solvers/__init__.pyc ${PYSITELIB}/sympy/solvers/__init__.pyo @@ -2751,6 +2630,9 @@ ${PYSITELIB}/sympy/solvers/benchmarks/bench_solvers.pyo ${PYSITELIB}/sympy/solvers/bivariate.py ${PYSITELIB}/sympy/solvers/bivariate.pyc ${PYSITELIB}/sympy/solvers/bivariate.pyo +${PYSITELIB}/sympy/solvers/decompogen.py +${PYSITELIB}/sympy/solvers/decompogen.pyc +${PYSITELIB}/sympy/solvers/decompogen.pyo ${PYSITELIB}/sympy/solvers/deutils.py ${PYSITELIB}/sympy/solvers/deutils.pyc ${PYSITELIB}/sympy/solvers/deutils.pyo @@ -2775,12 +2657,18 @@ ${PYSITELIB}/sympy/solvers/recurr.pyo ${PYSITELIB}/sympy/solvers/solvers.py ${PYSITELIB}/sympy/solvers/solvers.pyc ${PYSITELIB}/sympy/solvers/solvers.pyo +${PYSITELIB}/sympy/solvers/solveset.py +${PYSITELIB}/sympy/solvers/solveset.pyc +${PYSITELIB}/sympy/solvers/solveset.pyo ${PYSITELIB}/sympy/solvers/tests/__init__.py ${PYSITELIB}/sympy/solvers/tests/__init__.pyc ${PYSITELIB}/sympy/solvers/tests/__init__.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_decompogen.py +${PYSITELIB}/sympy/solvers/tests/test_decompogen.pyc +${PYSITELIB}/sympy/solvers/tests/test_decompogen.pyo ${PYSITELIB}/sympy/solvers/tests/test_diophantine.py ${PYSITELIB}/sympy/solvers/tests/test_diophantine.pyc ${PYSITELIB}/sympy/solvers/tests/test_diophantine.pyo @@ -2805,6 +2693,9 @@ ${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/solvers/tests/test_solveset.py +${PYSITELIB}/sympy/solvers/tests/test_solveset.pyc +${PYSITELIB}/sympy/solvers/tests/test_solveset.pyo ${PYSITELIB}/sympy/stats/__init__.py ${PYSITELIB}/sympy/stats/__init__.pyc ${PYSITELIB}/sympy/stats/__init__.pyo @@ -2919,6 +2810,36 @@ ${PYSITELIB}/sympy/strategies/util.pyo ${PYSITELIB}/sympy/tensor/__init__.py ${PYSITELIB}/sympy/tensor/__init__.pyc ${PYSITELIB}/sympy/tensor/__init__.pyo +${PYSITELIB}/sympy/tensor/array/__init__.py +${PYSITELIB}/sympy/tensor/array/__init__.pyc +${PYSITELIB}/sympy/tensor/array/__init__.pyo +${PYSITELIB}/sympy/tensor/array/arrayop.py +${PYSITELIB}/sympy/tensor/array/arrayop.pyc +${PYSITELIB}/sympy/tensor/array/arrayop.pyo +${PYSITELIB}/sympy/tensor/array/dense_ndim_array.py +${PYSITELIB}/sympy/tensor/array/dense_ndim_array.pyc +${PYSITELIB}/sympy/tensor/array/dense_ndim_array.pyo +${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.py +${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.pyc +${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.pyo +${PYSITELIB}/sympy/tensor/array/ndim_array.py +${PYSITELIB}/sympy/tensor/array/ndim_array.pyc +${PYSITELIB}/sympy/tensor/array/ndim_array.pyo +${PYSITELIB}/sympy/tensor/array/sparse_ndim_array.py +${PYSITELIB}/sympy/tensor/array/sparse_ndim_array.pyc +${PYSITELIB}/sympy/tensor/array/sparse_ndim_array.pyo +${PYSITELIB}/sympy/tensor/array/tests/__init__.py +${PYSITELIB}/sympy/tensor/array/tests/__init__.pyc +${PYSITELIB}/sympy/tensor/array/tests/__init__.pyo +${PYSITELIB}/sympy/tensor/array/tests/test_arrayop.py +${PYSITELIB}/sympy/tensor/array/tests/test_arrayop.pyc +${PYSITELIB}/sympy/tensor/array/tests/test_arrayop.pyo +${PYSITELIB}/sympy/tensor/array/tests/test_immutable_ndim_array.py +${PYSITELIB}/sympy/tensor/array/tests/test_immutable_ndim_array.pyc +${PYSITELIB}/sympy/tensor/array/tests/test_immutable_ndim_array.pyo +${PYSITELIB}/sympy/tensor/array/tests/test_mutable_ndim_array.py +${PYSITELIB}/sympy/tensor/array/tests/test_mutable_ndim_array.pyc +${PYSITELIB}/sympy/tensor/array/tests/test_mutable_ndim_array.pyo ${PYSITELIB}/sympy/tensor/index_methods.py ${PYSITELIB}/sympy/tensor/index_methods.pyc ${PYSITELIB}/sympy/tensor/index_methods.pyo @@ -2976,9 +2897,6 @@ ${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 @@ -3039,6 +2957,9 @@ ${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_codegen_julia.py +${PYSITELIB}/sympy/utilities/tests/test_codegen_julia.pyc +${PYSITELIB}/sympy/utilities/tests/test_codegen_julia.pyo ${PYSITELIB}/sympy/utilities/tests/test_codegen_octave.py ${PYSITELIB}/sympy/utilities/tests/test_codegen_octave.pyc ${PYSITELIB}/sympy/utilities/tests/test_codegen_octave.pyo @@ -3054,6 +2975,9 @@ ${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_misc.py +${PYSITELIB}/sympy/utilities/tests/test_misc.pyc +${PYSITELIB}/sympy/utilities/tests/test_misc.pyo ${PYSITELIB}/sympy/utilities/tests/test_module_imports.py ${PYSITELIB}/sympy/utilities/tests/test_module_imports.pyc ${PYSITELIB}/sympy/utilities/tests/test_module_imports.pyo @@ -3123,4 +3047,4 @@ ${PYSITELIB}/sympy/vector/tests/test_vector.pyo ${PYSITELIB}/sympy/vector/vector.py ${PYSITELIB}/sympy/vector/vector.pyc ${PYSITELIB}/sympy/vector/vector.pyo -man/man1/isympy${PYVERSSUFFIX}.1 +man/man1/isympy2.7.1 diff --git a/math/py-sympy/distinfo b/math/py-sympy/distinfo index b26decf582d..281fb7c5fb7 100644 --- a/math/py-sympy/distinfo +++ b/math/py-sympy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/01 09:54:11 wiz Exp $ +$NetBSD: distinfo,v 1.10 2016/08/16 04:08:31 maya Exp $ -SHA1 (sympy-0.7.6.1.tar.gz) = 2ea14b715ac22b0231759b536617a78450829204 -RMD160 (sympy-0.7.6.1.tar.gz) = 35d5e94751464997dfb5a5aec242cb26f87dca79 -SHA512 (sympy-0.7.6.1.tar.gz) = 18877abd3c530418e4f4942cbb0a03140dc81e5a1004720c472fb97cf8eaa41acca59765f6278715ea88bcd0cd07ad5952863a0d1b6e6d00994d257e8c0a6574 -Size (sympy-0.7.6.1.tar.gz) = 6431571 bytes +SHA1 (sympy-1.0.tar.gz) = 370707a29cda59b696433107d44048dfa3ebafcd +RMD160 (sympy-1.0.tar.gz) = f94b86a9de7c4262ed0016b51409d4c2695c157b +SHA512 (sympy-1.0.tar.gz) = 977db6e9bc6a5918cceb255981a57e85e7060c0922aefd2968b004d25d704e25a5cb5bbe09eb387e8695581e23e2825d9c40310068fe25ece7e9c23037a21f39 +Size (sympy-1.0.tar.gz) = 4281528 bytes |