Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,21 +1,35 @@
# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:13 wiz Exp $
# $NetBSD: Makefile,v 1.10 2014/07/22 10:11:42 wiz Exp $
DISTNAME= mpmath-0.17
DISTNAME= mpmath-0.19
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= http://mpmath.googlecode.com/files/
MASTER_SITES= http://pypi.python.org/packages/source/m/mpmath/ \
http://mpmath.org/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/mpmath/
HOMEPAGE= http://mpmath.org/
COMMENT= Python library for arbitrary-precision FP arithmetic
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
SUBST_CLASSES+= python
SUBST_STAGE.python= post-patch
SUBST_FILES.python+= mpmath/matrices/eigen.py mpmath/matrices/eigen_symmetric.py
SUBST_FILES.python+= mpmath/tests/test_eigen.py mpmath/tests/test_eigen_symmetric.py
SUBST_FILES.python+= mpmath/tests/test_levin.py
SUBST_MESSAGE.python= Fixing path to Python interpreter.
SUBST_SED.python= -e "s,/usr/bin/python,${PYTHONBIN},g"
SUBST_CLASSES+= python2
SUBST_STAGE.python2= post-patch
SUBST_FILES.python2+= mpmath/tests/runtests.py
SUBST_MESSAGE.python2= Fixing path to Python interpreter.
SUBST_SED.python2= -e "s,/usr/bin/env python,${PYTHONBIN},g"
do-test:
${RUN} cd ${WRKSRC}/build/lib/mpmath/tests; \
${SETENV} ${TEST_ENV} ${PYTHONBIN} runtests.py

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2012/02/24 19:40:53 drochner Exp $
@comment $NetBSD: PLIST,v 1.5 2014/06/06 12:11:46 wen Exp $
${PYSITELIB}/mpmath/__init__.py
${PYSITELIB}/mpmath/__init__.pyc
${PYSITELIB}/mpmath/__init__.pyo
@@ -98,10 +98,6 @@ ${PYSITELIB}/mpmath/libmp/__init__.pyo
${PYSITELIB}/mpmath/libmp/backend.py
${PYSITELIB}/mpmath/libmp/backend.pyc
${PYSITELIB}/mpmath/libmp/backend.pyo
${PYSITELIB}/mpmath/libmp/exec_py2.py
${PYSITELIB}/mpmath/libmp/exec_py2.pyc
${PYSITELIB}/mpmath/libmp/exec_py2.pyo
${PYSITELIB}/mpmath/libmp/exec_py3.py
${PYSITELIB}/mpmath/libmp/gammazeta.py
${PYSITELIB}/mpmath/libmp/gammazeta.pyc
${PYSITELIB}/mpmath/libmp/gammazeta.pyo
@@ -123,6 +119,9 @@ ${PYSITELIB}/mpmath/libmp/libmpf.pyo
${PYSITELIB}/mpmath/libmp/libmpi.py
${PYSITELIB}/mpmath/libmp/libmpi.pyc
${PYSITELIB}/mpmath/libmp/libmpi.pyo
${PYSITELIB}/mpmath/libmp/six.py
${PYSITELIB}/mpmath/libmp/six.pyc
${PYSITELIB}/mpmath/libmp/six.pyo
${PYSITELIB}/mpmath/math2.py
${PYSITELIB}/mpmath/math2.pyc
${PYSITELIB}/mpmath/math2.pyo
@@ -132,6 +131,12 @@ ${PYSITELIB}/mpmath/matrices/__init__.pyo
${PYSITELIB}/mpmath/matrices/calculus.py
${PYSITELIB}/mpmath/matrices/calculus.pyc
${PYSITELIB}/mpmath/matrices/calculus.pyo
${PYSITELIB}/mpmath/matrices/eigen.py
${PYSITELIB}/mpmath/matrices/eigen.pyc
${PYSITELIB}/mpmath/matrices/eigen.pyo
${PYSITELIB}/mpmath/matrices/eigen_symmetric.py
${PYSITELIB}/mpmath/matrices/eigen_symmetric.pyc
${PYSITELIB}/mpmath/matrices/eigen_symmetric.pyo
${PYSITELIB}/mpmath/matrices/linalg.py
${PYSITELIB}/mpmath/matrices/linalg.pyc
${PYSITELIB}/mpmath/matrices/linalg.pyo
@@ -148,6 +153,8 @@ ${PYSITELIB}/mpmath/tests/extratest_bessel.py
${PYSITELIB}/mpmath/tests/extratest_bessel.pyc
${PYSITELIB}/mpmath/tests/extratest_bessel.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
@@ -175,6 +182,12 @@ ${PYSITELIB}/mpmath/tests/test_diff.pyo
${PYSITELIB}/mpmath/tests/test_division.py
${PYSITELIB}/mpmath/tests/test_division.pyc
${PYSITELIB}/mpmath/tests/test_division.pyo
${PYSITELIB}/mpmath/tests/test_eigen.py
${PYSITELIB}/mpmath/tests/test_eigen.pyc
${PYSITELIB}/mpmath/tests/test_eigen.pyo
${PYSITELIB}/mpmath/tests/test_eigen_symmetric.py
${PYSITELIB}/mpmath/tests/test_eigen_symmetric.pyc
${PYSITELIB}/mpmath/tests/test_eigen_symmetric.pyo
${PYSITELIB}/mpmath/tests/test_elliptic.py
${PYSITELIB}/mpmath/tests/test_elliptic.pyc
${PYSITELIB}/mpmath/tests/test_elliptic.pyo
@@ -199,6 +212,9 @@ ${PYSITELIB}/mpmath/tests/test_identify.pyo
${PYSITELIB}/mpmath/tests/test_interval.py
${PYSITELIB}/mpmath/tests/test_interval.pyc
${PYSITELIB}/mpmath/tests/test_interval.pyo
${PYSITELIB}/mpmath/tests/test_levin.py
${PYSITELIB}/mpmath/tests/test_levin.pyc
${PYSITELIB}/mpmath/tests/test_levin.pyo
${PYSITELIB}/mpmath/tests/test_linalg.py
${PYSITELIB}/mpmath/tests/test_linalg.pyc
${PYSITELIB}/mpmath/tests/test_linalg.pyo
@@ -239,6 +255,8 @@ ${PYSITELIB}/mpmath/tests/test_visualization.py
${PYSITELIB}/mpmath/tests/test_visualization.pyc
${PYSITELIB}/mpmath/tests/test_visualization.pyo
${PYSITELIB}/mpmath/tests/torture.py
${PYSITELIB}/mpmath/tests/torture.pyc
${PYSITELIB}/mpmath/tests/torture.pyo
${PYSITELIB}/mpmath/usertools.py
${PYSITELIB}/mpmath/usertools.pyc
${PYSITELIB}/mpmath/usertools.pyo

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2012/02/24 19:40:53 drochner Exp $
$NetBSD: distinfo,v 1.6 2014/07/22 10:11:42 wiz Exp $
SHA1 (mpmath-0.17.tar.gz) = c5bd806308c96d1d93a6b437995a09e5ab0e9331
RMD160 (mpmath-0.17.tar.gz) = bfdbab090820cc7e28a9f3cff9ed8dcd24eacaff
Size (mpmath-0.17.tar.gz) = 465956 bytes
SHA1 (mpmath-0.19.tar.gz) = 65da0ed4ed01d067f0f5b890ca28ad2f2fb56343
RMD160 (mpmath-0.19.tar.gz) = 96c4f24528e8785209242cb9c36686c42248213f
Size (mpmath-0.19.tar.gz) = 498564 bytes