summaryrefslogtreecommitdiff
path: root/math/py-lmfit/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-14 05:32:22 +0000
committeradam <adam@pkgsrc.org>2018-04-14 05:32:22 +0000
commit2b8ae0a1e2fb5f6a0721660aa46cdfe78f86fa78 (patch)
tree5b37b3548f6ae4615fd7290486c5eb827b7236f4 /math/py-lmfit/Makefile
parent8db23dcc50093e6f7eb469abdabbd91811570be5 (diff)
downloadpkgsrc-2b8ae0a1e2fb5f6a0721660aa46cdfe78f86fa78.tar.gz
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.
Diffstat (limited to 'math/py-lmfit/Makefile')
-rw-r--r--math/py-lmfit/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile
index 61b5c192032..b622246e698 100644
--- a/math/py-lmfit/Makefile
+++ b/math/py-lmfit/Makefile
@@ -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-py/
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