mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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.
This commit is contained in:
parent
5682960297
commit
2fd3f36bbf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user