22 lines
543 B
Makefile
22 lines
543 B
Makefile
# Created by: William Grzybowski <william88@gmail.com>
|
|
|
|
PORTNAME= pytest-runner
|
|
PORTVERSION= 5.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Test support for pytest runner in setup.py
|
|
|
|
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
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|