Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 01:54:41 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: 12f1eb46f653 - main - math/py-POT: update 0.9.2 =?utf-8?Q?=E2=86=92?= 0.9.3
Message-ID:  <202404060154.4361sfxF068126@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=12f1eb46f65381a48503aac7aa97f90c1cf11ab5

commit 12f1eb46f65381a48503aac7aa97f90c1cf11ab5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-06 01:51:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-06 01:51:38 +0000

    math/py-POT: update 0.9.2 → 0.9.3
    
    Reported by:    portscout
---
 math/py-POT/Makefile | 9 ++++++---
 math/py-POT/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/math/py-POT/Makefile b/math/py-POT/Makefile
index 6e67c5285f57..72a3080b785c 100644
--- a/math/py-POT/Makefile
+++ b/math/py-POT/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	POT
-DISTVERSION=	0.9.2
+DISTVERSION=	0.9.3
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +15,13 @@ BUILD_DEPENDS=	${SETUPTOOLS} \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.6:science/py-scipy@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	pep517 cython autoplist
+USE_PYTHON=	pep517 cython autoplist pytest # expects newer pytest than 7.4.4: AttributeError: module pytest has no attribute skip_backend
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+TEST_WRKSRC=	${WRKSRC}/test
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ot/lp/emd_wrap${PYTHON_EXT_SUFFIX}.so
diff --git a/math/py-POT/distinfo b/math/py-POT/distinfo
index c281f8201db1..9b06c3362dbc 100644
--- a/math/py-POT/distinfo
+++ b/math/py-POT/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703323605
-SHA256 (POT-0.9.2.tar.gz) = 8b1ac1fca71dee525b62fd3407f296aa3cdb2b825ad751e00eb945845538084e
-SIZE (POT-0.9.2.tar.gz) = 373008
+TIMESTAMP = 1712367723
+SHA256 (POT-0.9.3.tar.gz) = eecf2394390a73472e727ef75f7c801fc47509039f00c40f8fc64fdeea617c86
+SIZE (POT-0.9.3.tar.gz) = 373598



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