pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-cups



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:32:17 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/py-cups/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/py-cups/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-cups/Makefile
diff -u pkgsrc/print/py-cups/Makefile:1.50 pkgsrc/print/py-cups/Makefile:1.51
--- pkgsrc/print/py-cups/Makefile:1.50  Wed Dec  8 16:06:15 2021
+++ pkgsrc/print/py-cups/Makefile       Mon Jan 10 20:32:17 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2021/12/08 16:06:15 adam Exp $
+# $NetBSD: Makefile,v 1.51 2022/01/10 20:32:17 wiz Exp $
 
 DISTNAME=      pycups-1.9.73
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-PKGREVISION=   17
+PKGREVISION=   18
 CATEGORIES=    print python
 MASTER_SITES=  http://cyberelk.net/tim/data/pycups/
 MASTER_SITES+= ${MASTER_SITE_PYPI:=p/pycups/}
@@ -21,6 +21,6 @@ SUBST_FILES.paths=    cupsconnection.c
 SUBST_SED.paths=       -e 's:"/usr/share/cups":"${BUILDLINK_PREFIX.cups-base}/share/cups/", "/usr/share/cups":'
 SUBST_STAGE.paths=     pre-configure
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../print/cups-base/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/py-cups/PLIST
diff -u pkgsrc/print/py-cups/PLIST:1.3 pkgsrc/print/py-cups/PLIST:1.4
--- pkgsrc/print/py-cups/PLIST:1.3      Tue Dec 19 08:32:14 2017
+++ pkgsrc/print/py-cups/PLIST  Mon Jan 10 20:32:17 2022
@@ -1,3 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2017/12/19 08:32:14 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 20:32:17 wiz Exp $
 ${PYSITELIB}/cups.so
+${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



Home | Main Index | Thread Index | Old Index