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:   dkazankov
Date:           Mon Jul 28 20:53:23 UTC 2025

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

Log Message:
devel/py-test-pretty: add new package 1.3.0

Opinionated pytest plugin to make output slightly easier to read and errors
easy to find and fix


To generate a diff of this commit:
cvs rdiff -u -r1.4502 -r1.4503 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-pretty/DESCR \
    pkgsrc/devel/py-test-pretty/Makefile pkgsrc/devel/py-test-pretty/PLIST \
    pkgsrc/devel/py-test-pretty/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.4502 pkgsrc/devel/Makefile:1.4503
--- pkgsrc/devel/Makefile:1.4502        Mon Jul 28 20:36:36 2025
+++ pkgsrc/devel/Makefile       Mon Jul 28 20:53:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4502 2025/07/28 20:36:36 dkazankov Exp $
+# $NetBSD: Makefile,v 1.4503 2025/07/28 20:53:23 dkazankov Exp $
 #
 
 COMMENT=       Development utilities
@@ -3173,6 +3173,7 @@ SUBDIR+=  py-test-mypy-plugins
 SUBDIR+=       py-test-order
 SUBDIR+=       py-test-perf
 SUBDIR+=       py-test-plus
+SUBDIR+=       py-test-pretty
 SUBDIR+=       py-test-pylint
 SUBDIR+=       py-test-pythonpath
 SUBDIR+=       py-test-random-order

Added files:

Index: pkgsrc/devel/py-test-pretty/DESCR
diff -u /dev/null pkgsrc/devel/py-test-pretty/DESCR:1.1
--- /dev/null   Mon Jul 28 20:53:23 2025
+++ pkgsrc/devel/py-test-pretty/DESCR   Mon Jul 28 20:53:23 2025
@@ -0,0 +1,2 @@
+Opinionated pytest plugin to make output slightly easier to read and errors
+easy to find and fix
\ No newline at end of file
Index: pkgsrc/devel/py-test-pretty/Makefile
diff -u /dev/null pkgsrc/devel/py-test-pretty/Makefile:1.1
--- /dev/null   Mon Jul 28 20:53:23 2025
+++ pkgsrc/devel/py-test-pretty/Makefile        Mon Jul 28 20:53:23 2025
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2025/07/28 20:53:23 dkazankov Exp $
+
+DISTNAME=      pytest-pretty-1.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=samuelcolvin/}
+GITHUB_PROJECT=        pytest-pretty
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    dkazankov%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/samuelcolvin/pytest-pretty
+COMMENT=       Pytest plugin providing an alternative, colourful diff output for failing assertions
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
+DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-rich>=12.0.0:../../comms/py-rich
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-pretty/PLIST
diff -u /dev/null pkgsrc/devel/py-test-pretty/PLIST:1.1
--- /dev/null   Mon Jul 28 20:53:23 2025
+++ pkgsrc/devel/py-test-pretty/PLIST   Mon Jul 28 20:53:23 2025
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2025/07/28 20:53:23 dkazankov 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_pretty/__init__.py
+${PYSITELIB}/pytest_pretty/__init__.pyc
+${PYSITELIB}/pytest_pretty/__init__.pyo
Index: pkgsrc/devel/py-test-pretty/distinfo
diff -u /dev/null pkgsrc/devel/py-test-pretty/distinfo:1.1
--- /dev/null   Mon Jul 28 20:53:23 2025
+++ pkgsrc/devel/py-test-pretty/distinfo        Mon Jul 28 20:53:23 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/07/28 20:53:23 dkazankov Exp $
+
+BLAKE2s (pytest-pretty-1.3.0.tar.gz) = 2645a248609e12359418b01da22e5ff31235cb8c72a6ac8b30d66e7082082ced
+SHA512 (pytest-pretty-1.3.0.tar.gz) = 25bf212f4b347de80222f70cde2bf2f5264e1383ca636e67927aef38afcd73c5558d0e764cda48f17632f80b7dad8707a893684e88a2a5359b9fbaebc3a4246b
+Size (pytest-pretty-1.3.0.tar.gz) = 217320 bytes



Home | Main Index | Thread Index | Old Index