Date: Sun, 3 May 2020 20:46:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533811 - in head/devel: . py-pytest-benchmark Message-ID: <202005032046.043KkWOK063172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 3 20:46:32 2020 New Revision: 533811 URL: https://svnweb.freebsd.org/changeset/ports/533811 Log: Add py-pytest-benchmark 3.2.3 pytest-benchmark is a pytest fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer. WWW: https://github.com/ionelmc/pytest-benchmark Added: head/devel/py-pytest-benchmark/ head/devel/py-pytest-benchmark/Makefile (contents, props changed) head/devel/py-pytest-benchmark/distinfo (contents, props changed) head/devel/py-pytest-benchmark/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun May 3 20:46:12 2020 (r533810) +++ head/devel/Makefile Sun May 3 20:46:32 2020 (r533811) @@ -4924,6 +4924,7 @@ SUBDIR += py-pytest-aiohttp SUBDIR += py-pytest-asyncio SUBDIR += py-pytest-azurepipelines + SUBDIR += py-pytest-benchmark SUBDIR += py-pytest-black SUBDIR += py-pytest-cache SUBDIR += py-pytest-capturelog Added: head/devel/py-pytest-benchmark/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-benchmark/Makefile Sun May 3 20:46:32 2020 (r533811) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pytest-benchmark +PORTVERSION= 3.2.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= pytest fixture for benchmarking code + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>=0:sysutils/py-py-cpuinfo@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-pytest-benchmark/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-benchmark/distinfo Sun May 3 20:46:32 2020 (r533811) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588450780 +SHA256 (pytest-benchmark-3.2.3.tar.gz) = ad4314d093a3089701b24c80a05121994c7765ce373478c8f4ba8d23c9ba9528 +SIZE (pytest-benchmark-3.2.3.tar.gz) = 337882 Added: head/devel/py-pytest-benchmark/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-benchmark/pkg-descr Sun May 3 20:46:32 2020 (r533811) @@ -0,0 +1,4 @@ +pytest-benchmark is a pytest fixture for benchmarking code. It will group the +tests into rounds that are calibrated to the chosen timer. + +WWW: https://github.com/ionelmc/pytest-benchmark
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032046.043KkWOK063172>