Date: Sun, 07 Jun 2026 01:30:16 +0000 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: cf09ead61357 - main - math/py-lmfit: update 1.3=?utf-8?Q?=2E3 =E2=86=92 1?=.3.4 Message-ID: <6a24c9a8.39ffe.2d87a72@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf09ead61357e331ced7a00960bf59c1b6b80ac8 commit cf09ead61357e331ced7a00960bf59c1b6b80ac8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-07 01:22:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-07 01:30:06 +0000 math/py-lmfit: update 1.3.3 → 1.3.4 --- math/py-lmfit/Makefile | 9 +++++---- math/py-lmfit/distinfo | 6 +++--- math/py-lmfit/files/patch-pyproject.toml | 12 ++++++++++++ 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile index 99e6117efb6e..7054a400fe8f 100644 --- a/math/py-lmfit/Makefile +++ b/math/py-lmfit/Makefile @@ -1,6 +1,5 @@ PORTNAME= lmfit -DISTVERSION= 1.3.3 -PORTREVISION= 2 +DISTVERSION= 1.3.4 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +17,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PY_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asteval>=1.0:devel/py-asteval@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dill>=0.3.4:devel/py-dill@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.24:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.10.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uncertainties>=3.2.2:math/py-uncertainties@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ @@ -29,8 +28,10 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ USES= python USE_PYTHON= pep517 autoplist pytest +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} MPLBACKEND=Agg + NO_ARCH= yes -# tests as of 1.3.3: 5 failed, 654 passed, 12 skipped, 16 warnings in 153.81s (0:02:33) # _tkinter.TclError: no display name and no $DISPLAY environment variable +# tests as of 1.3.4: 1 failed, 662 passed, 12 skipped, 179 warnings in 27.83s .include <bsd.port.mk> diff --git a/math/py-lmfit/distinfo b/math/py-lmfit/distinfo index 285c676a876d..9487ea46eb2f 100644 --- a/math/py-lmfit/distinfo +++ b/math/py-lmfit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748799852 -SHA256 (lmfit-1.3.3.tar.gz) = 73321e6b881f2f686235721a7dfc02af6bb0f030a25efeb66638f62b1c6053a1 -SIZE (lmfit-1.3.3.tar.gz) = 632645 +TIMESTAMP = 1780789595 +SHA256 (lmfit-1.3.4.tar.gz) = 3c22c28c43f717f6c5b4a3bd81e893a2149739c26a592c046f2e33c23cfbe497 +SIZE (lmfit-1.3.4.tar.gz) = 630720 diff --git a/math/py-lmfit/files/patch-pyproject.toml b/math/py-lmfit/files/patch-pyproject.toml new file mode 100644 index 000000000000..349a66f20bd5 --- /dev/null +++ b/math/py-lmfit/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2026-06-06 23:46:51 UTC ++++ pyproject.toml +@@ -18,8 +18,7 @@ readme = "README.rst" + ] + description = "Least-Squares Minimization with Bounds and Constraints" + readme = "README.rst" +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = {text = "BSD-3-Clause"} + keywords = ["curve-fitting, least-squares minimization"] + classifiers = [ + "Development Status :: 5 - Production/Stable",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a24c9a8.39ffe.2d87a72>
