summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-04-28 13:27:03 +0000
committeradam <adam@pkgsrc.org>2020-04-28 13:27:03 +0000
commit0e628ab1e2649890e54b90113831250c2e24331d (patch)
tree78194f0458c71fa0e5927cda8ca89194d42c6e86 /math
parent9fae6a24dc23b5f5571876b7ac39f2e2d102896c (diff)
downloadpkgsrc-0e628ab1e2649890e54b90113831250c2e24331d.tar.gz
py-lmfit: updated to 1.0.0
Version 1.0.0 Release Notes New features: - no new features are introduced in 1.0.0. Improvements: - support for Python 2 and use of the ``six`` package are removed. Various: - documentation updates to clarify the use of ``emcee``.
Diffstat (limited to 'math')
-rw-r--r--math/py-lmfit/Makefile14
-rw-r--r--math/py-lmfit/distinfo10
2 files changed, 12 insertions, 12 deletions
diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile
index cde61188ecb..836f10d6f6d 100644
--- a/math/py-lmfit/Makefile
+++ b/math/py-lmfit/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 23:32:52 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/28 13:27:03 adam Exp $
-DISTNAME= lmfit-0.9.13
+DISTNAME= lmfit-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lmfit/}
@@ -10,15 +10,15 @@ HOMEPAGE= https://lmfit.github.io/lmfit-py/
COMMENT= Least-squares minimization with bounds and constraints
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-asteval>=0.9.12:../../math/py-asteval
-DEPENDS+= ${PYPKGPREFIX}-numpy>=1.10:../../math/py-numpy
-DEPENDS+= ${PYPKGPREFIX}-scipy>=0.19:../../math/py-scipy
+DEPENDS+= ${PYPKGPREFIX}-asteval>=0.9.16:../../math/py-asteval
+DEPENDS+= ${PYPKGPREFIX}-numpy>=1.16:../../math/py-numpy
+DEPENDS+= ${PYPKGPREFIX}-scipy>=1.2:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
-DEPENDS+= ${PYPKGPREFIX}-uncertainties>=3.0:../../math/py-uncertainties
+DEPENDS+= ${PYPKGPREFIX}-uncertainties>=3.0.1:../../math/py-uncertainties
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-lmfit/distinfo b/math/py-lmfit/distinfo
index 6e8aed2673a..d0c58ba174b 100644
--- a/math/py-lmfit/distinfo
+++ b/math/py-lmfit/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/06/15 07:21:21 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/04/28 13:27:03 adam Exp $
-SHA1 (lmfit-0.9.13.tar.gz) = a2693d63ef4be4719c52ff6d2463c53244a7fe53
-RMD160 (lmfit-0.9.13.tar.gz) = e9c725baacf92b9255960e76fd0ed32ba52dd92f
-SHA512 (lmfit-0.9.13.tar.gz) = cd82f190d798e854afaf0087659271b7f1b53ec9a346e7974e81d07d6270493062546d71baeb077c87026185b33d3648a7d901b0805b4a165e52c721782a9234
-Size (lmfit-0.9.13.tar.gz) = 1457657 bytes
+SHA1 (lmfit-1.0.0.tar.gz) = 263c0939fa8fb6b499e9f09aeac2ed65f0bc0f9f
+RMD160 (lmfit-1.0.0.tar.gz) = 82123f8030de979e44f451a2e3a80e2bf879ab28
+SHA512 (lmfit-1.0.0.tar.gz) = 9195fcb528fd9c7d6a3c74ce071724ec1cd556df51785ba54baaeb694821299d30cf49941fd6fbd7fe4ff5651be94c9ee303a5cadbe9be63467b8b29c71829b2
+Size (lmfit-1.0.0.tar.gz) = 258821 bytes