pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-lmfit
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 14 05:32:22 UTC 2018
Modified Files:
pkgsrc/math/py-lmfit: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-lmfit/Makefile \
pkgsrc/math/py-lmfit/PLIST pkgsrc/math/py-lmfit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-lmfit/Makefile
diff -u pkgsrc/math/py-lmfit/Makefile:1.3 pkgsrc/math/py-lmfit/Makefile:1.4
--- pkgsrc/math/py-lmfit/Makefile:1.3 Tue Feb 27 06:40:07 2018
+++ pkgsrc/math/py-lmfit/Makefile Sat Apr 14 05:32:22 2018
@@ -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 @@ HOMEPAGE= http://lmfit.github.io/lmfit-p
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
Index: pkgsrc/math/py-lmfit/PLIST
diff -u pkgsrc/math/py-lmfit/PLIST:1.3 pkgsrc/math/py-lmfit/PLIST:1.4
--- pkgsrc/math/py-lmfit/PLIST:1.3 Tue Feb 27 06:40:07 2018
+++ pkgsrc/math/py-lmfit/PLIST Sat Apr 14 05:32:22 2018
@@ -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/__init__.pyo
${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
Index: pkgsrc/math/py-lmfit/distinfo
diff -u pkgsrc/math/py-lmfit/distinfo:1.3 pkgsrc/math/py-lmfit/distinfo:1.4
--- pkgsrc/math/py-lmfit/distinfo:1.3 Tue Feb 27 06:40:07 2018
+++ pkgsrc/math/py-lmfit/distinfo Sat Apr 14 05:32:22 2018
@@ -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