Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 17:46:36 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 57a96439aaa7 - main - math/py-lmfit: Add missing dependency (it is missing in pyproject.toml)
Message-ID:  <202304091746.339HkaFd099548@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091746.339HkaFd099548>