pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 29 09:23:44 UTC 2025

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

Log Message:
py-test-html: added version 4.1.1

pytest-html is a plugin for pytest that generates a HTML report for test
results.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-html/DESCR \
    pkgsrc/devel/py-test-html/Makefile pkgsrc/devel/py-test-html/PLIST \
    pkgsrc/devel/py-test-html/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-html/DESCR
diff -u /dev/null pkgsrc/devel/py-test-html/DESCR:1.1
--- /dev/null   Wed Jan 29 09:23:44 2025
+++ pkgsrc/devel/py-test-html/DESCR     Wed Jan 29 09:23:44 2025
@@ -0,0 +1,2 @@
+pytest-html is a plugin for pytest that generates a HTML report for test
+results.
Index: pkgsrc/devel/py-test-html/Makefile
diff -u /dev/null pkgsrc/devel/py-test-html/Makefile:1.1
--- /dev/null   Wed Jan 29 09:23:44 2025
+++ pkgsrc/devel/py-test-html/Makefile  Wed Jan 29 09:23:44 2025
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2025/01/29 09:23:44 adam Exp $
+
+DISTNAME=      pytest_html-4.1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-html/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pytest-dev/pytest-html
+COMMENT=       Pytest plugin for generating HTML reports
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.13:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3.0.0:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test-metadata>=2.0.0:../../devel/py-test-metadata
+# TODO: assertpy>=1.1
+TEST_DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.11.1:../../www/py-beautifulsoup4
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.7.0:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-rerunfailures>=11.1.2:../../devel/py-test-rerunfailures
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-html/PLIST
diff -u /dev/null pkgsrc/devel/py-test-html/PLIST:1.1
--- /dev/null   Wed Jan 29 09:23:44 2025
+++ pkgsrc/devel/py-test-html/PLIST     Wed Jan 29 09:23:44 2025
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2025/01/29 09:23:44 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_html/__init__.py
+${PYSITELIB}/pytest_html/__init__.pyc
+${PYSITELIB}/pytest_html/__init__.pyo
+${PYSITELIB}/pytest_html/extras.py
+${PYSITELIB}/pytest_html/extras.pyc
+${PYSITELIB}/pytest_html/extras.pyo
+${PYSITELIB}/pytest_html/hooks.py
+${PYSITELIB}/pytest_html/hooks.pyc
+${PYSITELIB}/pytest_html/hooks.pyo
+${PYSITELIB}/pytest_html/plugin.py
+${PYSITELIB}/pytest_html/plugin.pyc
+${PYSITELIB}/pytest_html/plugin.pyo
+${PYSITELIB}/pytest_html/resources/main.js
+${PYSITELIB}/pytest_html/resources/style.css
Index: pkgsrc/devel/py-test-html/distinfo
diff -u /dev/null pkgsrc/devel/py-test-html/distinfo:1.1
--- /dev/null   Wed Jan 29 09:23:44 2025
+++ pkgsrc/devel/py-test-html/distinfo  Wed Jan 29 09:23:44 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/29 09:23:44 adam Exp $
+
+BLAKE2s (pytest_html-4.1.1.tar.gz) = ea992d1d97c1129fbf57e1e7c4723fc1c341268dce90cb4882666ce5ed165858
+SHA512 (pytest_html-4.1.1.tar.gz) = 13832f3b81aa83a95e27d93d2df82fb68eee86696f431f777840484f426094084a03b52b3ad8a381d79ef4f2a4a4b1059349f653e2b6ac66a476f511f4ea8e22
+Size (pytest_html-4.1.1.tar.gz) = 150773 bytes



Home | Main Index | Thread Index | Old Index