Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2023 06:48:52 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: 03b6e24636f5 - main - =?utf-8?Q?devel/py-cytoolz:=20Update=200.12.1=20=E2=86=92=200.12.2;=20Add=20test=20target?=
Message-ID:  <202307220648.36M6mqxi017649@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=03b6e24636f5be2df79b6c75fe6ca555c6b80bcb

commit 03b6e24636f5be2df79b6c75fe6ca555c6b80bcb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-22 06:39:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-22 06:48:43 +0000

    devel/py-cytoolz: Update 0.12.1 → 0.12.2; Add test target
    
    Reported by:    portscout
---
 devel/py-cytoolz/Makefile | 8 +++++---
 devel/py-cytoolz/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/devel/py-cytoolz/Makefile b/devel/py-cytoolz/Makefile
index 30b810da4495..9129c93e5484 100644
--- a/devel/py-cytoolz/Makefile
+++ b/devel/py-cytoolz/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	cytoolz
-DISTVERSION=	0.12.1
-PORTREVISION=	1
+DISTVERSION=	0.12.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +15,12 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}toolz>=0.8.0:devel/py-toolz@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	pep517 cython autoplist
+USE_PYTHON=	pep517 cython autoplist pytest
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+TEST_WRKSRC=	${WRKSRC}/cytoolz/tests
+
+# 3 tests fail, see https://github.com/pytoolz/cytoolz/issues/200
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/*.so
diff --git a/devel/py-cytoolz/distinfo b/devel/py-cytoolz/distinfo
index 096aab671afe..820085c21893 100644
--- a/devel/py-cytoolz/distinfo
+++ b/devel/py-cytoolz/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679789415
-SHA256 (cytoolz-0.12.1.tar.gz) = fc33909397481c90de3cec831bfb88d97e220dc91939d996920202f184b4648e
-SIZE (cytoolz-0.12.1.tar.gz) = 503035
+TIMESTAMP = 1690007562
+SHA256 (cytoolz-0.12.2.tar.gz) = 31d4b0455d72d914645f803d917daf4f314d115c70de0578d3820deb8b101f66
+SIZE (cytoolz-0.12.2.tar.gz) = 601476



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