mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
- 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.
24 lines
622 B
Makefile
24 lines
622 B
Makefile
PORTNAME= pytest-runner
|
|
PORTVERSION= 6.0.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Test support for pytest runner in setup.py
|
|
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} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517 pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|