Date: Sun, 9 Jul 2023 10:45:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7dbdd99bcc09 - main - devel/py-pytest: Update to 7.3.2 Message-ID: <202307091045.369AjssK084413@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7dbdd99bcc0982f7a2870f3a02295d0f026c78a8 commit 7dbdd99bcc0982f7a2870f3a02295d0f026c78a8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-09 10:28:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-09 10:28:21 +0000 devel/py-pytest: Update to 7.3.2 - Convert to USE_PYTHON=pep517 Changes: https://github.com/pytest-dev/pytest/releases https://docs.pytest.org/en/stable/changelog.html --- devel/py-pytest/Makefile | 8 +++++--- devel/py-pytest/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile index ba416524f940..b422934e9aaa 100644 --- a/devel/py-pytest/Makefile +++ b/devel/py-pytest/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest -PORTVERSION= 7.3.1 +PORTVERSION= 7.3.2 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI @@ -12,7 +12,9 @@ WWW= https://docs.pytest.org/en/latest/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.0:devel/py-setuptools_scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2.3:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniconfig>=0:devel/py-iniconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pluggy>=0.12<2.0:devel/py-pluggy@${PY_FLAVOR} \ @@ -36,7 +38,7 @@ TEST_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}xmlschema>=0:textproc/py-xmlschema@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytest/distinfo b/devel/py-pytest/distinfo index bffa53470b76..e450fb8c5a54 100644 --- a/devel/py-pytest/distinfo +++ b/devel/py-pytest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682903244 -SHA256 (pytest-7.3.1.tar.gz) = 434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3 -SIZE (pytest-7.3.1.tar.gz) = 1336938 +TIMESTAMP = 1688167282 +SHA256 (pytest-7.3.2.tar.gz) = ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b +SIZE (pytest-7.3.2.tar.gz) = 1338457
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307091045.369AjssK084413>