Date: Sat, 30 Jul 2022 00:41:58 GMT From: Fukang Chen <loader@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c1dc2ebc040a - main - devel/py-pytest-xprocess: Update to 0.19.0 Message-ID: <202207300041.26U0fwkK013743@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by loader: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1dc2ebc040a519ae43fb2515bb3f3d79b780aae commit c1dc2ebc040a519ae43fb2515bb3f3d79b780aae Author: Fukang Chen <loader@FreeBSD.org> AuthorDate: 2022-07-29 15:21:20 +0000 Commit: Fukang Chen <loader@FreeBSD.org> CommitDate: 2022-07-30 00:41:30 +0000 devel/py-pytest-xprocess: Update to 0.19.0 - Switch from custom do-test target to USE_PYTHON=pytest - Pet portclippy MFH: No (feature release) --- devel/py-pytest-xprocess/Makefile | 10 ++++------ devel/py-pytest-xprocess/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/devel/py-pytest-xprocess/Makefile b/devel/py-pytest-xprocess/Makefile index acfb81c17f83..54830371bc1d 100644 --- a/devel/py-pytest-xprocess/Makefile +++ b/devel/py-pytest-xprocess/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-xprocess -PORTVERSION= 0.17.1 +PORTVERSION= 0.19.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +14,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.6+ -USE_PYTHON= autoplist distutils +USES= python:3.7+ +USE_PYTHON= autoplist distutils pytest -NO_ARCH= yes TEST_ENV+= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -do-test: - @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/py-pytest-xprocess/distinfo b/devel/py-pytest-xprocess/distinfo index e052fe53c38c..d0389d89846f 100644 --- a/devel/py-pytest-xprocess/distinfo +++ b/devel/py-pytest-xprocess/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624236496 -SHA256 (pytest-xprocess-0.17.1.tar.gz) = 59c739edee7f3f2258e7c77989241698e356c552f5efb28bb46b478616888bf6 -SIZE (pytest-xprocess-0.17.1.tar.gz) = 19758 +TIMESTAMP = 1659072606 +SHA256 (pytest-xprocess-0.19.0.tar.gz) = 1820c549d671edb2c89c25ff1e38c70ecda0fefe280f13c45a2c8c6d66d7b50e +SIZE (pytest-xprocess-0.19.0.tar.gz) = 30217
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207300041.26U0fwkK013743>