pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-perf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 11 09:51:33 UTC 2023

Added Files:
        pkgsrc/devel/py-test-perf: DESCR Makefile PLIST distinfo

Log Message:
devel/py-test-perf: import py-test-perf-0.13.1

Run performance tests against the mainline code.

To use it, include pytest-perf in the test dependencies for your
project, then create some Python module in your package. The plugin
will include any module that contains the text "pytest_perf" and
will run performance tests on each function containing "perf" in
the name.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-perf/DESCR \
    pkgsrc/devel/py-test-perf/Makefile pkgsrc/devel/py-test-perf/PLIST \
    pkgsrc/devel/py-test-perf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-test-perf/DESCR
diff -u /dev/null pkgsrc/devel/py-test-perf/DESCR:1.1
--- /dev/null   Mon Dec 11 09:51:33 2023
+++ pkgsrc/devel/py-test-perf/DESCR     Mon Dec 11 09:51:33 2023
@@ -0,0 +1,7 @@
+Run performance tests against the mainline code.
+
+To use it, include pytest-perf in the test dependencies for your
+project, then create some Python module in your package. The plugin
+will include any module that contains the text "pytest_perf" and
+will run performance tests on each function containing "perf" in
+the name.
Index: pkgsrc/devel/py-test-perf/Makefile
diff -u /dev/null pkgsrc/devel/py-test-perf/Makefile:1.1
--- /dev/null   Mon Dec 11 09:51:33 2023
+++ pkgsrc/devel/py-test-perf/Makefile  Mon Dec 11 09:51:33 2023
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2023/12/11 09:51:33 wiz Exp $
+
+DISTNAME=      pytest-perf-0.13.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-perf/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jaraco/pytest-perf
+COMMENT=       Run performance tests against the mainline code
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-pip-run>=8.5:../../devel/py-pip-run
+DEPENDS+=      ${PYPKGPREFIX}-tempora>=4.1:../../time/py-tempora
+DEPENDS+=      ${PYPKGPREFIX}-jaraco.functools>=0:../../devel/py-jaraco.functools
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=0:../../devel/py-more-itertools
+DEPENDS+=      ${PYPKGPREFIX}-jaraco.context>=0:../../devel/py-jaraco.context
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
+# assumes git checkout, not pypi distfile
+#TEST_DEPENDS+=        git-base-[0-9]*:../../devel/git-base
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-perf/PLIST
diff -u /dev/null pkgsrc/devel/py-test-perf/PLIST:1.1
--- /dev/null   Mon Dec 11 09:51:33 2023
+++ pkgsrc/devel/py-test-perf/PLIST     Mon Dec 11 09:51:33 2023
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2023/12/11 09:51:33 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_perf/deco.py
+${PYSITELIB}/pytest_perf/deco.pyc
+${PYSITELIB}/pytest_perf/deco.pyo
+${PYSITELIB}/pytest_perf/plugin.py
+${PYSITELIB}/pytest_perf/plugin.pyc
+${PYSITELIB}/pytest_perf/plugin.pyo
+${PYSITELIB}/pytest_perf/runner.py
+${PYSITELIB}/pytest_perf/runner.pyc
+${PYSITELIB}/pytest_perf/runner.pyo
Index: pkgsrc/devel/py-test-perf/distinfo
diff -u /dev/null pkgsrc/devel/py-test-perf/distinfo:1.1
--- /dev/null   Mon Dec 11 09:51:33 2023
+++ pkgsrc/devel/py-test-perf/distinfo  Mon Dec 11 09:51:33 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/12/11 09:51:33 wiz Exp $
+
+BLAKE2s (pytest-perf-0.13.1.tar.gz) = 7071b13f12e77ed12063a073fb3e8538e526625459769affc2730604674c2073
+SHA512 (pytest-perf-0.13.1.tar.gz) = 745f10ea3077913405f41d52a2af7cd97aebcb9d4ec1281a5cb170d7436c798bb4f77f09d78bbf5f4ba12c4a505e4dc69b538bb5acb7914174ecb633375f0d85
+Size (pytest-perf-0.13.1.tar.gz) = 11804 bytes



Home | Main Index | Thread Index | Old Index