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: ryoon
Date: Sun Jan 2 11:45:53 UTC 2022
Modified Files:
pkgsrc/textproc/py-pandocfilters: Makefile PLIST
Log Message:
py-pandocfilters: Convert to egg.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-pandocfilters/Makefile
cvs rdiff -u -r1.1 -r1.2 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.4 pkgsrc/textproc/py-pandocfilters/Makefile:1.5
--- pkgsrc/textproc/py-pandocfilters/Makefile:1.4 Mon Feb 8 12:17:46 2021
+++ pkgsrc/textproc/py-pandocfilters/Makefile Sun Jan 2 11:45:53 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2021/02/08 12:17:46 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/02 11:45:53 ryoon Exp $
DISTNAME= pandocfilters-1.4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandocfilters/}
@@ -12,5 +13,5 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-pandocfilters/PLIST
diff -u pkgsrc/textproc/py-pandocfilters/PLIST:1.1 pkgsrc/textproc/py-pandocfilters/PLIST:1.2
--- pkgsrc/textproc/py-pandocfilters/PLIST:1.1 Sun Apr 23 05:09:46 2017
+++ pkgsrc/textproc/py-pandocfilters/PLIST Sun Jan 2 11:45:53 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:09:46 markd Exp $
-${PYSITELIB}/${EGG_FILE}
+@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
${PYSITELIB}/pandocfilters.py
${PYSITELIB}/pandocfilters.pyc
${PYSITELIB}/pandocfilters.pyo
Home |
Main Index |
Thread Index |
Old Index