pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-cairo py-cairo: Switch to egg.mk and updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e9cd6a1b936
branches:  trunk
changeset: 379436:5e9cd6a1b936
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 30 06:11:55 2018 +0000

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

For build consistency

diffstat:

 graphics/py-cairo/Makefile |   4 ++--
 graphics/py-cairo/PLIST    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r ecec9bb132d4 -r 5e9cd6a1b936 graphics/py-cairo/Makefile
--- a/graphics/py-cairo/Makefile        Mon Apr 30 06:06:43 2018 +0000
+++ b/graphics/py-cairo/Makefile        Mon Apr 30 06:11:55 2018 +0000
@@ -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 @@
 
 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"
diff -r ecec9bb132d4 -r 5e9cd6a1b936 graphics/py-cairo/PLIST
--- a/graphics/py-cairo/PLIST   Mon Apr 30 06:06:43 2018 +0000
+++ b/graphics/py-cairo/PLIST   Mon Apr 30 06:11:55 2018 +0000
@@ -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