pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-wcag-contrast-ratio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 30 11:02:31 UTC 2022

Modified Files:
        pkgsrc/graphics/py-wcag-contrast-ratio: PLIST

Log Message:
py-wcag-contrast-ratio: fix PLIST for python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-wcag-contrast-ratio/PLIST

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

Modified files:

Index: pkgsrc/graphics/py-wcag-contrast-ratio/PLIST
diff -u pkgsrc/graphics/py-wcag-contrast-ratio/PLIST:1.1 pkgsrc/graphics/py-wcag-contrast-ratio/PLIST:1.2
--- pkgsrc/graphics/py-wcag-contrast-ratio/PLIST:1.1    Tue Apr 26 10:52:16 2022
+++ pkgsrc/graphics/py-wcag-contrast-ratio/PLIST        Sat Apr 30 11:02:31 2022
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2022/04/26 10:52:16 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2022/04/30 11:02:31 wiz Exp $
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
 ${PYSITELIB}/wcag_contrast_ratio/__init__.py
 ${PYSITELIB}/wcag_contrast_ratio/__init__.pyc
 ${PYSITELIB}/wcag_contrast_ratio/__init__.pyo



Home | Main Index | Thread Index | Old Index