26 lines
900 B
Makefile
26 lines
900 B
Makefile
# $NetBSD: Makefile,v 1.16 2022/04/10 00:57:14 gutteridge Exp $
|
|
|
|
DISTNAME= lmfit-1.0.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lmfit/}
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= https://lmfit.github.io/lmfit-py/
|
|
COMMENT= Least-squares minimization with bounds and constraints
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-asteval>=0.9.22:../../math/py-asteval
|
|
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.18:../../math/py-numpy
|
|
DEPENDS+= ${PYPKGPREFIX}-scipy>=1.4:../../math/py-scipy
|
|
DEPENDS+= ${PYPKGPREFIX}-uncertainties>=3.0.1:../../math/py-uncertainties
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scipy
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|