Skip to content

Commit

Permalink
devel/py-pytest-nunit: Add py-pytest-nunit 1.0.0
Browse files Browse the repository at this point in the history
pytest-nunit is a pytest plugin for generating NUnit3 test result XML output.

WWW: https://github.com/pytest-dev/pytest-nunit
  • Loading branch information
sunpoet committed Jun 16, 2022
1 parent 9004702 commit 58a791d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -5150,6 +5150,7 @@
SUBDIR += py-pytest-mock
SUBDIR += py-pytest-mutagen
SUBDIR += py-pytest-mypy
SUBDIR += py-pytest-nunit
SUBDIR += py-pytest-pep8
SUBDIR += py-pytest-plus
SUBDIR += py-pytest-pycodestyle
Expand Down
23 changes: 23 additions & 0 deletions devel/py-pytest-nunit/Makefile
@@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= pytest-nunit
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= pytest plugin for generating NUnit3 test result XML output

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=4.6.0,1:devel/py-pytest@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-pytest-nunit/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1655208192
SHA256 (pytest-nunit-1.0.0.tar.gz) = 3c3e7a5396d0c3910c043d2d9aa4085777b21183d993e09b24411efb276aa10b
SIZE (pytest-nunit-1.0.0.tar.gz) = 16442
3 changes: 3 additions & 0 deletions devel/py-pytest-nunit/pkg-descr
@@ -0,0 +1,3 @@
pytest-nunit is a pytest plugin for generating NUnit3 test result XML output.

WWW: https://github.com/pytest-dev/pytest-nunit

0 comments on commit 58a791d

Please sign in to comment.