Skip to content

Commit

Permalink
devel/py-pytest-runner: Update version 6.0.0=>6.0.1
Browse files Browse the repository at this point in the history
- 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
  pypa/setuptools#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.
  • Loading branch information
5u623l20 committed Dec 4, 2023
1 parent 5682960 commit 2fd3f36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions devel/py-pytest-runner/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions devel/py-pytest-runner/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2fd3f36

Please sign in to comment.