pkgsrc-Changes-HG archive

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

pkgsrc: py-lmfit: updated to 0.9.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce7ef7070778
branches:  trunk
changeset: 306279:ce7ef7070778
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 14 05:32:22 2018 +0000
description:
py-lmfit: updated to 0.9.9

Version 0.9.9:
Lmfit now uses the asteval (https://github.com/newville/asteval) package
instead of distributing its own copy. The minimum required asteval version
is 0.9.12, which is available on PyPi. If you see import errors related to
asteval, please make sure that you actually have the latest version installed.

diffstat:

 math/py-lmfit/Makefile |  11 ++++++-----
 math/py-lmfit/PLIST    |   8 +-------
 math/py-lmfit/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 17 deletions(-)

diffs (63 lines):

diff -r 44f2d9fa5c07 -r ce7ef7070778 math/py-lmfit/Makefile
--- a/math/py-lmfit/Makefile    Sat Apr 14 05:31:08 2018 +0000
+++ b/math/py-lmfit/Makefile    Sat Apr 14 05:32:22 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/02/27 06:40:07 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/04/14 05:32:22 adam Exp $
 
-DISTNAME=      lmfit-0.9.8
+DISTNAME=      lmfit-0.9.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lmfit/}
@@ -10,9 +10,10 @@
 COMMENT=       Least-squares minimization with bounds and constraints
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
-DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-asteval>=0.9.12:../../math/py-asteval
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.10:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.17:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
 
 USE_LANGUAGES= # none
 
diff -r 44f2d9fa5c07 -r ce7ef7070778 math/py-lmfit/PLIST
--- a/math/py-lmfit/PLIST       Sat Apr 14 05:31:08 2018 +0000
+++ b/math/py-lmfit/PLIST       Sat Apr 14 05:32:22 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/02/27 06:40:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/04/14 05:32:22 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,12 +10,6 @@
 ${PYSITELIB}/lmfit/_version.py
 ${PYSITELIB}/lmfit/_version.pyc
 ${PYSITELIB}/lmfit/_version.pyo
-${PYSITELIB}/lmfit/asteval.py
-${PYSITELIB}/lmfit/asteval.pyc
-${PYSITELIB}/lmfit/asteval.pyo
-${PYSITELIB}/lmfit/astutils.py
-${PYSITELIB}/lmfit/astutils.pyc
-${PYSITELIB}/lmfit/astutils.pyo
 ${PYSITELIB}/lmfit/confidence.py
 ${PYSITELIB}/lmfit/confidence.pyc
 ${PYSITELIB}/lmfit/confidence.pyo
diff -r 44f2d9fa5c07 -r ce7ef7070778 math/py-lmfit/distinfo
--- a/math/py-lmfit/distinfo    Sat Apr 14 05:31:08 2018 +0000
+++ b/math/py-lmfit/distinfo    Sat Apr 14 05:32:22 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/02/27 06:40:07 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/04/14 05:32:22 adam Exp $
 
-SHA1 (lmfit-0.9.8.tar.gz) = 69f4e3a2f769c534376db36e876d4d4cecd6273a
-RMD160 (lmfit-0.9.8.tar.gz) = ce509062cff8e0110c2ff93296455c42458057b8
-SHA512 (lmfit-0.9.8.tar.gz) = 2b2fe869f196c809baa5e73cecae80b7b9652349834ec7bc0ed9bde4325b0f3645c870951ddc556b6cc275515381cba43e4ecab5f08e0e442da53e3b77adbba4
-Size (lmfit-0.9.8.tar.gz) = 1602986 bytes
+SHA1 (lmfit-0.9.9.tar.gz) = a9f10957b05333f9af4f5a5fa1513e7232d376d2
+RMD160 (lmfit-0.9.9.tar.gz) = b2891fa6b125ea11e88769dc31704e681cde91a8
+SHA512 (lmfit-0.9.9.tar.gz) = 084dd74743a2f88932520c4ff564d56ef3a421adbd91b2e3b30685f5a30df04cdf9eacfa4dbfa38d4ad410f63581ac41e93b05590acdce713278bc251da2b6ad
+Size (lmfit-0.9.9.tar.gz) = 1574912 bytes



Home | Main Index | Thread Index | Old Index