pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec  4 13:43:55 UTC 2024

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

Log Message:
py-test-codspeed: added version 3.0.0

Pytest plugin to create CodSpeed benchmarks.


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

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4364 pkgsrc/devel/Makefile:1.4365
--- pkgsrc/devel/Makefile:1.4364        Thu Nov 28 08:15:42 2024
+++ pkgsrc/devel/Makefile       Wed Dec  4 13:43:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4364 2024/11/28 08:15:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4365 2024/12/04 13:43:55 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -3074,6 +3074,7 @@ SUBDIR+=  py-test-benchmark
 SUBDIR+=       py-test-celery
 SUBDIR+=       py-test-check
 SUBDIR+=       py-test-checkdocs
+SUBDIR+=       py-test-codspeed
 SUBDIR+=       py-test-console-scripts
 SUBDIR+=       py-test-cov
 SUBDIR+=       py-test-datadir

Added files:

Index: pkgsrc/devel/py-test-codspeed/DESCR
diff -u /dev/null pkgsrc/devel/py-test-codspeed/DESCR:1.1
--- /dev/null   Wed Dec  4 13:43:55 2024
+++ pkgsrc/devel/py-test-codspeed/DESCR Wed Dec  4 13:43:55 2024
@@ -0,0 +1 @@
+Pytest plugin to create CodSpeed benchmarks.
Index: pkgsrc/devel/py-test-codspeed/Makefile
diff -u /dev/null pkgsrc/devel/py-test-codspeed/Makefile:1.1
--- /dev/null   Wed Dec  4 13:43:55 2024
+++ pkgsrc/devel/py-test-codspeed/Makefile      Wed Dec  4 13:43:55 2024
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2024/12/04 13:43:55 adam Exp $
+
+DISTNAME=      pytest_codspeed-3.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-codspeed/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/CodSpeedHQ/pytest-codspeed
+COMMENT=       Pytest plugin to create CodSpeed benchmarks
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.17.1:../../devel/py-cffi
+DEPENDS+=      ${PYPKGPREFIX}-filelock>=3.12.2:../../devel/py-filelock
+DEPENDS+=      ${PYPKGPREFIX}-rich>=13.8.1:../../comms/py-rich
+DEPENDS+=      ${PYPKGPREFIX}-test>=3.8:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 310
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=8.5.0:../../devel/py-importlib-metadata
+.endif
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-codspeed/PLIST
diff -u /dev/null pkgsrc/devel/py-test-codspeed/PLIST:1.1
--- /dev/null   Wed Dec  4 13:43:55 2024
+++ pkgsrc/devel/py-test-codspeed/PLIST Wed Dec  4 13:43:55 2024
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2024/12/04 13:43:55 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/pytest_codspeed/__init__.py
+${PYSITELIB}/pytest_codspeed/__init__.pyc
+${PYSITELIB}/pytest_codspeed/__init__.pyo
+${PYSITELIB}/pytest_codspeed/instruments/__init__.py
+${PYSITELIB}/pytest_codspeed/instruments/__init__.pyc
+${PYSITELIB}/pytest_codspeed/instruments/__init__.pyo
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/__init__.py
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/__init__.pyc
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/__init__.pyo
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/.gitignore
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/__init__.py
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/__init__.pyc
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/__init__.pyo
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.c
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.h
+${PYSITELIB}/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.pyi
+${PYSITELIB}/pytest_codspeed/instruments/walltime.py
+${PYSITELIB}/pytest_codspeed/instruments/walltime.pyc
+${PYSITELIB}/pytest_codspeed/instruments/walltime.pyo
+${PYSITELIB}/pytest_codspeed/plugin.py
+${PYSITELIB}/pytest_codspeed/plugin.pyc
+${PYSITELIB}/pytest_codspeed/plugin.pyo
+${PYSITELIB}/pytest_codspeed/py.typed
+${PYSITELIB}/pytest_codspeed/utils.py
+${PYSITELIB}/pytest_codspeed/utils.pyc
+${PYSITELIB}/pytest_codspeed/utils.pyo
Index: pkgsrc/devel/py-test-codspeed/distinfo
diff -u /dev/null pkgsrc/devel/py-test-codspeed/distinfo:1.1
--- /dev/null   Wed Dec  4 13:43:55 2024
+++ pkgsrc/devel/py-test-codspeed/distinfo      Wed Dec  4 13:43:55 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/12/04 13:43:55 adam Exp $
+
+BLAKE2s (pytest_codspeed-3.0.0.tar.gz) = 7192ad804ef8c5a271289f42d673556db9383dff52a44ddd38825b76fc0351e7
+SHA512 (pytest_codspeed-3.0.0.tar.gz) = 1f1134f4760df556ee13df7c30faa3da4efe2692d131eddba3b100dac92716af48b228a7b534e9fe18e309eafd591807a273b01c5aadc7770fe99880306db3e4
+Size (pytest_codspeed-3.0.0.tar.gz) = 12540 bytes



Home | Main Index | Thread Index | Old Index