summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-02-27 06:40:07 +0000
committeradam <adam@pkgsrc.org>2018-02-27 06:40:07 +0000
commit311531e280a305ab36c5b4f9aca48c2985f5a553 (patch)
tree93321105cabe36dddc67178e825128feb07db398
parent04875ff4b75c52c35828cf17c9dd3e9862812280 (diff)
downloadpkgsrc-311531e280a305ab36c5b4f9aca48c2985f5a553.tar.gz
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
-rw-r--r--math/py-lmfit/Makefile12
-rw-r--r--math/py-lmfit/PLIST5
-rw-r--r--math/py-lmfit/distinfo10
3 files changed, 16 insertions, 11 deletions
diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile
index afb8715275f..61b5c192032 100644
--- a/math/py-lmfit/Makefile
+++ b/math/py-lmfit/Makefile
@@ -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
@@ -10,9 +10,11 @@ HOMEPAGE= http://lmfit.github.io/lmfit-py/
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"
diff --git a/math/py-lmfit/PLIST b/math/py-lmfit/PLIST
index 32924a60da6..c540769f5be 100644
--- a/math/py-lmfit/PLIST
+++ b/math/py-lmfit/PLIST
@@ -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
diff --git a/math/py-lmfit/distinfo b/math/py-lmfit/distinfo
index a96333462ee..6db99167e37 100644
--- a/math/py-lmfit/distinfo
+++ b/math/py-lmfit/distinfo
@@ -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