pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 16 19:27:05 UTC 2026

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

Log Message:
devel/py-test-dependency: import py-test-dependency-0.6.1

This module is a plugin for the popular Python testing framework
pytest. It manages dependencies of tests: you may mark some tests
as dependent from other tests. These tests will then be skipped if
any of the dependencies did fail or has been skipped.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-dependency/DESCR \
    pkgsrc/devel/py-test-dependency/Makefile \
    pkgsrc/devel/py-test-dependency/PLIST \
    pkgsrc/devel/py-test-dependency/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-dependency/DESCR
diff -u /dev/null pkgsrc/devel/py-test-dependency/DESCR:1.1
--- /dev/null   Thu Jul 16 19:27:05 2026
+++ pkgsrc/devel/py-test-dependency/DESCR       Thu Jul 16 19:27:05 2026
@@ -0,0 +1,4 @@
+This module is a plugin for the popular Python testing framework
+pytest. It manages dependencies of tests: you may mark some tests
+as dependent from other tests. These tests will then be skipped if
+any of the dependencies did fail or has been skipped.
Index: pkgsrc/devel/py-test-dependency/Makefile
diff -u /dev/null pkgsrc/devel/py-test-dependency/Makefile:1.1
--- /dev/null   Thu Jul 16 19:27:05 2026
+++ pkgsrc/devel/py-test-dependency/Makefile    Thu Jul 16 19:27:05 2026
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2026/07/16 19:27:05 wiz Exp $
+
+DISTNAME=      pytest_dependency-0.6.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest_dependency/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/RKrahl/pytest-dependency
+COMMENT=       Manage dependencies of tests
+LICENSE=       apache-2.0
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
+WRKSRC=                ${WRKDIR}/${DISTNAME:S/_/-/}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-dependency/PLIST
diff -u /dev/null pkgsrc/devel/py-test-dependency/PLIST:1.1
--- /dev/null   Thu Jul 16 19:27:05 2026
+++ pkgsrc/devel/py-test-dependency/PLIST       Thu Jul 16 19:27:05 2026
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2026/07/16 19:27:05 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_dependency.py
+${PYSITELIB}/pytest_dependency.pyc
+${PYSITELIB}/pytest_dependency.pyo
Index: pkgsrc/devel/py-test-dependency/distinfo
diff -u /dev/null pkgsrc/devel/py-test-dependency/distinfo:1.1
--- /dev/null   Thu Jul 16 19:27:05 2026
+++ pkgsrc/devel/py-test-dependency/distinfo    Thu Jul 16 19:27:05 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/07/16 19:27:05 wiz Exp $
+
+BLAKE2s (pytest_dependency-0.6.1.tar.gz) = 2d186d72716fd6b23db3a45e1e00ebc4aaa028380469b0554a9c9a9548981c0e
+SHA512 (pytest_dependency-0.6.1.tar.gz) = fdb4df0e56bcde7157200e351dd623413226258d7345f6e8ca6126a426f24cc6224c77f2852d2cc6523e4518a11394df2511ca90c268fe5884a961c668db1603
+Size (pytest_dependency-0.6.1.tar.gz) = 20837 bytes



Home | Main Index | Thread Index | Old Index