mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Some ports are expiring via devel/py-lark, which has devel/py-atomicwrites as an optional dependency.
27 lines
706 B
Makefile
27 lines
706 B
Makefile
PORTNAME= pytest-relaxed
|
|
DISTVERSION= 2.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Relaxed test discovery/organization for pytest
|
|
WWW= https://pytest-relaxed.readthedocs.io/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Depends on expiring devel/py-pytest4
|
|
EXPIRATION_DATE=2025-06-21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=3:devel/py-pytest4@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}decorator>=4:devel/py-decorator@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|