Wed Aug 11 13:36:48 2010 UTC ()
update to 0.6.7, from Kamel Derouiche per PR pkg/43731
changes:
-implement visual factorint()
-implement symarray(): numpy array of sympy symbols
-misc fixes and improvements


(drochner)
diff -r1.7 -r1.8 pkgsrc/math/py-sympy/Makefile
diff -r1.5 -r1.6 pkgsrc/math/py-sympy/PLIST
diff -r1.4 -r1.5 pkgsrc/math/py-sympy/distinfo
diff -r1.3 -r1.4 pkgsrc/math/py-sympy/patches/patch-aa

cvs diff -r1.7 -r1.8 pkgsrc/math/py-sympy/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-sympy/Makefile 2010/01/27 14:21:19 1.7
+++ pkgsrc/math/py-sympy/Makefile 2010/08/11 13:36:48 1.8
@@ -1,29 +1,31 @@ @@ -1,29 +1,31 @@
1# $NetBSD: Makefile,v 1.7 2010/01/27 14:21:19 drochner Exp $ 1# $NetBSD: Makefile,v 1.8 2010/08/11 13:36:48 drochner Exp $
2# 2#
3 3
4DISTNAME= sympy-0.6.6 4DISTNAME= sympy-0.6.7
5PKGNAME= ${PYPKGPREFIX}-sympy-0.6.6 5PKGNAME= ${PYPKGPREFIX}-sympy-0.6.7
6CATEGORIES= math 6CATEGORIES= math
7MASTER_SITES= http://sympy.googlecode.com/files/ 7MASTER_SITES= http://sympy.googlecode.com/files/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://code.google.com/p/sympy/ 10HOMEPAGE= http://code.google.com/p/sympy/
11COMMENT= Python library for symbolic mathematics 11COMMENT= Python library for symbolic mathematics
 12LICENSE= modified-bsd
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15USE_LANGUAGES= # none 16USE_LANGUAGES= # none
16PYDISTUTILSPKG= yes 17PYDISTUTILSPKG= yes
17PYTHON_VERSIONS_ACCEPTED= 25 24 18PYTHON_VERSIONS_ACCEPTED= 26 25 24
18PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 19PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
19 20
20post-extract: 21post-extract:
21 ${CP} ${WRKSRC}/bin/isympy ${WRKSRC}/bin/isympy${PYVERSSUFFIX} 22 ${CP} ${WRKSRC}/bin/isympy ${WRKSRC}/bin/isympy${PYVERSSUFFIX}
22 ${CP} ${WRKSRC}/doc/man/isympy.1 \ 23 ${CP} ${WRKSRC}/doc/man/isympy.1 \
23 ${WRKSRC}/doc/man/isympy${PYVERSSUFFIX}.1 24 ${WRKSRC}/doc/man/isympy${PYVERSSUFFIX}.1
24 25
 26# advanced.pidigits is broken, don't worry if it fails
25do-test: 27do-test:
26 (cd ${WRKSRC}/examples && ${PYTHONBIN} all.py) 28 (cd ${WRKSRC}/examples && ${PYTHONBIN} all.py)
27 29
28.include "../../lang/python/extension.mk" 30.include "../../lang/python/extension.mk"
29.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/math/py-sympy/PLIST (expand / switch to unified diff)

--- pkgsrc/math/py-sympy/PLIST 2010/01/27 14:21:19 1.5
+++ pkgsrc/math/py-sympy/PLIST 2010/08/11 13:36:48 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2010/01/27 14:21:19 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.6 2010/08/11 13:36:48 drochner Exp $
2bin/isympy${PYVERSSUFFIX} 2bin/isympy${PYVERSSUFFIX}
3${PYSITELIB}/sympy/__init__.py 3${PYSITELIB}/sympy/__init__.py
4${PYSITELIB}/sympy/__init__.pyc 4${PYSITELIB}/sympy/__init__.pyc
5${PYSITELIB}/sympy/__init__.pyo 5${PYSITELIB}/sympy/__init__.pyo
6${PYSITELIB}/sympy/abc.py 6${PYSITELIB}/sympy/abc.py
7${PYSITELIB}/sympy/abc.pyc 7${PYSITELIB}/sympy/abc.pyc
8${PYSITELIB}/sympy/abc.pyo 8${PYSITELIB}/sympy/abc.pyo
9${PYSITELIB}/sympy/assumptions/__init__.py 9${PYSITELIB}/sympy/assumptions/__init__.py
10${PYSITELIB}/sympy/assumptions/__init__.pyc 10${PYSITELIB}/sympy/assumptions/__init__.pyc
11${PYSITELIB}/sympy/assumptions/__init__.pyo 11${PYSITELIB}/sympy/assumptions/__init__.pyo
12${PYSITELIB}/sympy/assumptions/ask.py 12${PYSITELIB}/sympy/assumptions/ask.py
13${PYSITELIB}/sympy/assumptions/ask.pyc 13${PYSITELIB}/sympy/assumptions/ask.pyc
14${PYSITELIB}/sympy/assumptions/ask.pyo 14${PYSITELIB}/sympy/assumptions/ask.pyo
@@ -431,167 +431,230 @@ ${PYSITELIB}/sympy/logic/utilities/dimac @@ -431,167 +431,230 @@ ${PYSITELIB}/sympy/logic/utilities/dimac
431${PYSITELIB}/sympy/logic/utilities/dimacs.pyo 431${PYSITELIB}/sympy/logic/utilities/dimacs.pyo
432${PYSITELIB}/sympy/matrices/__init__.py 432${PYSITELIB}/sympy/matrices/__init__.py
433${PYSITELIB}/sympy/matrices/__init__.pyc 433${PYSITELIB}/sympy/matrices/__init__.pyc
434${PYSITELIB}/sympy/matrices/__init__.pyo 434${PYSITELIB}/sympy/matrices/__init__.pyo
435${PYSITELIB}/sympy/matrices/matrices.py 435${PYSITELIB}/sympy/matrices/matrices.py
436${PYSITELIB}/sympy/matrices/matrices.pyc 436${PYSITELIB}/sympy/matrices/matrices.pyc
437${PYSITELIB}/sympy/matrices/matrices.pyo 437${PYSITELIB}/sympy/matrices/matrices.pyo
438${PYSITELIB}/sympy/matrices/tests/test_matrices.py 438${PYSITELIB}/sympy/matrices/tests/test_matrices.py
439${PYSITELIB}/sympy/matrices/tests/test_matrices.pyc 439${PYSITELIB}/sympy/matrices/tests/test_matrices.pyc
440${PYSITELIB}/sympy/matrices/tests/test_matrices.pyo 440${PYSITELIB}/sympy/matrices/tests/test_matrices.pyo
441${PYSITELIB}/sympy/mpmath/__init__.py 441${PYSITELIB}/sympy/mpmath/__init__.py
442${PYSITELIB}/sympy/mpmath/__init__.pyc 442${PYSITELIB}/sympy/mpmath/__init__.pyc
443${PYSITELIB}/sympy/mpmath/__init__.pyo 443${PYSITELIB}/sympy/mpmath/__init__.pyo
444${PYSITELIB}/sympy/mpmath/calculus.py 444${PYSITELIB}/sympy/mpmath/calculus/__init__.py
445${PYSITELIB}/sympy/mpmath/calculus.pyc 445${PYSITELIB}/sympy/mpmath/calculus/__init__.pyc
446${PYSITELIB}/sympy/mpmath/calculus.pyo 446${PYSITELIB}/sympy/mpmath/calculus/__init__.pyo
 447${PYSITELIB}/sympy/mpmath/calculus/approximation.py
 448${PYSITELIB}/sympy/mpmath/calculus/approximation.pyc
 449${PYSITELIB}/sympy/mpmath/calculus/approximation.pyo
 450${PYSITELIB}/sympy/mpmath/calculus/calculus.py
 451${PYSITELIB}/sympy/mpmath/calculus/calculus.pyc
 452${PYSITELIB}/sympy/mpmath/calculus/calculus.pyo
 453${PYSITELIB}/sympy/mpmath/calculus/differentiation.py
 454${PYSITELIB}/sympy/mpmath/calculus/differentiation.pyc
 455${PYSITELIB}/sympy/mpmath/calculus/differentiation.pyo
 456${PYSITELIB}/sympy/mpmath/calculus/extrapolation.py
 457${PYSITELIB}/sympy/mpmath/calculus/extrapolation.pyc
 458${PYSITELIB}/sympy/mpmath/calculus/extrapolation.pyo
 459${PYSITELIB}/sympy/mpmath/calculus/odes.py
 460${PYSITELIB}/sympy/mpmath/calculus/odes.pyc
 461${PYSITELIB}/sympy/mpmath/calculus/odes.pyo
 462${PYSITELIB}/sympy/mpmath/calculus/optimization.py
 463${PYSITELIB}/sympy/mpmath/calculus/optimization.pyc
 464${PYSITELIB}/sympy/mpmath/calculus/optimization.pyo
 465${PYSITELIB}/sympy/mpmath/calculus/polynomials.py
 466${PYSITELIB}/sympy/mpmath/calculus/polynomials.pyc
 467${PYSITELIB}/sympy/mpmath/calculus/polynomials.pyo
 468${PYSITELIB}/sympy/mpmath/calculus/quadrature.py
 469${PYSITELIB}/sympy/mpmath/calculus/quadrature.pyc
 470${PYSITELIB}/sympy/mpmath/calculus/quadrature.pyo
447${PYSITELIB}/sympy/mpmath/conftest.py 471${PYSITELIB}/sympy/mpmath/conftest.py
448${PYSITELIB}/sympy/mpmath/conftest.pyc 472${PYSITELIB}/sympy/mpmath/conftest.pyc
449${PYSITELIB}/sympy/mpmath/conftest.pyo 473${PYSITELIB}/sympy/mpmath/conftest.pyo
450${PYSITELIB}/sympy/mpmath/elliptic.py 474${PYSITELIB}/sympy/mpmath/ctx_base.py
451${PYSITELIB}/sympy/mpmath/elliptic.pyc 475${PYSITELIB}/sympy/mpmath/ctx_base.pyc
452${PYSITELIB}/sympy/mpmath/elliptic.pyo 476${PYSITELIB}/sympy/mpmath/ctx_base.pyo
 477${PYSITELIB}/sympy/mpmath/ctx_fp.py
 478${PYSITELIB}/sympy/mpmath/ctx_fp.pyc
 479${PYSITELIB}/sympy/mpmath/ctx_fp.pyo
 480${PYSITELIB}/sympy/mpmath/ctx_mp.py
 481${PYSITELIB}/sympy/mpmath/ctx_mp.pyc
 482${PYSITELIB}/sympy/mpmath/ctx_mp.pyo
 483${PYSITELIB}/sympy/mpmath/ctx_mp_python.py
 484${PYSITELIB}/sympy/mpmath/ctx_mp_python.pyc
 485${PYSITELIB}/sympy/mpmath/ctx_mp_python.pyo
453${PYSITELIB}/sympy/mpmath/function_docs.py 486${PYSITELIB}/sympy/mpmath/function_docs.py
454${PYSITELIB}/sympy/mpmath/function_docs.pyc 487${PYSITELIB}/sympy/mpmath/function_docs.pyc
455${PYSITELIB}/sympy/mpmath/function_docs.pyo 488${PYSITELIB}/sympy/mpmath/function_docs.pyo
456${PYSITELIB}/sympy/mpmath/functions.py 489${PYSITELIB}/sympy/mpmath/functions/__init__.py
457${PYSITELIB}/sympy/mpmath/functions.pyc 490${PYSITELIB}/sympy/mpmath/functions/__init__.pyc
458${PYSITELIB}/sympy/mpmath/functions.pyo 491${PYSITELIB}/sympy/mpmath/functions/__init__.pyo
459${PYSITELIB}/sympy/mpmath/gammazeta.py 492${PYSITELIB}/sympy/mpmath/functions/elliptic.py
460${PYSITELIB}/sympy/mpmath/gammazeta.pyc 493${PYSITELIB}/sympy/mpmath/functions/elliptic.pyc
461${PYSITELIB}/sympy/mpmath/gammazeta.pyo 494${PYSITELIB}/sympy/mpmath/functions/elliptic.pyo
 495${PYSITELIB}/sympy/mpmath/functions/factorials.py
 496${PYSITELIB}/sympy/mpmath/functions/factorials.pyc
 497${PYSITELIB}/sympy/mpmath/functions/factorials.pyo
 498${PYSITELIB}/sympy/mpmath/functions/functions.py
 499${PYSITELIB}/sympy/mpmath/functions/functions.pyc
 500${PYSITELIB}/sympy/mpmath/functions/functions.pyo
 501${PYSITELIB}/sympy/mpmath/functions/hypergeometric.py
 502${PYSITELIB}/sympy/mpmath/functions/hypergeometric.pyc
 503${PYSITELIB}/sympy/mpmath/functions/hypergeometric.pyo
 504${PYSITELIB}/sympy/mpmath/functions/rszeta.py
 505${PYSITELIB}/sympy/mpmath/functions/rszeta.pyc
 506${PYSITELIB}/sympy/mpmath/functions/rszeta.pyo
 507${PYSITELIB}/sympy/mpmath/functions/zeta.py
 508${PYSITELIB}/sympy/mpmath/functions/zeta.pyc
 509${PYSITELIB}/sympy/mpmath/functions/zeta.pyo
462${PYSITELIB}/sympy/mpmath/identification.py 510${PYSITELIB}/sympy/mpmath/identification.py
463${PYSITELIB}/sympy/mpmath/identification.pyc 511${PYSITELIB}/sympy/mpmath/identification.pyc
464${PYSITELIB}/sympy/mpmath/identification.pyo 512${PYSITELIB}/sympy/mpmath/identification.pyo
465${PYSITELIB}/sympy/mpmath/libelefun.py 513${PYSITELIB}/sympy/mpmath/libmp/__init__.py
466${PYSITELIB}/sympy/mpmath/libelefun.pyc 514${PYSITELIB}/sympy/mpmath/libmp/__init__.pyc
467${PYSITELIB}/sympy/mpmath/libelefun.pyo 515${PYSITELIB}/sympy/mpmath/libmp/__init__.pyo
468${PYSITELIB}/sympy/mpmath/libhyper.py 516${PYSITELIB}/sympy/mpmath/libmp/backend.py
469${PYSITELIB}/sympy/mpmath/libhyper.pyc 517${PYSITELIB}/sympy/mpmath/libmp/backend.pyc
470${PYSITELIB}/sympy/mpmath/libhyper.pyo 518${PYSITELIB}/sympy/mpmath/libmp/backend.pyo
471${PYSITELIB}/sympy/mpmath/libintmath.py 519${PYSITELIB}/sympy/mpmath/libmp/gammazeta.py
472${PYSITELIB}/sympy/mpmath/libintmath.pyc 520${PYSITELIB}/sympy/mpmath/libmp/gammazeta.pyc
473${PYSITELIB}/sympy/mpmath/libintmath.pyo 521${PYSITELIB}/sympy/mpmath/libmp/gammazeta.pyo
474${PYSITELIB}/sympy/mpmath/libmpc.py 522${PYSITELIB}/sympy/mpmath/libmp/libelefun.py
475${PYSITELIB}/sympy/mpmath/libmpc.pyc 523${PYSITELIB}/sympy/mpmath/libmp/libelefun.pyc
476${PYSITELIB}/sympy/mpmath/libmpc.pyo 524${PYSITELIB}/sympy/mpmath/libmp/libelefun.pyo
477${PYSITELIB}/sympy/mpmath/libmpf.py 525${PYSITELIB}/sympy/mpmath/libmp/libhyper.py
478${PYSITELIB}/sympy/mpmath/libmpf.pyc 526${PYSITELIB}/sympy/mpmath/libmp/libhyper.pyc
479${PYSITELIB}/sympy/mpmath/libmpf.pyo 527${PYSITELIB}/sympy/mpmath/libmp/libhyper.pyo
480${PYSITELIB}/sympy/mpmath/libmpi.py 528${PYSITELIB}/sympy/mpmath/libmp/libintmath.py
481${PYSITELIB}/sympy/mpmath/libmpi.pyc 529${PYSITELIB}/sympy/mpmath/libmp/libintmath.pyc
482${PYSITELIB}/sympy/mpmath/libmpi.pyo 530${PYSITELIB}/sympy/mpmath/libmp/libintmath.pyo
483${PYSITELIB}/sympy/mpmath/linalg.py 531${PYSITELIB}/sympy/mpmath/libmp/libmpc.py
484${PYSITELIB}/sympy/mpmath/linalg.pyc 532${PYSITELIB}/sympy/mpmath/libmp/libmpc.pyc
485${PYSITELIB}/sympy/mpmath/linalg.pyo 533${PYSITELIB}/sympy/mpmath/libmp/libmpc.pyo
486${PYSITELIB}/sympy/mpmath/matrices.py 534${PYSITELIB}/sympy/mpmath/libmp/libmpf.py
487${PYSITELIB}/sympy/mpmath/matrices.pyc 535${PYSITELIB}/sympy/mpmath/libmp/libmpf.pyc
488${PYSITELIB}/sympy/mpmath/matrices.pyo 536${PYSITELIB}/sympy/mpmath/libmp/libmpf.pyo
489${PYSITELIB}/sympy/mpmath/mptypes.py 537${PYSITELIB}/sympy/mpmath/libmp/libmpi.py
490${PYSITELIB}/sympy/mpmath/mptypes.pyc 538${PYSITELIB}/sympy/mpmath/libmp/libmpi.pyc
491${PYSITELIB}/sympy/mpmath/mptypes.pyo 539${PYSITELIB}/sympy/mpmath/libmp/libmpi.pyo
492${PYSITELIB}/sympy/mpmath/odes.py 540${PYSITELIB}/sympy/mpmath/math2.py
493${PYSITELIB}/sympy/mpmath/odes.pyc 541${PYSITELIB}/sympy/mpmath/math2.pyc
494${PYSITELIB}/sympy/mpmath/odes.pyo 542${PYSITELIB}/sympy/mpmath/math2.pyo
495${PYSITELIB}/sympy/mpmath/optimization.py 543${PYSITELIB}/sympy/mpmath/matrices/__init__.py
496${PYSITELIB}/sympy/mpmath/optimization.pyc 544${PYSITELIB}/sympy/mpmath/matrices/__init__.pyc
497${PYSITELIB}/sympy/mpmath/optimization.pyo 545${PYSITELIB}/sympy/mpmath/matrices/__init__.pyo
498${PYSITELIB}/sympy/mpmath/quadrature.py 546${PYSITELIB}/sympy/mpmath/matrices/calculus.py
499${PYSITELIB}/sympy/mpmath/quadrature.pyc 547${PYSITELIB}/sympy/mpmath/matrices/calculus.pyc
500${PYSITELIB}/sympy/mpmath/quadrature.pyo 548${PYSITELIB}/sympy/mpmath/matrices/calculus.pyo
501${PYSITELIB}/sympy/mpmath/settings.py 549${PYSITELIB}/sympy/mpmath/matrices/linalg.py
502${PYSITELIB}/sympy/mpmath/settings.pyc 550${PYSITELIB}/sympy/mpmath/matrices/linalg.pyc
503${PYSITELIB}/sympy/mpmath/settings.pyo 551${PYSITELIB}/sympy/mpmath/matrices/linalg.pyo
 552${PYSITELIB}/sympy/mpmath/matrices/matrices.py
 553${PYSITELIB}/sympy/mpmath/matrices/matrices.pyc
 554${PYSITELIB}/sympy/mpmath/matrices/matrices.pyo
 555${PYSITELIB}/sympy/mpmath/rational.py
 556${PYSITELIB}/sympy/mpmath/rational.pyc
 557${PYSITELIB}/sympy/mpmath/rational.pyo
504${PYSITELIB}/sympy/mpmath/tests/__init__.py 558${PYSITELIB}/sympy/mpmath/tests/__init__.py
505${PYSITELIB}/sympy/mpmath/tests/__init__.pyc 559${PYSITELIB}/sympy/mpmath/tests/__init__.pyc
506${PYSITELIB}/sympy/mpmath/tests/__init__.pyo 560${PYSITELIB}/sympy/mpmath/tests/__init__.pyo
507${PYSITELIB}/sympy/mpmath/tests/runtests.py 561${PYSITELIB}/sympy/mpmath/tests/runtests.py
508${PYSITELIB}/sympy/mpmath/tests/runtests.pyc 562${PYSITELIB}/sympy/mpmath/tests/runtests.pyc
509${PYSITELIB}/sympy/mpmath/tests/runtests.pyo 563${PYSITELIB}/sympy/mpmath/tests/runtests.pyo
510${PYSITELIB}/sympy/mpmath/tests/test_basic_ops.py 564${PYSITELIB}/sympy/mpmath/tests/test_basic_ops.py
511${PYSITELIB}/sympy/mpmath/tests/test_basic_ops.pyc 565${PYSITELIB}/sympy/mpmath/tests/test_basic_ops.pyc
512${PYSITELIB}/sympy/mpmath/tests/test_basic_ops.pyo 566${PYSITELIB}/sympy/mpmath/tests/test_basic_ops.pyo
513${PYSITELIB}/sympy/mpmath/tests/test_bitwise.py 567${PYSITELIB}/sympy/mpmath/tests/test_bitwise.py
514${PYSITELIB}/sympy/mpmath/tests/test_bitwise.pyc 568${PYSITELIB}/sympy/mpmath/tests/test_bitwise.pyc
515${PYSITELIB}/sympy/mpmath/tests/test_bitwise.pyo 569${PYSITELIB}/sympy/mpmath/tests/test_bitwise.pyo
516${PYSITELIB}/sympy/mpmath/tests/test_calculus.py 570${PYSITELIB}/sympy/mpmath/tests/test_calculus.py
517${PYSITELIB}/sympy/mpmath/tests/test_calculus.pyc 571${PYSITELIB}/sympy/mpmath/tests/test_calculus.pyc
518${PYSITELIB}/sympy/mpmath/tests/test_calculus.pyo 572${PYSITELIB}/sympy/mpmath/tests/test_calculus.pyo
519${PYSITELIB}/sympy/mpmath/tests/test_compatibility.py 573${PYSITELIB}/sympy/mpmath/tests/test_compatibility.py
520${PYSITELIB}/sympy/mpmath/tests/test_compatibility.pyc 574${PYSITELIB}/sympy/mpmath/tests/test_compatibility.pyc
521${PYSITELIB}/sympy/mpmath/tests/test_compatibility.pyo 575${PYSITELIB}/sympy/mpmath/tests/test_compatibility.pyo
522${PYSITELIB}/sympy/mpmath/tests/test_convert.py 576${PYSITELIB}/sympy/mpmath/tests/test_convert.py
523${PYSITELIB}/sympy/mpmath/tests/test_convert.pyc 577${PYSITELIB}/sympy/mpmath/tests/test_convert.pyc
524${PYSITELIB}/sympy/mpmath/tests/test_convert.pyo 578${PYSITELIB}/sympy/mpmath/tests/test_convert.pyo
525${PYSITELIB}/sympy/mpmath/tests/test_diff_mpmath.py 579${PYSITELIB}/sympy/mpmath/tests/test_diff.py
526${PYSITELIB}/sympy/mpmath/tests/test_diff_mpmath.pyc 580${PYSITELIB}/sympy/mpmath/tests/test_diff.pyc
527${PYSITELIB}/sympy/mpmath/tests/test_diff_mpmath.pyo 581${PYSITELIB}/sympy/mpmath/tests/test_diff.pyo
528${PYSITELIB}/sympy/mpmath/tests/test_division.py 582${PYSITELIB}/sympy/mpmath/tests/test_division.py
529${PYSITELIB}/sympy/mpmath/tests/test_division.pyc 583${PYSITELIB}/sympy/mpmath/tests/test_division.pyc
530${PYSITELIB}/sympy/mpmath/tests/test_division.pyo 584${PYSITELIB}/sympy/mpmath/tests/test_division.pyo
531${PYSITELIB}/sympy/mpmath/tests/test_elliptic.py 585${PYSITELIB}/sympy/mpmath/tests/test_elliptic.py
532${PYSITELIB}/sympy/mpmath/tests/test_elliptic.pyc 586${PYSITELIB}/sympy/mpmath/tests/test_elliptic.pyc
533${PYSITELIB}/sympy/mpmath/tests/test_elliptic.pyo 587${PYSITELIB}/sympy/mpmath/tests/test_elliptic.pyo
 588${PYSITELIB}/sympy/mpmath/tests/test_fp.py
 589${PYSITELIB}/sympy/mpmath/tests/test_fp.pyc
 590${PYSITELIB}/sympy/mpmath/tests/test_fp.pyo
 591${PYSITELIB}/sympy/mpmath/tests/test_functions.py
 592${PYSITELIB}/sympy/mpmath/tests/test_functions.pyc
 593${PYSITELIB}/sympy/mpmath/tests/test_functions.pyo
534${PYSITELIB}/sympy/mpmath/tests/test_functions2.py 594${PYSITELIB}/sympy/mpmath/tests/test_functions2.py
535${PYSITELIB}/sympy/mpmath/tests/test_functions2.pyc 595${PYSITELIB}/sympy/mpmath/tests/test_functions2.pyc
536${PYSITELIB}/sympy/mpmath/tests/test_functions2.pyo 596${PYSITELIB}/sympy/mpmath/tests/test_functions2.pyo
537${PYSITELIB}/sympy/mpmath/tests/test_functions_mpmath.py 
538${PYSITELIB}/sympy/mpmath/tests/test_functions_mpmath.pyc 
539${PYSITELIB}/sympy/mpmath/tests/test_functions_mpmath.pyo 
540${PYSITELIB}/sympy/mpmath/tests/test_gammazeta.py 597${PYSITELIB}/sympy/mpmath/tests/test_gammazeta.py
541${PYSITELIB}/sympy/mpmath/tests/test_gammazeta.pyc 598${PYSITELIB}/sympy/mpmath/tests/test_gammazeta.pyc
542${PYSITELIB}/sympy/mpmath/tests/test_gammazeta.pyo 599${PYSITELIB}/sympy/mpmath/tests/test_gammazeta.pyo
543${PYSITELIB}/sympy/mpmath/tests/test_hp.py 600${PYSITELIB}/sympy/mpmath/tests/test_hp.py
544${PYSITELIB}/sympy/mpmath/tests/test_hp.pyc 601${PYSITELIB}/sympy/mpmath/tests/test_hp.pyc
545${PYSITELIB}/sympy/mpmath/tests/test_hp.pyo 602${PYSITELIB}/sympy/mpmath/tests/test_hp.pyo
546${PYSITELIB}/sympy/mpmath/tests/test_identify.py 603${PYSITELIB}/sympy/mpmath/tests/test_identify.py
547${PYSITELIB}/sympy/mpmath/tests/test_identify.pyc 604${PYSITELIB}/sympy/mpmath/tests/test_identify.pyc
548${PYSITELIB}/sympy/mpmath/tests/test_identify.pyo 605${PYSITELIB}/sympy/mpmath/tests/test_identify.pyo
549${PYSITELIB}/sympy/mpmath/tests/test_interval.py 606${PYSITELIB}/sympy/mpmath/tests/test_interval.py
550${PYSITELIB}/sympy/mpmath/tests/test_interval.pyc 607${PYSITELIB}/sympy/mpmath/tests/test_interval.pyc
551${PYSITELIB}/sympy/mpmath/tests/test_interval.pyo 608${PYSITELIB}/sympy/mpmath/tests/test_interval.pyo
552${PYSITELIB}/sympy/mpmath/tests/test_linalg.py 609${PYSITELIB}/sympy/mpmath/tests/test_linalg.py
553${PYSITELIB}/sympy/mpmath/tests/test_linalg.pyc 610${PYSITELIB}/sympy/mpmath/tests/test_linalg.pyc
554${PYSITELIB}/sympy/mpmath/tests/test_linalg.pyo 611${PYSITELIB}/sympy/mpmath/tests/test_linalg.pyo
555${PYSITELIB}/sympy/mpmath/tests/test_matrices_mpmath.py 612${PYSITELIB}/sympy/mpmath/tests/test_matrices.py
556${PYSITELIB}/sympy/mpmath/tests/test_matrices_mpmath.pyc 613${PYSITELIB}/sympy/mpmath/tests/test_matrices.pyc
557${PYSITELIB}/sympy/mpmath/tests/test_matrices_mpmath.pyo 614${PYSITELIB}/sympy/mpmath/tests/test_matrices.pyo
558${PYSITELIB}/sympy/mpmath/tests/test_mpmath.py 615${PYSITELIB}/sympy/mpmath/tests/test_mpmath.py
559${PYSITELIB}/sympy/mpmath/tests/test_mpmath.pyc 616${PYSITELIB}/sympy/mpmath/tests/test_mpmath.pyc
560${PYSITELIB}/sympy/mpmath/tests/test_mpmath.pyo 617${PYSITELIB}/sympy/mpmath/tests/test_mpmath.pyo
561${PYSITELIB}/sympy/mpmath/tests/test_ode_mpmath.py 618${PYSITELIB}/sympy/mpmath/tests/test_ode.py
562${PYSITELIB}/sympy/mpmath/tests/test_ode_mpmath.pyc 619${PYSITELIB}/sympy/mpmath/tests/test_ode.pyc
563${PYSITELIB}/sympy/mpmath/tests/test_ode_mpmath.pyo 620${PYSITELIB}/sympy/mpmath/tests/test_ode.pyo
564${PYSITELIB}/sympy/mpmath/tests/test_pickle.py 621${PYSITELIB}/sympy/mpmath/tests/test_pickle.py
565${PYSITELIB}/sympy/mpmath/tests/test_pickle.pyc 622${PYSITELIB}/sympy/mpmath/tests/test_pickle.pyc
566${PYSITELIB}/sympy/mpmath/tests/test_pickle.pyo 623${PYSITELIB}/sympy/mpmath/tests/test_pickle.pyo
567${PYSITELIB}/sympy/mpmath/tests/test_power.py 624${PYSITELIB}/sympy/mpmath/tests/test_power.py
568${PYSITELIB}/sympy/mpmath/tests/test_power.pyc 625${PYSITELIB}/sympy/mpmath/tests/test_power.pyc
569${PYSITELIB}/sympy/mpmath/tests/test_power.pyo 626${PYSITELIB}/sympy/mpmath/tests/test_power.pyo
570${PYSITELIB}/sympy/mpmath/tests/test_quad.py 627${PYSITELIB}/sympy/mpmath/tests/test_quad.py
571${PYSITELIB}/sympy/mpmath/tests/test_quad.pyc 628${PYSITELIB}/sympy/mpmath/tests/test_quad.pyc
572${PYSITELIB}/sympy/mpmath/tests/test_quad.pyo 629${PYSITELIB}/sympy/mpmath/tests/test_quad.pyo
573${PYSITELIB}/sympy/mpmath/tests/test_rootfinding.py 630${PYSITELIB}/sympy/mpmath/tests/test_rootfinding.py
574${PYSITELIB}/sympy/mpmath/tests/test_rootfinding.pyc 631${PYSITELIB}/sympy/mpmath/tests/test_rootfinding.pyc
575${PYSITELIB}/sympy/mpmath/tests/test_rootfinding.pyo 632${PYSITELIB}/sympy/mpmath/tests/test_rootfinding.pyo
576${PYSITELIB}/sympy/mpmath/tests/test_special.py 633${PYSITELIB}/sympy/mpmath/tests/test_special.py
577${PYSITELIB}/sympy/mpmath/tests/test_special.pyc 634${PYSITELIB}/sympy/mpmath/tests/test_special.pyc
578${PYSITELIB}/sympy/mpmath/tests/test_special.pyo 635${PYSITELIB}/sympy/mpmath/tests/test_special.pyo
 636${PYSITELIB}/sympy/mpmath/tests/test_str.py
 637${PYSITELIB}/sympy/mpmath/tests/test_str.pyc
 638${PYSITELIB}/sympy/mpmath/tests/test_str.pyo
579${PYSITELIB}/sympy/mpmath/tests/test_summation.py 639${PYSITELIB}/sympy/mpmath/tests/test_summation.py
580${PYSITELIB}/sympy/mpmath/tests/test_summation.pyc 640${PYSITELIB}/sympy/mpmath/tests/test_summation.pyc
581${PYSITELIB}/sympy/mpmath/tests/test_summation.pyo 641${PYSITELIB}/sympy/mpmath/tests/test_summation.pyo
582${PYSITELIB}/sympy/mpmath/tests/test_trig.py 642${PYSITELIB}/sympy/mpmath/tests/test_trig.py
583${PYSITELIB}/sympy/mpmath/tests/test_trig.pyc 643${PYSITELIB}/sympy/mpmath/tests/test_trig.pyc
584${PYSITELIB}/sympy/mpmath/tests/test_trig.pyo 644${PYSITELIB}/sympy/mpmath/tests/test_trig.pyo
 645${PYSITELIB}/sympy/mpmath/tests/test_visualization.py
 646${PYSITELIB}/sympy/mpmath/tests/test_visualization.pyc
 647${PYSITELIB}/sympy/mpmath/tests/test_visualization.pyo
585${PYSITELIB}/sympy/mpmath/tests/torture.py 648${PYSITELIB}/sympy/mpmath/tests/torture.py
586${PYSITELIB}/sympy/mpmath/tests/torture.pyc 649${PYSITELIB}/sympy/mpmath/tests/torture.pyc
587${PYSITELIB}/sympy/mpmath/tests/torture.pyo 650${PYSITELIB}/sympy/mpmath/tests/torture.pyo
588${PYSITELIB}/sympy/mpmath/usertools.py 651${PYSITELIB}/sympy/mpmath/usertools.py
589${PYSITELIB}/sympy/mpmath/usertools.pyc 652${PYSITELIB}/sympy/mpmath/usertools.pyc
590${PYSITELIB}/sympy/mpmath/usertools.pyo 653${PYSITELIB}/sympy/mpmath/usertools.pyo
591${PYSITELIB}/sympy/mpmath/visualization.py 654${PYSITELIB}/sympy/mpmath/visualization.py
592${PYSITELIB}/sympy/mpmath/visualization.pyc 655${PYSITELIB}/sympy/mpmath/visualization.pyc
593${PYSITELIB}/sympy/mpmath/visualization.pyo 656${PYSITELIB}/sympy/mpmath/visualization.pyo
594${PYSITELIB}/sympy/ntheory/__init__.py 657${PYSITELIB}/sympy/ntheory/__init__.py
595${PYSITELIB}/sympy/ntheory/__init__.pyc 658${PYSITELIB}/sympy/ntheory/__init__.pyc
596${PYSITELIB}/sympy/ntheory/__init__.pyo 659${PYSITELIB}/sympy/ntheory/__init__.pyo
597${PYSITELIB}/sympy/ntheory/bbp_pi.py 660${PYSITELIB}/sympy/ntheory/bbp_pi.py
@@ -1331,17 +1394,14 @@ ${PYSITELIB}/sympy/utilities/tests/test_ @@ -1331,17 +1394,14 @@ ${PYSITELIB}/sympy/utilities/tests/test_
1331${PYSITELIB}/sympy/utilities/tests/test_iterables.pyo 1394${PYSITELIB}/sympy/utilities/tests/test_iterables.pyo
1332${PYSITELIB}/sympy/utilities/tests/test_lambdify.py 1395${PYSITELIB}/sympy/utilities/tests/test_lambdify.py
1333${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyc 1396${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyc
1334${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyo 1397${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyo
1335${PYSITELIB}/sympy/utilities/tests/test_pickling.py 1398${PYSITELIB}/sympy/utilities/tests/test_pickling.py
1336${PYSITELIB}/sympy/utilities/tests/test_pickling.pyc 1399${PYSITELIB}/sympy/utilities/tests/test_pickling.pyc
1337${PYSITELIB}/sympy/utilities/tests/test_pickling.pyo 1400${PYSITELIB}/sympy/utilities/tests/test_pickling.pyo
1338${PYSITELIB}/sympy/utilities/tests/test_pytest.py 1401${PYSITELIB}/sympy/utilities/tests/test_pytest.py
1339${PYSITELIB}/sympy/utilities/tests/test_pytest.pyc 1402${PYSITELIB}/sympy/utilities/tests/test_pytest.pyc
1340${PYSITELIB}/sympy/utilities/tests/test_pytest.pyo 1403${PYSITELIB}/sympy/utilities/tests/test_pytest.pyo
1341${PYSITELIB}/sympy/utilities/tests/test_source.py 1404${PYSITELIB}/sympy/utilities/tests/test_source.py
1342${PYSITELIB}/sympy/utilities/tests/test_source.pyc 1405${PYSITELIB}/sympy/utilities/tests/test_source.pyc
1343${PYSITELIB}/sympy/utilities/tests/test_source.pyo 1406${PYSITELIB}/sympy/utilities/tests/test_source.pyo
1344${PYSITELIB}/sympy/utilities/tests/test_tests_names.py 
1345${PYSITELIB}/sympy/utilities/tests/test_tests_names.pyc 
1346${PYSITELIB}/sympy/utilities/tests/test_tests_names.pyo 
1347man/man1/isympy${PYVERSSUFFIX}.1 1407man/man1/isympy${PYVERSSUFFIX}.1

cvs diff -r1.4 -r1.5 pkgsrc/math/py-sympy/distinfo (expand / switch to unified diff)

--- pkgsrc/math/py-sympy/distinfo 2010/01/27 14:21:19 1.4
+++ pkgsrc/math/py-sympy/distinfo 2010/08/11 13:36:48 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2010/01/27 14:21:19 drochner Exp $ 1$NetBSD: distinfo,v 1.5 2010/08/11 13:36:48 drochner Exp $
2 2
3SHA1 (sympy-0.6.6.tar.gz) = aad5f919552a4e3710baee83ef0b2573d1950881 3SHA1 (sympy-0.6.7.tar.gz) = b50b1a256269df02b19c74c8a1491b5e42d6f26b
4RMD160 (sympy-0.6.6.tar.gz) = 663671a544d47ff25df407a6168affe7b7b89767 4RMD160 (sympy-0.6.7.tar.gz) = 8184b697f7d371d17f35c9a80bd020ae887bb7e3
5Size (sympy-0.6.6.tar.gz) = 2540321 bytes 5Size (sympy-0.6.7.tar.gz) = 2939278 bytes
6SHA1 (patch-aa) = 2c1d2bf33846c6be436ebbf5b668c7b5e96f007d 6SHA1 (patch-aa) = 0e2deabbb181c4f7447f57bcd9892e24ec727e2b

cvs diff -r1.3 -r1.4 pkgsrc/math/py-sympy/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/math/py-sympy/patches/Attic/patch-aa 2010/01/27 14:21:19 1.3
+++ pkgsrc/math/py-sympy/patches/Attic/patch-aa 2010/08/11 13:36:48 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-aa,v 1.3 2010/01/27 14:21:19 drochner Exp $ 1$NetBSD: patch-aa,v 1.4 2010/08/11 13:36:48 drochner Exp $
2 2
3--- setup.py.orig 2009-12-20 12:29:20.000000000 +0000 3--- setup.py.orig 2010-03-17 20:37:37.000000000 +0000
4+++ setup.py 4+++ setup.py
5@@ -216,10 +216,10 @@ setup( 5@@ -220,10 +220,10 @@ setup(
6 license = 'BSD', 6 license = 'BSD',
7 url = 'http://code.google.com/p/sympy', 7 url = 'http://code.google.com/p/sympy',
8 packages = ['sympy'] + modules + tests + pyglet_packages, 8 packages = ['sympy'] + modules + tests + pyglet_packages,
9- scripts = ['bin/isympy', 'bin/test', 'bin/doctest'], 9- scripts = ['bin/isympy'],
10+ scripts = ['bin/isympy' + sys.version[0:3]], 10+ scripts = ['bin/isympy' + sys.version[0:3]],
11 ext_modules = [], 11 ext_modules = [],
12 package_data = { 'sympy.utilities.mathml' : ['data/*.xsl'] }, 12 package_data = { 'sympy.utilities.mathml' : ['data/*.xsl'] },
13- data_files = [('share/man/man1', ['doc/man/isympy.1'])], 13- data_files = [('share/man/man1', ['doc/man/isympy.1'])],
14+ data_files = [('man/man1', ['doc/man/isympy' + sys.version[0:3] + '.1'])], 14+ data_files = [('man/man1', ['doc/man/isympy' + sys.version[0:3] + '.1'])],
15 cmdclass = {'test': test_sympy, 15 cmdclass = {'test': test_sympy,
16 'bench': run_benchmarks, 16 'bench': run_benchmarks,
17 'clean': clean, 17 'clean': clean,