pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-cairo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 30 06:11:55 UTC 2018

Modified Files:
        pkgsrc/graphics/py-cairo: Makefile PLIST

Log Message:
py-cairo: Switch to egg.mk and update PLIST for it.

For build consistency


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/py-cairo/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-cairo/PLIST

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

Modified files:

Index: pkgsrc/graphics/py-cairo/Makefile
diff -u pkgsrc/graphics/py-cairo/Makefile:1.56 pkgsrc/graphics/py-cairo/Makefile:1.57
--- pkgsrc/graphics/py-cairo/Makefile:1.56      Fri Apr 27 14:37:09 2018
+++ pkgsrc/graphics/py-cairo/Makefile   Mon Apr 30 06:11:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2018/04/27 14:37:09 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2018/04/30 06:11:55 wiz Exp $
 
 DISTNAME=              pycairo-1.17.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,5 +16,5 @@ USE_TOOLS+=           pkg-config
 
 BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.13.1
 .include "../../graphics/cairo/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-cairo/PLIST
diff -u pkgsrc/graphics/py-cairo/PLIST:1.8 pkgsrc/graphics/py-cairo/PLIST:1.9
--- pkgsrc/graphics/py-cairo/PLIST:1.8  Sun Apr 29 21:06:13 2018
+++ pkgsrc/graphics/py-cairo/PLIST      Mon Apr 30 06:11:55 2018
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2018/04/29 21:06:13 ryoon Exp $
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+@comment $NetBSD: PLIST,v 1.9 2018/04/30 06:11:55 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/cairo/__init__.py
 ${PYSITELIB}/cairo/__init__.pyc
 ${PYSITELIB}/cairo/__init__.pyi



Home | Main Index | Thread Index | Old Index