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: Tue Feb 27 06:40:07 UTC 2018
Modified Files:
pkgsrc/math/py-lmfit: Makefile PLIST distinfo
Log Message:
py-lmfit: updated to 0.9.8
0.9.8:
update doc for 5 digit-precision fit statistics
increase default precision for chi-square, etc from 3 to 5
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/math/py-lmfit/Makefile:1.3
--- pkgsrc/math/py-lmfit/Makefile:1.2 Thu Aug 31 08:27:42 2017
+++ pkgsrc/math/py-lmfit/Makefile Tue Feb 27 06:40:07 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/08/31 08:27:42 prlw1 Exp $
+# $NetBSD: Makefile,v 1.3 2018/02/27 06:40:07 adam Exp $
-DISTNAME= lmfit-0.9.7
+DISTNAME= lmfit-0.9.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= math
+CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lmfit/}
MAINTAINER= prlw1%cam.ac.uk@localhost
@@ -10,9 +10,11 @@ HOMEPAGE= http://lmfit.github.io/lmfit-p
COMMENT= Least-squares minimization with bounds and constraints
LICENSE= modified-bsd
-USE_LANGUAGES= # none
+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}-scipy>=0.19:../../math/py-scipy
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-lmfit/PLIST
diff -u pkgsrc/math/py-lmfit/PLIST:1.2 pkgsrc/math/py-lmfit/PLIST:1.3
--- pkgsrc/math/py-lmfit/PLIST:1.2 Thu Aug 31 08:27:42 2017
+++ pkgsrc/math/py-lmfit/PLIST Tue Feb 27 06:40:07 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/08/31 08:27:42 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/02/27 06:40:07 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,9 @@ ${PYSITELIB}/lmfit/astutils.pyo
${PYSITELIB}/lmfit/confidence.py
${PYSITELIB}/lmfit/confidence.pyc
${PYSITELIB}/lmfit/confidence.pyo
+${PYSITELIB}/lmfit/jsonutils.py
+${PYSITELIB}/lmfit/jsonutils.pyc
+${PYSITELIB}/lmfit/jsonutils.pyo
${PYSITELIB}/lmfit/lineshapes.py
${PYSITELIB}/lmfit/lineshapes.pyc
${PYSITELIB}/lmfit/lineshapes.pyo
Index: pkgsrc/math/py-lmfit/distinfo
diff -u pkgsrc/math/py-lmfit/distinfo:1.2 pkgsrc/math/py-lmfit/distinfo:1.3
--- pkgsrc/math/py-lmfit/distinfo:1.2 Thu Aug 31 08:27:42 2017
+++ pkgsrc/math/py-lmfit/distinfo Tue Feb 27 06:40:07 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/08/31 08:27:42 prlw1 Exp $
+$NetBSD: distinfo,v 1.3 2018/02/27 06:40:07 adam Exp $
-SHA1 (lmfit-0.9.7.tar.gz) = 28c7ace0159f1197495235b124ef8c6e78aad2f9
-RMD160 (lmfit-0.9.7.tar.gz) = 010acd89cd1039bfc8180d3fa32ce23755e42929
-SHA512 (lmfit-0.9.7.tar.gz) = 424c0d19baaf48597c14cc75b8048c6f2e9cb91e4cd68843b62ffabbaed720f3ac7a8c306db8df5d4fe1cb22f299519555805546e32d9ce0054d972ef7720d72
-Size (lmfit-0.9.7.tar.gz) = 1175660 bytes
+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
Home |
Main Index |
Thread Index |
Old Index