diff options
author | minskim <minskim@pkgsrc.org> | 2019-12-16 23:54:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2019-12-16 23:54:47 +0000 |
commit | 429dd039116ad53bb982104b29405c5dc5e8e81c (patch) | |
tree | 95e977c0b2014f801cafa9f8990a0278250e9fcd /math | |
parent | 3c47d9ea35d7f03ffdb105b53d84f3d00d03f8e9 (diff) | |
download | pkgsrc-429dd039116ad53bb982104b29405c5dc5e8e81c.tar.gz |
math/py-sympy: Update to 1.3
Backwards compatibility breaks and deprecations:
* Symbols no longer automatically convert to functions when called,
e.g., if f = Symbol('f'), f(t) is now a TypeError. To create a
function, use f = Function('f') or f = symbols('f', cls=Function).
* .integrate() has been renamed to .compute_expectation() in
sympy.stats in order to avoid confusion with the integrals module.
* classof() and a2idx() in sympy.matrices.matrices have been
deprecated in favor of the same functions in sympy.matrices.common.
* The source() function has been deprecated. Use inspect.getsource or
?? in IPython.
See the release notes for the full list of changes.
https://github.com/sympy/sympy/wiki/release-notes-for-1.3
Diffstat (limited to 'math')
-rw-r--r-- | math/py-sympy/Makefile | 4 | ||||
-rw-r--r-- | math/py-sympy/PLIST | 218 | ||||
-rw-r--r-- | math/py-sympy/distinfo | 10 |
3 files changed, 199 insertions, 33 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index f4b6c0411af..1973fac03c9 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2018/07/19 20:15:36 prlw1 Exp $ +# $NetBSD: Makefile,v 1.21 2019/12/16 23:54:47 minskim Exp $ -DISTNAME= sympy-1.2 +DISTNAME= sympy-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sympy/} diff --git a/math/py-sympy/PLIST b/math/py-sympy/PLIST index 4cb4eb1e368..c8bc88c7ac3 100644 --- a/math/py-sympy/PLIST +++ b/math/py-sympy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2018/07/19 20:15:36 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.16 2019/12/16 23:54:47 minskim Exp $ bin/isympy${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -22,6 +22,9 @@ ${PYSITELIB}/sympy/algebras/__init__.pyo ${PYSITELIB}/sympy/algebras/quaternion.py ${PYSITELIB}/sympy/algebras/quaternion.pyc ${PYSITELIB}/sympy/algebras/quaternion.pyo +${PYSITELIB}/sympy/algebras/tests/__init__.py +${PYSITELIB}/sympy/algebras/tests/__init__.pyc +${PYSITELIB}/sympy/algebras/tests/__init__.pyo ${PYSITELIB}/sympy/algebras/tests/test_quaternion.py ${PYSITELIB}/sympy/algebras/tests/test_quaternion.pyc ${PYSITELIB}/sympy/algebras/tests/test_quaternion.pyo @@ -187,6 +190,9 @@ ${PYSITELIB}/sympy/codegen/pyutils.pyo ${PYSITELIB}/sympy/codegen/rewriting.py ${PYSITELIB}/sympy/codegen/rewriting.pyc ${PYSITELIB}/sympy/codegen/rewriting.pyo +${PYSITELIB}/sympy/codegen/tests/__init__.py +${PYSITELIB}/sympy/codegen/tests/__init__.pyc +${PYSITELIB}/sympy/codegen/tests/__init__.pyo ${PYSITELIB}/sympy/codegen/tests/test_algorithms.py ${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyc ${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyo @@ -259,6 +265,9 @@ ${PYSITELIB}/sympy/combinatorics/prufer.pyo ${PYSITELIB}/sympy/combinatorics/rewritingsystem.py ${PYSITELIB}/sympy/combinatorics/rewritingsystem.pyc ${PYSITELIB}/sympy/combinatorics/rewritingsystem.pyo +${PYSITELIB}/sympy/combinatorics/rewritingsystem_fsm.py +${PYSITELIB}/sympy/combinatorics/rewritingsystem_fsm.pyc +${PYSITELIB}/sympy/combinatorics/rewritingsystem_fsm.pyo ${PYSITELIB}/sympy/combinatorics/subsets.py ${PYSITELIB}/sympy/combinatorics/subsets.pyc ${PYSITELIB}/sympy/combinatorics/subsets.pyo @@ -649,21 +658,21 @@ ${PYSITELIB}/sympy/diffgeom/tests/test_hyperbolic_space.pyo ${PYSITELIB}/sympy/discrete/__init__.py ${PYSITELIB}/sympy/discrete/__init__.pyc ${PYSITELIB}/sympy/discrete/__init__.pyo -${PYSITELIB}/sympy/discrete/convolution.py -${PYSITELIB}/sympy/discrete/convolution.pyc -${PYSITELIB}/sympy/discrete/convolution.pyo -${PYSITELIB}/sympy/discrete/recurrence.py -${PYSITELIB}/sympy/discrete/recurrence.pyc -${PYSITELIB}/sympy/discrete/recurrence.pyo +${PYSITELIB}/sympy/discrete/convolutions.py +${PYSITELIB}/sympy/discrete/convolutions.pyc +${PYSITELIB}/sympy/discrete/convolutions.pyo +${PYSITELIB}/sympy/discrete/recurrences.py +${PYSITELIB}/sympy/discrete/recurrences.pyc +${PYSITELIB}/sympy/discrete/recurrences.pyo ${PYSITELIB}/sympy/discrete/tests/__init__.py ${PYSITELIB}/sympy/discrete/tests/__init__.pyc ${PYSITELIB}/sympy/discrete/tests/__init__.pyo -${PYSITELIB}/sympy/discrete/tests/test_convolution.py -${PYSITELIB}/sympy/discrete/tests/test_convolution.pyc -${PYSITELIB}/sympy/discrete/tests/test_convolution.pyo -${PYSITELIB}/sympy/discrete/tests/test_recurrence.py -${PYSITELIB}/sympy/discrete/tests/test_recurrence.pyc -${PYSITELIB}/sympy/discrete/tests/test_recurrence.pyo +${PYSITELIB}/sympy/discrete/tests/test_convolutions.py +${PYSITELIB}/sympy/discrete/tests/test_convolutions.pyc +${PYSITELIB}/sympy/discrete/tests/test_convolutions.pyo +${PYSITELIB}/sympy/discrete/tests/test_recurrences.py +${PYSITELIB}/sympy/discrete/tests/test_recurrences.pyc +${PYSITELIB}/sympy/discrete/tests/test_recurrences.pyo ${PYSITELIB}/sympy/discrete/tests/test_transforms.py ${PYSITELIB}/sympy/discrete/tests/test_transforms.pyc ${PYSITELIB}/sympy/discrete/tests/test_transforms.pyo @@ -958,6 +967,9 @@ ${PYSITELIB}/sympy/holonomic/numerical.pyo ${PYSITELIB}/sympy/holonomic/recurrence.py ${PYSITELIB}/sympy/holonomic/recurrence.pyc ${PYSITELIB}/sympy/holonomic/recurrence.pyo +${PYSITELIB}/sympy/holonomic/tests/__init__.py +${PYSITELIB}/sympy/holonomic/tests/__init__.pyc +${PYSITELIB}/sympy/holonomic/tests/__init__.pyo ${PYSITELIB}/sympy/holonomic/tests/test_holonomic.py ${PYSITELIB}/sympy/holonomic/tests/test_holonomic.pyc ${PYSITELIB}/sympy/holonomic/tests/test_holonomic.pyo @@ -1015,9 +1027,18 @@ ${PYSITELIB}/sympy/integrals/risch.pyo ${PYSITELIB}/sympy/integrals/rubi/__init__.py ${PYSITELIB}/sympy/integrals/rubi/__init__.pyc ${PYSITELIB}/sympy/integrals/rubi/__init__.pyo +${PYSITELIB}/sympy/integrals/rubi/constraints.py +${PYSITELIB}/sympy/integrals/rubi/constraints.pyc +${PYSITELIB}/sympy/integrals/rubi/constraints.pyo ${PYSITELIB}/sympy/integrals/rubi/parsetools/__init__.py ${PYSITELIB}/sympy/integrals/rubi/parsetools/__init__.pyc ${PYSITELIB}/sympy/integrals/rubi/parsetools/__init__.pyo +${PYSITELIB}/sympy/integrals/rubi/parsetools/generate_rules.py +${PYSITELIB}/sympy/integrals/rubi/parsetools/generate_rules.pyc +${PYSITELIB}/sympy/integrals/rubi/parsetools/generate_rules.pyo +${PYSITELIB}/sympy/integrals/rubi/parsetools/generate_tests.py +${PYSITELIB}/sympy/integrals/rubi/parsetools/generate_tests.pyc +${PYSITELIB}/sympy/integrals/rubi/parsetools/generate_tests.pyo ${PYSITELIB}/sympy/integrals/rubi/parsetools/header.py.txt ${PYSITELIB}/sympy/integrals/rubi/parsetools/parse.py ${PYSITELIB}/sympy/integrals/rubi/parsetools/parse.pyc @@ -1031,6 +1052,54 @@ ${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/test_parse.pyo ${PYSITELIB}/sympy/integrals/rubi/rubi.py ${PYSITELIB}/sympy/integrals/rubi/rubi.pyc ${PYSITELIB}/sympy/integrals/rubi/rubi.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/__init__.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/__init__.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/__init__.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/__init__.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/__init__.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/__init__.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_1_2.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_1_2.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_1_2.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_1_3.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_1_3.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_1_3.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_1_4.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_1_4.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_1_4.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_exponential.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_exponential.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_exponential.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_hyperbolic_sine.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_hyperbolic_sine.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_hyperbolic_sine.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_inverse_hyperbolic_sine.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_inverse_hyperbolic_sine.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_inverse_hyperbolic_sine.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_inverse_sine.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_inverse_sine.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_inverse_sine.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_logarithms.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_logarithms.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_logarithms.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_miscellaneous_algebra.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_miscellaneous_algebra.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_miscellaneous_algebra.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_secant.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_secant.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_secant.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_sine.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_sine.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_sine.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_special_functions.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_special_functions.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_special_functions.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_tangent.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_tangent.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_tangent.pyo +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_trinomials.py +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_trinomials.pyc +${PYSITELIB}/sympy/integrals/rubi/rubi_tests/tests/test_trinomials.pyo ${PYSITELIB}/sympy/integrals/rubi/rules/__init__.py ${PYSITELIB}/sympy/integrals/rubi/rules/__init__.pyc ${PYSITELIB}/sympy/integrals/rubi/rules/__init__.pyo @@ -1079,6 +1148,9 @@ ${PYSITELIB}/sympy/integrals/rubi/rules/secant.pyo ${PYSITELIB}/sympy/integrals/rubi/rules/sine.py ${PYSITELIB}/sympy/integrals/rubi/rules/sine.pyc ${PYSITELIB}/sympy/integrals/rubi/rules/sine.pyo +${PYSITELIB}/sympy/integrals/rubi/rules/special_functions.py +${PYSITELIB}/sympy/integrals/rubi/rules/special_functions.pyc +${PYSITELIB}/sympy/integrals/rubi/rules/special_functions.pyo ${PYSITELIB}/sympy/integrals/rubi/rules/tangent.py ${PYSITELIB}/sympy/integrals/rubi/rules/tangent.pyc ${PYSITELIB}/sympy/integrals/rubi/rules/tangent.pyo @@ -1091,15 +1163,6 @@ ${PYSITELIB}/sympy/integrals/rubi/symbol.pyo ${PYSITELIB}/sympy/integrals/rubi/tests/__init__.py ${PYSITELIB}/sympy/integrals/rubi/tests/__init__.pyc ${PYSITELIB}/sympy/integrals/rubi/tests/__init__.pyo -${PYSITELIB}/sympy/integrals/rubi/tests/test_1_2.py -${PYSITELIB}/sympy/integrals/rubi/tests/test_1_2.pyc -${PYSITELIB}/sympy/integrals/rubi/tests/test_1_2.pyo -${PYSITELIB}/sympy/integrals/rubi/tests/test_1_3.py -${PYSITELIB}/sympy/integrals/rubi/tests/test_1_3.pyc -${PYSITELIB}/sympy/integrals/rubi/tests/test_1_3.pyo -${PYSITELIB}/sympy/integrals/rubi/tests/test_1_4.py -${PYSITELIB}/sympy/integrals/rubi/tests/test_1_4.pyc -${PYSITELIB}/sympy/integrals/rubi/tests/test_1_4.pyo ${PYSITELIB}/sympy/integrals/rubi/tests/test_rubi_integrate.py ${PYSITELIB}/sympy/integrals/rubi/tests/test_rubi_integrate.pyc ${PYSITELIB}/sympy/integrals/rubi/tests/test_rubi_integrate.pyo @@ -1511,6 +1574,9 @@ ${PYSITELIB}/sympy/multipledispatch/core.pyo ${PYSITELIB}/sympy/multipledispatch/dispatcher.py ${PYSITELIB}/sympy/multipledispatch/dispatcher.pyc ${PYSITELIB}/sympy/multipledispatch/dispatcher.pyo +${PYSITELIB}/sympy/multipledispatch/tests/__init__.py +${PYSITELIB}/sympy/multipledispatch/tests/__init__.pyc +${PYSITELIB}/sympy/multipledispatch/tests/__init__.pyo ${PYSITELIB}/sympy/multipledispatch/tests/test_conflict.py ${PYSITELIB}/sympy/multipledispatch/tests/test_conflict.pyc ${PYSITELIB}/sympy/multipledispatch/tests/test_conflict.pyo @@ -1595,6 +1661,98 @@ ${PYSITELIB}/sympy/parsing/__init__.pyo ${PYSITELIB}/sympy/parsing/ast_parser.py ${PYSITELIB}/sympy/parsing/ast_parser.pyc ${PYSITELIB}/sympy/parsing/ast_parser.pyo +${PYSITELIB}/sympy/parsing/autolev/Autolev.g4 +${PYSITELIB}/sympy/parsing/autolev/__init__.py +${PYSITELIB}/sympy/parsing/autolev/__init__.pyc +${PYSITELIB}/sympy/parsing/autolev/__init__.pyo +${PYSITELIB}/sympy/parsing/autolev/_antlr/__init__.py +${PYSITELIB}/sympy/parsing/autolev/_antlr/__init__.pyc +${PYSITELIB}/sympy/parsing/autolev/_antlr/__init__.pyo +${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevlexer.py +${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevlexer.pyc +${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevlexer.pyo +${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevlistener.py +${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevlistener.pyc +${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevlistener.pyo +${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevparser.py +${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevparser.pyc +${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevparser.pyo +${PYSITELIB}/sympy/parsing/autolev/_listener_autolev_antlr.py +${PYSITELIB}/sympy/parsing/autolev/_listener_autolev_antlr.pyc +${PYSITELIB}/sympy/parsing/autolev/_listener_autolev_antlr.pyo +${PYSITELIB}/sympy/parsing/autolev/_parse_autolev_antlr.py +${PYSITELIB}/sympy/parsing/autolev/_parse_autolev_antlr.pyc +${PYSITELIB}/sympy/parsing/autolev/_parse_autolev_antlr.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/__init__.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/__init__.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/__init__.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/__init__.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/__init__.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/__init__.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest1.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest1.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest1.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest1.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest10.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest10.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest10.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest10.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest11.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest11.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest11.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest11.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest12.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest12.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest12.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest12.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest2.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest2.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest2.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest2.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest3.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest3.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest3.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest3.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest4.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest4.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest4.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest4.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest5.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest5.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest5.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest5.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest6.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest6.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest6.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest6.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest7.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest7.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest7.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest7.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest8.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest8.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest8.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest8.pyo +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest9.al +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest9.py +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest9.pyc +${PYSITELIB}/sympy/parsing/autolev/test-examples/ruletest9.pyo ${PYSITELIB}/sympy/parsing/latex/LICENSE.txt ${PYSITELIB}/sympy/parsing/latex/LaTeX.g4 ${PYSITELIB}/sympy/parsing/latex/__init__.py @@ -1603,13 +1761,9 @@ ${PYSITELIB}/sympy/parsing/latex/__init__.pyo ${PYSITELIB}/sympy/parsing/latex/_antlr/__init__.py ${PYSITELIB}/sympy/parsing/latex/_antlr/__init__.pyc ${PYSITELIB}/sympy/parsing/latex/_antlr/__init__.pyo -${PYSITELIB}/sympy/parsing/latex/_antlr/latex.interp -${PYSITELIB}/sympy/parsing/latex/_antlr/latex.tokens -${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.interp ${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.py ${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.pyc ${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.pyo -${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.tokens ${PYSITELIB}/sympy/parsing/latex/_antlr/latexparser.py ${PYSITELIB}/sympy/parsing/latex/_antlr/latexparser.pyc ${PYSITELIB}/sympy/parsing/latex/_antlr/latexparser.pyo @@ -1634,6 +1788,9 @@ ${PYSITELIB}/sympy/parsing/sympy_parser.pyo ${PYSITELIB}/sympy/parsing/tests/__init__.py ${PYSITELIB}/sympy/parsing/tests/__init__.pyc ${PYSITELIB}/sympy/parsing/tests/__init__.pyo +${PYSITELIB}/sympy/parsing/tests/test_autolev.py +${PYSITELIB}/sympy/parsing/tests/test_autolev.pyc +${PYSITELIB}/sympy/parsing/tests/test_autolev.pyo ${PYSITELIB}/sympy/parsing/tests/test_implicit_multiplication_application.py ${PYSITELIB}/sympy/parsing/tests/test_implicit_multiplication_application.pyc ${PYSITELIB}/sympy/parsing/tests/test_implicit_multiplication_application.pyo @@ -3197,6 +3354,12 @@ ${PYSITELIB}/sympy/stats/frv.pyo ${PYSITELIB}/sympy/stats/frv_types.py ${PYSITELIB}/sympy/stats/frv_types.pyc ${PYSITELIB}/sympy/stats/frv_types.pyo +${PYSITELIB}/sympy/stats/joint_rv.py +${PYSITELIB}/sympy/stats/joint_rv.pyc +${PYSITELIB}/sympy/stats/joint_rv.pyo +${PYSITELIB}/sympy/stats/joint_rv_types.py +${PYSITELIB}/sympy/stats/joint_rv_types.pyc +${PYSITELIB}/sympy/stats/joint_rv_types.pyo ${PYSITELIB}/sympy/stats/rv.py ${PYSITELIB}/sympy/stats/rv.pyc ${PYSITELIB}/sympy/stats/rv.pyo @@ -3221,6 +3384,9 @@ ${PYSITELIB}/sympy/stats/tests/test_error_prop.pyo ${PYSITELIB}/sympy/stats/tests/test_finite_rv.py ${PYSITELIB}/sympy/stats/tests/test_finite_rv.pyc ${PYSITELIB}/sympy/stats/tests/test_finite_rv.pyo +${PYSITELIB}/sympy/stats/tests/test_joint_rv.py +${PYSITELIB}/sympy/stats/tests/test_joint_rv.pyc +${PYSITELIB}/sympy/stats/tests/test_joint_rv.pyo ${PYSITELIB}/sympy/stats/tests/test_mix.py ${PYSITELIB}/sympy/stats/tests/test_mix.pyc ${PYSITELIB}/sympy/stats/tests/test_mix.pyo diff --git a/math/py-sympy/distinfo b/math/py-sympy/distinfo index 034af91a5a4..5835dd11a3d 100644 --- a/math/py-sympy/distinfo +++ b/math/py-sympy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2018/07/19 20:15:36 prlw1 Exp $ +$NetBSD: distinfo,v 1.13 2019/12/16 23:54:47 minskim Exp $ -SHA1 (sympy-1.2.tar.gz) = 7f149e0fab7dc0572fa2396c055decceaf384e03 -RMD160 (sympy-1.2.tar.gz) = f3b2100b40c3ac6f33c2e7568e3fe5c16decb15c -SHA512 (sympy-1.2.tar.gz) = ee69f0be3a4215245c1e8c870befb3b53e763f8ec483b08716bc34e54435cb9f1fbd12fd605286588c9d5731ed3ec9935134da3adf9ca95014a41f065a74db37 -Size (sympy-1.2.tar.gz) = 5425875 bytes +SHA1 (sympy-1.3.tar.gz) = bbbf7b4331547f57fc43609cfb2d466f9ba75e1f +RMD160 (sympy-1.3.tar.gz) = b119712c160313049f5979c7d94b6e39ed83def0 +SHA512 (sympy-1.3.tar.gz) = 3b47dcf80e9a0ca7d65860907264bbcd6f6022275c717784cd165a7a824dca3471bc5a3be9d1af6ab31e04b29f7d5305713fc47ccb67f798f45281e0ab7e03bf +Size (sympy-1.3.tar.gz) = 5885611 bytes |