git: 2fd3f36bbfab - main - devel/py-pytest-runner: Update version 6.0.0=>6.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Dec 2023 11:56:20 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2fd3f36bbfabb7f8cfb2d7d24d90b82641c27c6f
commit 2fd3f36bbfabb7f8cfb2d7d24d90b82641c27c6f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-04 11:17:11 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-04 11:56:03 +0000
devel/py-pytest-runner: Update version 6.0.0=>6.0.1
- Set EXPIRATION_DATE as the upstream has archived the project with the
following notice:
pytest-runner depends on deprecated features of setuptools and relies on
features that break security mechanisms in pip. For example 'setup_requires'
and 'tests_require' bypass pip --require-hashes. See also
https://github.com/pypa/setuptools/issues/1684
It is recommended that you:
* Remove 'pytest-runner' from your setup_requires, preferably removing the
setup_requires option.
* Remove 'pytest' and any other testing requirements from tests_require,
preferably removing the tests_requires option.
* Select a tool to bootstrap and then run tests such as tox.
---
devel/py-pytest-runner/Makefile | 9 +++++----
devel/py-pytest-runner/distinfo | 6 +++---
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/devel/py-pytest-runner/Makefile b/devel/py-pytest-runner/Makefile
index 266cd1745d46..2185b50374a8 100644
--- a/devel/py-pytest-runner/Makefile
+++ b/devel/py-pytest-runner/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pytest-runner
-PORTVERSION= 6.0.0
-PORTREVISION= 1
+PORTVERSION= 6.0.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +11,13 @@ WWW= https://github.com/pytest-dev/pytest-runner
LICENSE= MIT
DEPRECATED= pytest-runner depends on deprecated features of setuptools
+EXPIRATION_DATE= 2024-12-31
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils pytest
+USE_PYTHON= autoplist pep517 pytest
NO_ARCH= yes
diff --git a/devel/py-pytest-runner/distinfo b/devel/py-pytest-runner/distinfo
index 15335f6e279c..ebbbbc8656ba 100644
--- a/devel/py-pytest-runner/distinfo
+++ b/devel/py-pytest-runner/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662816629
-SHA256 (pytest-runner-6.0.0.tar.gz) = b4d85362ed29b4c348678de797df438f0f0509497ddb8c647096c02a6d87b685
-SIZE (pytest-runner-6.0.0.tar.gz) = 15741
+TIMESTAMP = 1701687286
+SHA256 (pytest-runner-6.0.1.tar.gz) = 70d4739585a7008f37bf4933c013fdb327b8878a5a69fcbb3316c88882f0f49b
+SIZE (pytest-runner-6.0.1.tar.gz) = 16056