pkgsrc-Bugs archive

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

pkg/43730: Update math/py-mpmath to 0.15



>Number:         43730
>Category:       pkg
>Synopsis:       Update math/py-mpmath  to 0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 10 00:50:00 +0000 2010
>Originator:     Derouiche
>Release:        NetBSD 5.0.2
>Organization:
Algerie Motors company
>Environment:
NetBSD Khaarasan 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 UTC 2010  
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386
>Description:
add dependency: py-gmpy
>How-To-Repeat:
n/a
>Fix:
$ diff -urN Makefile.orig Makefile
--- Makefile.orig       2010-08-10 01:27:51.000000000 +0000
+++ Makefile    2010-08-10 01:37:48.000000000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/01/27 14:16:10 drochner Exp $
+# $NetBSD$
 #
 
-DISTNAME=      mpmath-0.14
+DISTNAME=      mpmath-0.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math
 MASTER_SITES=  http://mpmath.googlecode.com/files/
@@ -18,7 +18,7 @@
 
 USE_LANGUAGES= # none
 PYDISTUTILSPKG=        yes
-PKG_DESTDIR_SUPPORT= user-destdir
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 do-test:
@@ -26,4 +26,5 @@
        ${SETENV} ${TEST_ENV} ${PYTHONBIN} runtests.py
 
 .include "../../lang/python/extension.mk"
+.include "../../wip/py-gmpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

$ diff -urN PLIST.orig PLIST      
--- PLIST.orig  2010-08-10 01:27:56.000000000 +0000
+++ PLIST       2010-08-10 01:44:57.000000000 +0000
@@ -38,6 +38,9 @@
 ${PYSITELIB}/mpmath/ctx_fp.py
 ${PYSITELIB}/mpmath/ctx_fp.pyc
 ${PYSITELIB}/mpmath/ctx_fp.pyo
+${PYSITELIB}/mpmath/ctx_iv.py
+${PYSITELIB}/mpmath/ctx_iv.pyc
+${PYSITELIB}/mpmath/ctx_iv.pyo
 ${PYSITELIB}/mpmath/ctx_mp.py
 ${PYSITELIB}/mpmath/ctx_mp.pyc
 ${PYSITELIB}/mpmath/ctx_mp.pyo
@@ -62,12 +65,18 @@
 ${PYSITELIB}/mpmath/functions/hypergeometric.py
 ${PYSITELIB}/mpmath/functions/hypergeometric.pyc
 ${PYSITELIB}/mpmath/functions/hypergeometric.pyo
+${PYSITELIB}/mpmath/functions/qfunctions.py
+${PYSITELIB}/mpmath/functions/qfunctions.pyc
+${PYSITELIB}/mpmath/functions/qfunctions.pyo
 ${PYSITELIB}/mpmath/functions/rszeta.py
 ${PYSITELIB}/mpmath/functions/rszeta.pyc
 ${PYSITELIB}/mpmath/functions/rszeta.pyo
 ${PYSITELIB}/mpmath/functions/zeta.py
 ${PYSITELIB}/mpmath/functions/zeta.pyc
 ${PYSITELIB}/mpmath/functions/zeta.pyo
+${PYSITELIB}/mpmath/functions/zetazeros.py
+${PYSITELIB}/mpmath/functions/zetazeros.pyc
+${PYSITELIB}/mpmath/functions/zetazeros.pyo
 ${PYSITELIB}/mpmath/identification.py
 ${PYSITELIB}/mpmath/identification.pyc
 ${PYSITELIB}/mpmath/identification.pyo
@@ -119,6 +128,12 @@
 ${PYSITELIB}/mpmath/tests/__init__.py
 ${PYSITELIB}/mpmath/tests/__init__.pyc
 ${PYSITELIB}/mpmath/tests/__init__.pyo
+${PYSITELIB}/mpmath/tests/extratest_gamma.py
+${PYSITELIB}/mpmath/tests/extratest_gamma.pyc
+${PYSITELIB}/mpmath/tests/extratest_gamma.pyo
+${PYSITELIB}/mpmath/tests/extratest_zeta.py
+${PYSITELIB}/mpmath/tests/extratest_zeta.pyc
+${PYSITELIB}/mpmath/tests/extratest_zeta.pyo
 ${PYSITELIB}/mpmath/tests/runtests.py
 ${PYSITELIB}/mpmath/tests/runtests.pyc
 ${PYSITELIB}/mpmath/tests/runtests.pyo




Home | Main Index | Thread Index | Old Index