Received: by mail.netbsd.org (Postfix, from userid 605) id 4F83384D72; Tue, 27 Feb 2018 06:40:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94B6F84D50 for ; Tue, 27 Feb 2018 06:40:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WPufNjWASwFD for ; Tue, 27 Feb 2018 06:40:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D1BFC84CD9 for ; Tue, 27 Feb 2018 06:40:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C68DBFB40; Tue, 27 Feb 2018 06:40:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151971360771920" MIME-Version: 1.0 Date: Tue, 27 Feb 2018 06:40:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-lmfit To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180227064007.C68DBFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151971360771920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_151971360771920 Content-Disposition: inline Content-Length: 2995 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 @@ -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 --_----------=_151971360771920--