Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2023 22:52:26 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: d0501b7a7393 - main - =?utf-8?Q?math/py-disjoint-set:=20Update=200.7.3=20=E2=86=92=200.7.4?=
Message-ID:  <202305242252.34OMqQqW027544@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=d0501b7a7393cd33a412d73824fa3286e3c67e29

commit d0501b7a7393cd33a412d73824fa3286e3c67e29
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-05-24 22:51:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-05-24 22:52:23 +0000

    math/py-disjoint-set: Update 0.7.3 → 0.7.4
    
    Reported by:    portscout
---
 math/py-disjoint-set/Makefile | 6 ++++--
 math/py-disjoint-set/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/math/py-disjoint-set/Makefile b/math/py-disjoint-set/Makefile
index fa43039b492c..7d395c1614a9 100644
--- a/math/py-disjoint-set/Makefile
+++ b/math/py-disjoint-set/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	disjoint-set
-DISTVERSION=	0.7.3
+DISTVERSION=	0.7.4
 CATEGORIES=	math
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,10 @@ WWW=		https://github.com/mrapacz/disjoint-set
 LICENSE=	MIT
 
 USES=		python:3.6+
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist pytest
 
 NO_ARCH=	yes
 
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
 .include <bsd.port.mk>
diff --git a/math/py-disjoint-set/distinfo b/math/py-disjoint-set/distinfo
index 8d0ea2251903..9b43acb95dc9 100644
--- a/math/py-disjoint-set/distinfo
+++ b/math/py-disjoint-set/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674722387
-SHA256 (disjoint_set-0.7.3.tar.gz) = cc09320b35d5a5bb36ceba86ab885b073340d0ba05cd92e9bd413fbea026162a
-SIZE (disjoint_set-0.7.3.tar.gz) = 3714
+TIMESTAMP = 1684968581
+SHA256 (disjoint_set-0.7.4.tar.gz) = ae8b04828b2dd5112399a5deebb3fc1b257bf52d95c5e3d0ac2952610a3f7ec5
+SIZE (disjoint_set-0.7.4.tar.gz) = 5225



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