blob: 2cb4a74d439a7deb89d8e19c99caef8f97a9709e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= pytest-runner
PORTVERSION= 6.0.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
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
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes
.include <bsd.port.mk>
|