git: a68499802fe5 - main - devel/py-pytest-subtests: Add py-pytest-subtests 0.3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:42:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a68499802fe59b9262de70cdd6726c9d644a42a3 commit a68499802fe59b9262de70cdd6726c9d644a42a3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 12:45:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:36:37 +0000 devel/py-pytest-subtests: Add py-pytest-subtests 0.3.2 This pytest plugin was generated with Cookiecutter along with @hackebrot's cookiecutter-pytest-plugin template. WWW: https://github.com/pytest-dev/pytest-subtests --- devel/Makefile | 1 + devel/py-pytest-subtests/Makefile | 23 +++++++++++++++++++++++ devel/py-pytest-subtests/distinfo | 3 +++ devel/py-pytest-subtests/pkg-descr | 4 ++++ 4 files changed, 31 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 10c4e646c49a..7b9c2c68899e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5105,6 +5105,7 @@ SUBDIR += py-pytest-rerunfailures SUBDIR += py-pytest-runner SUBDIR += py-pytest-shutil + SUBDIR += py-pytest-subtests SUBDIR += py-pytest-sugar SUBDIR += py-pytest-timeout SUBDIR += py-pytest-tornado diff --git a/devel/py-pytest-subtests/Makefile b/devel/py-pytest-subtests/Makefile new file mode 100644 index 000000000000..12848c3e836f --- /dev/null +++ b/devel/py-pytest-subtests/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= pytest-subtests +PORTVERSION= 0.3.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= unittest subTest() support and subtests fixture + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0,1:devel/py-pytest@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-pytest-subtests/distinfo b/devel/py-pytest-subtests/distinfo new file mode 100644 index 000000000000..40dc10cbcffa --- /dev/null +++ b/devel/py-pytest-subtests/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1647264404 +SHA256 (pytest-subtests-0.3.2.tar.gz) = 677281a196092c06d3da8e6408f0c1362b3f7b180e3c0e9113c7209b6b48afd7 +SIZE (pytest-subtests-0.3.2.tar.gz) = 9694 diff --git a/devel/py-pytest-subtests/pkg-descr b/devel/py-pytest-subtests/pkg-descr new file mode 100644 index 000000000000..b39ec1fcc450 --- /dev/null +++ b/devel/py-pytest-subtests/pkg-descr @@ -0,0 +1,4 @@ +This pytest plugin was generated with Cookiecutter along with @hackebrot's +cookiecutter-pytest-plugin template. + +WWW: https://github.com/pytest-dev/pytest-subtests