mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-pytest-runner/Makefile
Normal file
19
python/py-pytest-runner/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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>
|
||||
3
python/py-pytest-runner/distinfo
Normal file
3
python/py-pytest-runner/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1492252528
|
||||
SHA256 (pytest-runner-2.11.1.tar.gz) = 983a31eab45e375240e250161a556163bc8d250edaba97960909338c273a89b3
|
||||
SIZE (pytest-runner-2.11.1.tar.gz) = 9661
|
||||
4
python/py-pytest-runner/pkg-descr
Normal file
4
python/py-pytest-runner/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Setup scripts can use pytest-runner to add setup.py test support
|
||||
for pytest runner.
|
||||
|
||||
WWW: https://github.com/pytest-dev/pytest-runner
|
||||
Reference in New Issue
Block a user