pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/textproc/py-pandocfilters py-pandocfil...
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/e7de8351c46b
branches: trunk
changeset: 370990:e7de8351c46b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 02 22:57:18 2022 +0000
description:
py-pandocfilters: fix for python 2.7
diffstat:
textproc/py-pandocfilters/Makefile | 7 ++++++-
textproc/py-pandocfilters/PLIST | 10 +++++-----
2 files changed, 11 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 4a807c92cf34 -r e7de8351c46b textproc/py-pandocfilters/Makefile
--- a/textproc/py-pandocfilters/Makefile Sun Jan 02 22:56:31 2022 +0000
+++ b/textproc/py-pandocfilters/Makefile Sun Jan 02 22:57:18 2022 +0000
@@ -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 @@
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
+
+.if ${PYPKGPREFIX} == "py27"
+_PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed}
+.endif
+
.include "../../mk/bsd.pkg.mk"
diff -r 4a807c92cf34 -r e7de8351c46b textproc/py-pandocfilters/PLIST
--- a/textproc/py-pandocfilters/PLIST Sun Jan 02 22:56:31 2022 +0000
+++ b/textproc/py-pandocfilters/PLIST Sun Jan 02 22:57:18 2022 +0000
@@ -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