mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
536 B
Makefile
20 lines
536 B
Makefile
# Created by: William Grzybowski <william88@gmail.com>
|
|
# $FreeBSD: head/devel/py-pytest-runner/Makefile 472884 2018-06-20 17:05:41Z mat $
|
|
|
|
PORTNAME= pytest-runner
|
|
PORTVERSION= 2.11.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Test support for pytest runner in setup.py
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:python/py-setuptools_scm@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|