pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-lmfit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 17 07:49:34 UTC 2021

Modified Files:
        pkgsrc/math/py-lmfit: Makefile

Log Message:
py-lmfit: add build dependency on py-setuptools_scm


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-lmfit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-lmfit/Makefile
diff -u pkgsrc/math/py-lmfit/Makefile:1.12 pkgsrc/math/py-lmfit/Makefile:1.13
--- pkgsrc/math/py-lmfit/Makefile:1.12  Sun Nov  7 11:58:47 2021
+++ pkgsrc/math/py-lmfit/Makefile       Fri Dec 17 07:49:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/11/07 11:58:47 adam Exp $
+# $NetBSD: Makefile,v 1.13 2021/12/17 07:49:34 wiz Exp $
 
 DISTNAME=      lmfit-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-asteval>=0.9.22
 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



Home | Main Index | Thread Index | Old Index