Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 17:35:37 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: edeeede74538 - main - =?utf-8?Q?math/py-lmfit:=20Update=201.0.3=20=E2=86=92=201.2.0?=
Message-ID:  <202304091735.339HZbJV082863@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=edeeede745384aef58bc148869aaf9ce656ab306

commit edeeede745384aef58bc148869aaf9ce656ab306
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-04-09 16:49:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-04-09 17:35:27 +0000

    math/py-lmfit: Update 1.0.3 → 1.2.0
    
    Reported by:    portscout
---
 math/py-lmfit/Makefile | 5 +++--
 math/py-lmfit/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile
index 926aa301e2ed..9a50d1c66908 100644
--- a/math/py-lmfit/Makefile
+++ b/math/py-lmfit/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lmfit
-DISTVERSION=	1.0.3
+DISTVERSION=	1.2.0
 CATEGORIES=	math
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,12 +16,13 @@ PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asteval>=0.9.22:devel/py-asteval@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.4:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}uncertainties>=3.0.1:math/py-uncertainties@${PY_FLAVOR}
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
 		${PY_DEPENDS}
 RUN_DEPENDS=	${PY_DEPENDS}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numdifftools>0:math/py-numdifftools@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	distutils autoplist pytest # 3 tests fail, upstream says that that's ok, see https://github.com/lmfit/lmfit-py/issues/802
+USE_PYTHON=	pep517 autoplist pytest # 18 tests fail, upstream says that that's ok, see https://github.com/lmfit/lmfit-py/issues/861
 
 NO_ARCH=	yes
 
diff --git a/math/py-lmfit/distinfo b/math/py-lmfit/distinfo
index fc6ce4bf9b7a..9faeb6ec3b5b 100644
--- a/math/py-lmfit/distinfo
+++ b/math/py-lmfit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1660082925
-SHA256 (lmfit-1.0.3.tar.gz) = d067c3ea501f035af5d3c079e6e6e35dc3cc1ac7d439429a425b0aeb5a7858a2
-SIZE (lmfit-1.0.3.tar.gz) = 292475
+TIMESTAMP = 1681058140
+SHA256 (lmfit-1.2.0.tar.gz) = bc1bb6ea1dfea1db0489e400ca6b722f261f12a324a703b6e614877ca6ed0d38
+SIZE (lmfit-1.2.0.tar.gz) = 321357



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