pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pandocfilters



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  2 22:57:18 UTC 2022

Modified Files:
        pkgsrc/textproc/py-pandocfilters: Makefile PLIST

Log Message:
py-pandocfilters: fix for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-pandocfilters/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-pandocfilters/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-pandocfilters/Makefile
diff -u pkgsrc/textproc/py-pandocfilters/Makefile:1.5 pkgsrc/textproc/py-pandocfilters/Makefile:1.6
--- pkgsrc/textproc/py-pandocfilters/Makefile:1.5       Sun Jan  2 11:45:53 2022
+++ pkgsrc/textproc/py-pandocfilters/Makefile   Sun Jan  2 22:57:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/02 11:45:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/02 22:57:18 wiz Exp $
 
 DISTNAME=      pandocfilters-1.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,4 +14,9 @@ LICENSE=      modified-bsd
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
+
+.if ${PYPKGPREFIX} == "py27"
+_PYSETUPTOOLSINSTALLARGS:=     ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed}
+.endif
+
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-pandocfilters/PLIST
diff -u pkgsrc/textproc/py-pandocfilters/PLIST:1.2 pkgsrc/textproc/py-pandocfilters/PLIST:1.3
--- pkgsrc/textproc/py-pandocfilters/PLIST:1.2  Sun Jan  2 11:45:53 2022
+++ pkgsrc/textproc/py-pandocfilters/PLIST      Sun Jan  2 22:57:18 2022
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/02 11:45:53 ryoon 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.3 2022/01/02 22:57:18 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
 ${PYSITELIB}/pandocfilters.py
 ${PYSITELIB}/pandocfilters.pyc
 ${PYSITELIB}/pandocfilters.pyo



Home | Main Index | Thread Index | Old Index