pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-sympy import py-sympy-0.5.14, a Python library...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c39cdcce5bcf
branches:  trunk
changeset: 542159:c39cdcce5bcf
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon May 05 19:10:02 2008 +0000

description:
import py-sympy-0.5.14, a Python library for symbolic calculations

diffstat:

 math/py-sympy/DESCR            |     1 +
 math/py-sympy/Makefile         |    23 +
 math/py-sympy/PLIST            |  1043 ++++++++++++++++++++++++++++++++++++++++
 math/py-sympy/distinfo         |     6 +
 math/py-sympy/patches/patch-aa |    17 +
 5 files changed, 1090 insertions(+), 0 deletions(-)

diffs (truncated from 1110 to 300 lines):

diff -r 4f3e31e31128 -r c39cdcce5bcf math/py-sympy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-sympy/DESCR       Mon May 05 19:10:02 2008 +0000
@@ -0,0 +1,1 @@
+A Python library for symbolic mathematics.
diff -r 4f3e31e31128 -r c39cdcce5bcf math/py-sympy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-sympy/Makefile    Mon May 05 19:10:02 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/05/05 19:10:02 drochner Exp $
+#
+
+DISTNAME=      sympy-0.5.14
+PKGNAME=       ${PYPKGPREFIX}-sympy-0.5.14
+CATEGORIES=    math
+MASTER_SITES=  http://sympy.googlecode.com/files/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://code.google.com/p/sympy/
+COMMENT=       Python library for symbolic mathematics
+
+USE_LANGUAGES= # none
+PYDISTUTILSPKG=        yes
+PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
+
+post-extract:
+       ${CP} ${WRKSRC}/bin/isympy ${WRKSRC}/bin/isympy${PYVERSSUFFIX}
+       ${CP} ${WRKSRC}/doc/man/isympy.1 \
+               ${WRKSRC}/doc/man/isympy${PYVERSSUFFIX}.1
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4f3e31e31128 -r c39cdcce5bcf math/py-sympy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-sympy/PLIST       Mon May 05 19:10:02 2008 +0000
@@ -0,0 +1,1043 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/05 19:10:02 drochner Exp $
+bin/isympy${PYVERSSUFFIX}
+${PYSITELIB}/sympy/__init__.py
+${PYSITELIB}/sympy/__init__.pyc
+${PYSITELIB}/sympy/__init__.pyo
+${PYSITELIB}/sympy/abc.py
+${PYSITELIB}/sympy/abc.pyc
+${PYSITELIB}/sympy/abc.pyo
+${PYSITELIB}/sympy/concrete/__init__.py
+${PYSITELIB}/sympy/concrete/__init__.pyc
+${PYSITELIB}/sympy/concrete/__init__.pyo
+${PYSITELIB}/sympy/concrete/gosper.py
+${PYSITELIB}/sympy/concrete/gosper.pyc
+${PYSITELIB}/sympy/concrete/gosper.pyo
+${PYSITELIB}/sympy/concrete/products.py
+${PYSITELIB}/sympy/concrete/products.pyc
+${PYSITELIB}/sympy/concrete/products.pyo
+${PYSITELIB}/sympy/concrete/summations.py
+${PYSITELIB}/sympy/concrete/summations.pyc
+${PYSITELIB}/sympy/concrete/summations.pyo
+${PYSITELIB}/sympy/concrete/sums_products.py
+${PYSITELIB}/sympy/concrete/sums_products.pyc
+${PYSITELIB}/sympy/concrete/sums_products.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_products.py
+${PYSITELIB}/sympy/concrete/tests/test_products.pyc
+${PYSITELIB}/sympy/concrete/tests/test_products.pyo
+${PYSITELIB}/sympy/concrete/tests/test_sums_products.py
+${PYSITELIB}/sympy/concrete/tests/test_sums_products.pyc
+${PYSITELIB}/sympy/concrete/tests/test_sums_products.pyo
+${PYSITELIB}/sympy/concrete/utilities.py
+${PYSITELIB}/sympy/concrete/utilities.pyc
+${PYSITELIB}/sympy/concrete/utilities.pyo
+${PYSITELIB}/sympy/conftest.py
+${PYSITELIB}/sympy/conftest.pyc
+${PYSITELIB}/sympy/conftest.pyo
+${PYSITELIB}/sympy/core/__init__.py
+${PYSITELIB}/sympy/core/__init__.pyc
+${PYSITELIB}/sympy/core/__init__.pyo
+${PYSITELIB}/sympy/core/add.py
+${PYSITELIB}/sympy/core/add.pyc
+${PYSITELIB}/sympy/core/add.pyo
+${PYSITELIB}/sympy/core/assumptions.py
+${PYSITELIB}/sympy/core/assumptions.pyc
+${PYSITELIB}/sympy/core/assumptions.pyo
+${PYSITELIB}/sympy/core/ast_parser.py
+${PYSITELIB}/sympy/core/ast_parser.pyc
+${PYSITELIB}/sympy/core/ast_parser.pyo
+${PYSITELIB}/sympy/core/basic.py
+${PYSITELIB}/sympy/core/basic.pyc
+${PYSITELIB}/sympy/core/basic.pyo
+${PYSITELIB}/sympy/core/cache.py
+${PYSITELIB}/sympy/core/cache.pyc
+${PYSITELIB}/sympy/core/cache.pyo
+${PYSITELIB}/sympy/core/decimal_math.py
+${PYSITELIB}/sympy/core/decimal_math.pyc
+${PYSITELIB}/sympy/core/decimal_math.pyo
+${PYSITELIB}/sympy/core/function.py
+${PYSITELIB}/sympy/core/function.pyc
+${PYSITELIB}/sympy/core/function.pyo
+${PYSITELIB}/sympy/core/interval.py
+${PYSITELIB}/sympy/core/interval.pyc
+${PYSITELIB}/sympy/core/interval.pyo
+${PYSITELIB}/sympy/core/methods.py
+${PYSITELIB}/sympy/core/methods.pyc
+${PYSITELIB}/sympy/core/methods.pyo
+${PYSITELIB}/sympy/core/mul.py
+${PYSITELIB}/sympy/core/mul.pyc
+${PYSITELIB}/sympy/core/mul.pyo
+${PYSITELIB}/sympy/core/numbers.py
+${PYSITELIB}/sympy/core/numbers.pyc
+${PYSITELIB}/sympy/core/numbers.pyo
+${PYSITELIB}/sympy/core/operations.py
+${PYSITELIB}/sympy/core/operations.pyc
+${PYSITELIB}/sympy/core/operations.pyo
+${PYSITELIB}/sympy/core/power.py
+${PYSITELIB}/sympy/core/power.pyc
+${PYSITELIB}/sympy/core/power.pyo
+${PYSITELIB}/sympy/core/relational.py
+${PYSITELIB}/sympy/core/relational.pyc
+${PYSITELIB}/sympy/core/relational.pyo
+${PYSITELIB}/sympy/core/symbol.py
+${PYSITELIB}/sympy/core/symbol.pyc
+${PYSITELIB}/sympy/core/symbol.pyo
+${PYSITELIB}/sympy/core/sympify.py
+${PYSITELIB}/sympy/core/sympify.pyc
+${PYSITELIB}/sympy/core/sympify.pyo
+${PYSITELIB}/sympy/core/tests/test_arit.py
+${PYSITELIB}/sympy/core/tests/test_arit.pyc
+${PYSITELIB}/sympy/core/tests/test_arit.pyo
+${PYSITELIB}/sympy/core/tests/test_assumptions.py
+${PYSITELIB}/sympy/core/tests/test_assumptions.pyc
+${PYSITELIB}/sympy/core/tests/test_assumptions.pyo
+${PYSITELIB}/sympy/core/tests/test_basic.py
+${PYSITELIB}/sympy/core/tests/test_basic.pyc
+${PYSITELIB}/sympy/core/tests/test_basic.pyo
+${PYSITELIB}/sympy/core/tests/test_complex.py
+${PYSITELIB}/sympy/core/tests/test_complex.pyc
+${PYSITELIB}/sympy/core/tests/test_complex.pyo
+${PYSITELIB}/sympy/core/tests/test_count_ops.py
+${PYSITELIB}/sympy/core/tests/test_count_ops.pyc
+${PYSITELIB}/sympy/core/tests/test_count_ops.pyo
+${PYSITELIB}/sympy/core/tests/test_diff.py
+${PYSITELIB}/sympy/core/tests/test_diff.pyc
+${PYSITELIB}/sympy/core/tests/test_diff.pyo
+${PYSITELIB}/sympy/core/tests/test_equal.py
+${PYSITELIB}/sympy/core/tests/test_equal.pyc
+${PYSITELIB}/sympy/core/tests/test_equal.pyo
+${PYSITELIB}/sympy/core/tests/test_eval.py
+${PYSITELIB}/sympy/core/tests/test_eval.pyc
+${PYSITELIB}/sympy/core/tests/test_eval.pyo
+${PYSITELIB}/sympy/core/tests/test_eval_power.py
+${PYSITELIB}/sympy/core/tests/test_eval_power.pyc
+${PYSITELIB}/sympy/core/tests/test_eval_power.pyo
+${PYSITELIB}/sympy/core/tests/test_functions.py
+${PYSITELIB}/sympy/core/tests/test_functions.pyc
+${PYSITELIB}/sympy/core/tests/test_functions.pyo
+${PYSITELIB}/sympy/core/tests/test_match.py
+${PYSITELIB}/sympy/core/tests/test_match.pyc
+${PYSITELIB}/sympy/core/tests/test_match.pyo
+${PYSITELIB}/sympy/core/tests/test_numbers.py
+${PYSITELIB}/sympy/core/tests/test_numbers.pyc
+${PYSITELIB}/sympy/core/tests/test_numbers.pyo
+${PYSITELIB}/sympy/core/tests/test_relational.py
+${PYSITELIB}/sympy/core/tests/test_relational.pyc
+${PYSITELIB}/sympy/core/tests/test_relational.pyo
+${PYSITELIB}/sympy/core/tests/test_str.py
+${PYSITELIB}/sympy/core/tests/test_str.pyc
+${PYSITELIB}/sympy/core/tests/test_str.pyo
+${PYSITELIB}/sympy/core/tests/test_subs.py
+${PYSITELIB}/sympy/core/tests/test_subs.pyc
+${PYSITELIB}/sympy/core/tests/test_subs.pyo
+${PYSITELIB}/sympy/core/tests/test_symbol.py
+${PYSITELIB}/sympy/core/tests/test_symbol.pyc
+${PYSITELIB}/sympy/core/tests/test_symbol.pyo
+${PYSITELIB}/sympy/core/tests/test_sympify.py
+${PYSITELIB}/sympy/core/tests/test_sympify.pyc
+${PYSITELIB}/sympy/core/tests/test_sympify.pyo
+${PYSITELIB}/sympy/core/tests/test_truediv.py
+${PYSITELIB}/sympy/core/tests/test_truediv.pyc
+${PYSITELIB}/sympy/core/tests/test_truediv.pyo
+${PYSITELIB}/sympy/core/tests/test_var.py
+${PYSITELIB}/sympy/core/tests/test_var.pyc
+${PYSITELIB}/sympy/core/tests/test_var.pyo
+${PYSITELIB}/sympy/functions/__init__.py
+${PYSITELIB}/sympy/functions/__init__.pyc
+${PYSITELIB}/sympy/functions/__init__.pyo
+${PYSITELIB}/sympy/functions/combinatorial/__init__.py
+${PYSITELIB}/sympy/functions/combinatorial/__init__.pyc
+${PYSITELIB}/sympy/functions/combinatorial/__init__.pyo
+${PYSITELIB}/sympy/functions/combinatorial/factorials.py
+${PYSITELIB}/sympy/functions/combinatorial/factorials.pyc
+${PYSITELIB}/sympy/functions/combinatorial/factorials.pyo
+${PYSITELIB}/sympy/functions/combinatorial/numbers.py
+${PYSITELIB}/sympy/functions/combinatorial/numbers.pyc
+${PYSITELIB}/sympy/functions/combinatorial/numbers.pyo
+${PYSITELIB}/sympy/functions/combinatorial/tests/test_comb_factorials.py
+${PYSITELIB}/sympy/functions/combinatorial/tests/test_comb_factorials.pyc
+${PYSITELIB}/sympy/functions/combinatorial/tests/test_comb_factorials.pyo
+${PYSITELIB}/sympy/functions/combinatorial/tests/test_comb_numbers.py
+${PYSITELIB}/sympy/functions/combinatorial/tests/test_comb_numbers.pyc
+${PYSITELIB}/sympy/functions/combinatorial/tests/test_comb_numbers.pyo
+${PYSITELIB}/sympy/functions/elementary/__init__.py
+${PYSITELIB}/sympy/functions/elementary/__init__.pyc
+${PYSITELIB}/sympy/functions/elementary/__init__.pyo
+${PYSITELIB}/sympy/functions/elementary/complexes.py
+${PYSITELIB}/sympy/functions/elementary/complexes.pyc
+${PYSITELIB}/sympy/functions/elementary/complexes.pyo
+${PYSITELIB}/sympy/functions/elementary/exponential.py
+${PYSITELIB}/sympy/functions/elementary/exponential.pyc
+${PYSITELIB}/sympy/functions/elementary/exponential.pyo
+${PYSITELIB}/sympy/functions/elementary/hyperbolic.py
+${PYSITELIB}/sympy/functions/elementary/hyperbolic.pyc
+${PYSITELIB}/sympy/functions/elementary/hyperbolic.pyo
+${PYSITELIB}/sympy/functions/elementary/integers.py
+${PYSITELIB}/sympy/functions/elementary/integers.pyc
+${PYSITELIB}/sympy/functions/elementary/integers.pyo
+${PYSITELIB}/sympy/functions/elementary/miscellaneous.py
+${PYSITELIB}/sympy/functions/elementary/miscellaneous.pyc
+${PYSITELIB}/sympy/functions/elementary/miscellaneous.pyo
+${PYSITELIB}/sympy/functions/elementary/tests/test_complexes.py
+${PYSITELIB}/sympy/functions/elementary/tests/test_complexes.pyc
+${PYSITELIB}/sympy/functions/elementary/tests/test_complexes.pyo
+${PYSITELIB}/sympy/functions/elementary/tests/test_exponential.py
+${PYSITELIB}/sympy/functions/elementary/tests/test_exponential.pyc
+${PYSITELIB}/sympy/functions/elementary/tests/test_exponential.pyo
+${PYSITELIB}/sympy/functions/elementary/tests/test_hyperbolic.py
+${PYSITELIB}/sympy/functions/elementary/tests/test_hyperbolic.pyc
+${PYSITELIB}/sympy/functions/elementary/tests/test_hyperbolic.pyo
+${PYSITELIB}/sympy/functions/elementary/tests/test_integers.py
+${PYSITELIB}/sympy/functions/elementary/tests/test_integers.pyc
+${PYSITELIB}/sympy/functions/elementary/tests/test_integers.pyo
+${PYSITELIB}/sympy/functions/elementary/tests/test_interface.py
+${PYSITELIB}/sympy/functions/elementary/tests/test_interface.pyc
+${PYSITELIB}/sympy/functions/elementary/tests/test_interface.pyo
+${PYSITELIB}/sympy/functions/elementary/tests/test_miscellaneous.py
+${PYSITELIB}/sympy/functions/elementary/tests/test_miscellaneous.pyc
+${PYSITELIB}/sympy/functions/elementary/tests/test_miscellaneous.pyo
+${PYSITELIB}/sympy/functions/elementary/tests/test_trigonometric.py
+${PYSITELIB}/sympy/functions/elementary/tests/test_trigonometric.pyc
+${PYSITELIB}/sympy/functions/elementary/tests/test_trigonometric.pyo
+${PYSITELIB}/sympy/functions/elementary/trigonometric.py
+${PYSITELIB}/sympy/functions/elementary/trigonometric.pyc
+${PYSITELIB}/sympy/functions/elementary/trigonometric.pyo
+${PYSITELIB}/sympy/functions/special/__init__.py
+${PYSITELIB}/sympy/functions/special/__init__.pyc
+${PYSITELIB}/sympy/functions/special/__init__.pyo
+${PYSITELIB}/sympy/functions/special/error_functions.py
+${PYSITELIB}/sympy/functions/special/error_functions.pyc
+${PYSITELIB}/sympy/functions/special/error_functions.pyo
+${PYSITELIB}/sympy/functions/special/gamma_functions.py
+${PYSITELIB}/sympy/functions/special/gamma_functions.pyc
+${PYSITELIB}/sympy/functions/special/gamma_functions.pyo
+${PYSITELIB}/sympy/functions/special/polynomials.py
+${PYSITELIB}/sympy/functions/special/polynomials.pyc
+${PYSITELIB}/sympy/functions/special/polynomials.pyo
+${PYSITELIB}/sympy/functions/special/spherical_harmonics.py
+${PYSITELIB}/sympy/functions/special/spherical_harmonics.pyc
+${PYSITELIB}/sympy/functions/special/spherical_harmonics.pyo
+${PYSITELIB}/sympy/functions/special/tests/test_error_functions.py
+${PYSITELIB}/sympy/functions/special/tests/test_error_functions.pyc
+${PYSITELIB}/sympy/functions/special/tests/test_error_functions.pyo
+${PYSITELIB}/sympy/functions/special/tests/test_gamma_functions.py
+${PYSITELIB}/sympy/functions/special/tests/test_gamma_functions.pyc
+${PYSITELIB}/sympy/functions/special/tests/test_gamma_functions.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
+${PYSITELIB}/sympy/functions/special/tests/test_spherical_harmonics.py
+${PYSITELIB}/sympy/functions/special/tests/test_spherical_harmonics.pyc
+${PYSITELIB}/sympy/functions/special/tests/test_spherical_harmonics.pyo
+${PYSITELIB}/sympy/functions/special/tests/test_zeta_functions.py
+${PYSITELIB}/sympy/functions/special/tests/test_zeta_functions.pyc
+${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/geometry/__init__.py
+${PYSITELIB}/sympy/geometry/__init__.pyc
+${PYSITELIB}/sympy/geometry/__init__.pyo
+${PYSITELIB}/sympy/geometry/ellipse.py
+${PYSITELIB}/sympy/geometry/ellipse.pyc
+${PYSITELIB}/sympy/geometry/ellipse.pyo
+${PYSITELIB}/sympy/geometry/entity.py
+${PYSITELIB}/sympy/geometry/entity.pyc
+${PYSITELIB}/sympy/geometry/entity.pyo
+${PYSITELIB}/sympy/geometry/exceptions.py
+${PYSITELIB}/sympy/geometry/exceptions.pyc
+${PYSITELIB}/sympy/geometry/exceptions.pyo
+${PYSITELIB}/sympy/geometry/line.py
+${PYSITELIB}/sympy/geometry/line.pyc
+${PYSITELIB}/sympy/geometry/line.pyo
+${PYSITELIB}/sympy/geometry/point.py
+${PYSITELIB}/sympy/geometry/point.pyc
+${PYSITELIB}/sympy/geometry/point.pyo
+${PYSITELIB}/sympy/geometry/polygon.py
+${PYSITELIB}/sympy/geometry/polygon.pyc
+${PYSITELIB}/sympy/geometry/polygon.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/util.py



Home | Main Index | Thread Index | Old Index