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:           Sat Feb  1 18:36:24 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-html: PLIST

Log Message:
py-test-html: fix PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-html/PLIST

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

Modified files:

Index: pkgsrc/devel/py-test-html/PLIST
diff -u pkgsrc/devel/py-test-html/PLIST:1.1 pkgsrc/devel/py-test-html/PLIST:1.2
--- pkgsrc/devel/py-test-html/PLIST:1.1 Wed Jan 29 09:23:44 2025
+++ pkgsrc/devel/py-test-html/PLIST     Sat Feb  1 18:36:24 2025
@@ -1,21 +1,42 @@
-@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
+@comment $NetBSD: PLIST,v 1.2 2025/02/01 18:36:24 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_html/__init__.py
 ${PYSITELIB}/pytest_html/__init__.pyc
 ${PYSITELIB}/pytest_html/__init__.pyo
+${PYSITELIB}/pytest_html/__version.py
+${PYSITELIB}/pytest_html/__version.pyc
+${PYSITELIB}/pytest_html/__version.pyo
+${PYSITELIB}/pytest_html/basereport.py
+${PYSITELIB}/pytest_html/basereport.pyc
+${PYSITELIB}/pytest_html/basereport.pyo
 ${PYSITELIB}/pytest_html/extras.py
 ${PYSITELIB}/pytest_html/extras.pyc
 ${PYSITELIB}/pytest_html/extras.pyo
+${PYSITELIB}/pytest_html/fixtures.py
+${PYSITELIB}/pytest_html/fixtures.pyc
+${PYSITELIB}/pytest_html/fixtures.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/report.py
+${PYSITELIB}/pytest_html/report.pyc
+${PYSITELIB}/pytest_html/report.pyo
+${PYSITELIB}/pytest_html/report_data.py
+${PYSITELIB}/pytest_html/report_data.pyc
+${PYSITELIB}/pytest_html/report_data.pyo
+${PYSITELIB}/pytest_html/resources/app.js
+${PYSITELIB}/pytest_html/resources/index.jinja2
 ${PYSITELIB}/pytest_html/resources/style.css
+${PYSITELIB}/pytest_html/selfcontained_report.py
+${PYSITELIB}/pytest_html/selfcontained_report.pyc
+${PYSITELIB}/pytest_html/selfcontained_report.pyo
+${PYSITELIB}/pytest_html/util.py
+${PYSITELIB}/pytest_html/util.pyc
+${PYSITELIB}/pytest_html/util.pyo



Home | Main Index | Thread Index | Old Index