Tue Jul 22 10:11:42 2014 UTC ()
Update to 0.19. Update HOMEPAGE and MASTER_SITES. Allow python-3.

--0.19--
Released June 10, 2014

* Moved issue tracking to github and the main website to mpmath.org.
  Several URLs and issue numbers were updated in the documentation
  (Sergey B Kirpichev)
* Enabled automatic testing with Travis CI (Sergey B Kirpichev)
* Fixed many doctest issues (Sergey B Kirpichev)
* Converted line endings to LF (Ondrej Certik)
* Made polyroots() more robust (Ondrej Certik)


(wiz)
diff -r1.9 -r1.10 pkgsrc/math/py-mpmath/Makefile
diff -r1.5 -r1.6 pkgsrc/math/py-mpmath/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/math/py-mpmath/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-mpmath/Makefile 2014/06/06 12:11:46 1.9
+++ pkgsrc/math/py-mpmath/Makefile 2014/07/22 10:11:42 1.10
@@ -1,31 +1,29 @@ @@ -1,31 +1,29 @@
1# $NetBSD: Makefile,v 1.9 2014/06/06 12:11:46 wen Exp $ 1# $NetBSD: Makefile,v 1.10 2014/07/22 10:11:42 wiz Exp $
2 2
3DISTNAME= mpmath-0.18 3DISTNAME= mpmath-0.19
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math 5CATEGORIES= math
6MASTER_SITES= http://pypi.python.org/packages/source/m/mpmath/ \ 6MASTER_SITES= http://pypi.python.org/packages/source/m/mpmath/ \
7 http://mpmath.googlecode.com/files/ 7 http://mpmath.org/files/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://code.google.com/p/mpmath/ 10HOMEPAGE= http://mpmath.org/
11COMMENT= Python library for arbitrary-precision FP arithmetic 11COMMENT= Python library for arbitrary-precision FP arithmetic
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15PYDISTUTILSPKG= yes 15PYDISTUTILSPKG= yes
16 16
17PYTHON_VERSIONS_INCOMPATIBLE= 33 34 
18 
19TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib 17TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
20 18
21SUBST_CLASSES+= python 19SUBST_CLASSES+= python
22SUBST_STAGE.python= post-patch 20SUBST_STAGE.python= post-patch
23SUBST_FILES.python+= mpmath/matrices/eigen.py mpmath/matrices/eigen_symmetric.py 21SUBST_FILES.python+= mpmath/matrices/eigen.py mpmath/matrices/eigen_symmetric.py
24SUBST_FILES.python+= mpmath/tests/test_eigen.py mpmath/tests/test_eigen_symmetric.py 22SUBST_FILES.python+= mpmath/tests/test_eigen.py mpmath/tests/test_eigen_symmetric.py
25SUBST_FILES.python+= mpmath/tests/test_levin.py 23SUBST_FILES.python+= mpmath/tests/test_levin.py
26SUBST_MESSAGE.python= Fixing path to Python interpreter. 24SUBST_MESSAGE.python= Fixing path to Python interpreter.
27SUBST_SED.python= -e "s,/usr/bin/python,${PYTHONBIN},g" 25SUBST_SED.python= -e "s,/usr/bin/python,${PYTHONBIN},g"
28 26
29SUBST_CLASSES+= python2 27SUBST_CLASSES+= python2
30SUBST_STAGE.python2= post-patch 28SUBST_STAGE.python2= post-patch
31SUBST_FILES.python2+= mpmath/tests/runtests.py 29SUBST_FILES.python2+= mpmath/tests/runtests.py

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

--- pkgsrc/math/py-mpmath/distinfo 2014/06/06 12:11:46 1.5
+++ pkgsrc/math/py-mpmath/distinfo 2014/07/22 10:11:42 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2014/06/06 12:11:46 wen Exp $ 1$NetBSD: distinfo,v 1.6 2014/07/22 10:11:42 wiz Exp $
2 2
3SHA1 (mpmath-0.18.tar.gz) = 43a94c60c2fe377dde365afa1d35a8f0125df61a 3SHA1 (mpmath-0.19.tar.gz) = 65da0ed4ed01d067f0f5b890ca28ad2f2fb56343
4RMD160 (mpmath-0.18.tar.gz) = e7ae6c4a135f7b7670d5686f21a60b4deac96363 4RMD160 (mpmath-0.19.tar.gz) = 96c4f24528e8785209242cb9c36686c42248213f
5Size (mpmath-0.18.tar.gz) = 498631 bytes 5Size (mpmath-0.19.tar.gz) = 498564 bytes