pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-Pdf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 18:22:05 UTC 2022

Modified Files:
        pkgsrc/print/py-Pdf: Makefile PLIST

Log Message:
py-Pdf: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/py-Pdf/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/py-Pdf/PLIST

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

Modified files:

Index: pkgsrc/print/py-Pdf/Makefile
diff -u pkgsrc/print/py-Pdf/Makefile:1.9 pkgsrc/print/py-Pdf/Makefile:1.10
--- pkgsrc/print/py-Pdf/Makefile:1.9    Tue Apr  6 18:57:10 2021
+++ pkgsrc/print/py-Pdf/Makefile        Mon Jan 10 18:22:05 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2021/04/06 18:57:10 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2022/01/10 18:22:05 wiz Exp $
 
 DISTNAME=      pyPdf-1.13
 PKGNAME=       ${PYPKGPREFIX}-Pdf-1.13
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    print python
 MASTER_SITES=  http://pybrary.net/pyPdf/
 
@@ -11,5 +11,5 @@ HOMEPAGE=     http://pybrary.net/pyPdf/
 COMMENT=       PDF library
 LICENSE=       modified-bsd
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/py-Pdf/PLIST
diff -u pkgsrc/print/py-Pdf/PLIST:1.3 pkgsrc/print/py-Pdf/PLIST:1.4
--- pkgsrc/print/py-Pdf/PLIST:1.3       Thu Jan 23 14:38:42 2014
+++ pkgsrc/print/py-Pdf/PLIST   Mon Jan 10 18:22:05 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2014/01/23 14:38:42 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 18:22:05 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}/pyPdf/__init__.py
 ${PYSITELIB}/pyPdf/__init__.pyc
 ${PYSITELIB}/pyPdf/__init__.pyo



Home | Main Index | Thread Index | Old Index