Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2023 01:34:17 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: 1eb2d748feaf - main - devel/py-process-tests: update 2.1.2 =?utf-8?Q?=E2=86=92?= 3.0.0
Message-ID:  <202312230134.3BN1YHGR083105@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=1eb2d748feaff5a964b0c8cc273677439d7f1abe

commit 1eb2d748feaff5a964b0c8cc273677439d7f1abe
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-23 01:15:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-23 01:34:07 +0000

    devel/py-process-tests: update 2.1.2 → 3.0.0
    
    Reported by:    portscout
---
 devel/py-process-tests/Makefile | 10 +++++++---
 devel/py-process-tests/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/devel/py-process-tests/Makefile b/devel/py-process-tests/Makefile
index e7017ccc21d5..da9abb0baa56 100644
--- a/devel/py-process-tests/Makefile
+++ b/devel/py-process-tests/Makefile
@@ -1,18 +1,22 @@
 PORTNAME=	process-tests
-DISTVERSION=	2.1.2
+DISTVERSION=	3.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Tools for testing processes
-WWW=		https://pypi.org/project/process-tests/
+WWW=		https://github.com/ionelmc/python-process-tests
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist pytest
+
+BINARY_ALIAS=	python=${PYTHON_CMD} # for tests
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} PYTHONUNBUFFERED=yes
 
 NO_ARCH=	yes
 
diff --git a/devel/py-process-tests/distinfo b/devel/py-process-tests/distinfo
index 4378eaf3b29d..9e58738583d3 100644
--- a/devel/py-process-tests/distinfo
+++ b/devel/py-process-tests/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675632576
-SHA256 (process-tests-2.1.2.tar.gz) = a3747ad947bdfc93e5c986bdb17a6d718f3f26e8577a0807a00962f29e26deba
-SIZE (process-tests-2.1.2.tar.gz) = 11554
+TIMESTAMP = 1703289316
+SHA256 (process-tests-3.0.0.tar.gz) = e5d57dea7161251e91cadb84bf3ecc85275fb121fd478e579f800777b1d424bd
+SIZE (process-tests-3.0.0.tar.gz) = 15165



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