pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 29 09:19:24 UTC 2025

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

Log Message:
py-test-instafail: added version 0.5.0

pytest-instafail is a plugin for pytest that shows failures and errors
instantly instead of waiting until the end of test session.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-instafail/DESCR \
    pkgsrc/devel/py-test-instafail/Makefile \
    pkgsrc/devel/py-test-instafail/PLIST \
    pkgsrc/devel/py-test-instafail/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-instafail/DESCR
diff -u /dev/null pkgsrc/devel/py-test-instafail/DESCR:1.1
--- /dev/null   Wed Jan 29 09:19:24 2025
+++ pkgsrc/devel/py-test-instafail/DESCR        Wed Jan 29 09:19:24 2025
@@ -0,0 +1,2 @@
+pytest-instafail is a plugin for pytest that shows failures and errors
+instantly instead of waiting until the end of test session.
Index: pkgsrc/devel/py-test-instafail/Makefile
diff -u /dev/null pkgsrc/devel/py-test-instafail/Makefile:1.1
--- /dev/null   Wed Jan 29 09:19:24 2025
+++ pkgsrc/devel/py-test-instafail/Makefile     Wed Jan 29 09:19:24 2025
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2025/01/29 09:19:24 adam Exp $
+
+DISTNAME=      pytest-instafail-0.5.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-instafail/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pytest-dev/pytest-instafail
+COMMENT=       Pytest plugin to show failures instantly
+LICENSE=       modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>0:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-test>=5:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-instafail/PLIST
diff -u /dev/null pkgsrc/devel/py-test-instafail/PLIST:1.1
--- /dev/null   Wed Jan 29 09:19:24 2025
+++ pkgsrc/devel/py-test-instafail/PLIST        Wed Jan 29 09:19:24 2025
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2025/01/29 09:19:24 adam 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_instafail.py
+${PYSITELIB}/pytest_instafail.pyc
+${PYSITELIB}/pytest_instafail.pyo
Index: pkgsrc/devel/py-test-instafail/distinfo
diff -u /dev/null pkgsrc/devel/py-test-instafail/distinfo:1.1
--- /dev/null   Wed Jan 29 09:19:24 2025
+++ pkgsrc/devel/py-test-instafail/distinfo     Wed Jan 29 09:19:24 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/29 09:19:24 adam Exp $
+
+BLAKE2s (pytest-instafail-0.5.0.tar.gz) = a079254a2a277c27f94113bb8607f23c5a9e0292378bec952f1bcdb2e6f84ad6
+SHA512 (pytest-instafail-0.5.0.tar.gz) = a2dadd855057b101d94bca62cbc384dbc81bcfa30a3d8f0707ce02ce588a5edb569f0acb6aba42261371885e7b93661abe6f4ceb41ef339569a5d54f434a60cc
+Size (pytest-instafail-0.5.0.tar.gz) = 5849 bytes



Home | Main Index | Thread Index | Old Index