git: 57a96439aaa7 - main - math/py-lmfit: Add missing dependency (it is missing in pyproject.toml)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 17:46:36 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=57a96439aaa7e3317b93d110346a75ee7697a4bd commit 57a96439aaa7e3317b93d110346a75ee7697a4bd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-04-09 17:46:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-04-09 17:46:04 +0000 math/py-lmfit: Add missing dependency (it is missing in pyproject.toml) --- math/py-lmfit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile index 9a50d1c66908..50d1fde9d90c 100644 --- a/math/py-lmfit/Makefile +++ b/math/py-lmfit/Makefile @@ -1,5 +1,6 @@ PORTNAME= lmfit DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asteval>=0.9.22:devel/py-asteval@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dill>0:devel/py-dill@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.4:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uncertainties>=3.0.1:math/py-uncertainties@${PY_FLAVOR} @@ -22,7 +24,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numdifftools>0:math/py-numdifftools@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= pep517 autoplist pytest # 18 tests fail, upstream says that that's ok, see https://github.com/lmfit/lmfit-py/issues/861 +USE_PYTHON= pep517 autoplist pytest # 1 test fails, see https://github.com/lmfit/lmfit-py/issues/861 NO_ARCH= yes