pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-gtkglext



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 22 14:45:45 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/py-gtkglext/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-gtkglext/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-gtkglext/Makefile
diff -u pkgsrc/graphics/py-gtkglext/Makefile:1.62 pkgsrc/graphics/py-gtkglext/Makefile:1.63
--- pkgsrc/graphics/py-gtkglext/Makefile:1.62   Wed Dec  8 16:05:04 2021
+++ pkgsrc/graphics/py-gtkglext/Makefile        Sat Jan 22 14:45:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/12/08 16:05:04 adam Exp $
+# $NetBSD: Makefile,v 1.63 2022/01/22 14:45:45 wiz Exp $
 
 DISTNAME=      pygtkglext-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-pygtkglext-1.1.0
@@ -15,12 +15,11 @@ GNU_CONFIGURE=      yes
 CONFIGURE_ENV+=        PYTHON=${PYTHONBIN}
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
-PYDISTUTILSPKG=        yes
 PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
 
 PKGCONFIG_OVERRIDE+=   pygtkglext.pc.in
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../graphics/gtkglext/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-gtkglext/PLIST
diff -u pkgsrc/graphics/py-gtkglext/PLIST:1.2 pkgsrc/graphics/py-gtkglext/PLIST:1.3
--- pkgsrc/graphics/py-gtkglext/PLIST:1.2       Sun Jun 14 17:59:26 2009
+++ pkgsrc/graphics/py-gtkglext/PLIST   Sat Jan 22 14:45:45 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:26 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/22 14:45:45 wiz Exp $
 lib/pkgconfig/pygtkglext-1.0.pc
 ${PYSITELIB}/gtk-2.0/gtk/gdkgl/__init__.py
 ${PYSITELIB}/gtk-2.0/gtk/gdkgl/__init__.pyc
@@ -17,6 +17,7 @@ ${PYSITELIB}/gtk-2.0/gtk/gtkgl/apputils.
 ${PYSITELIB}/gtk-2.0/gtk/gtkgl/widget.py
 ${PYSITELIB}/gtk-2.0/gtk/gtkgl/widget.pyc
 ${PYSITELIB}/gtk-2.0/gtk/gtkgl/widget.pyo
+${PYSITELIB}/gtk-2.0/${EGG_INFODIR}
 share/pygtk/2.0/defs/gdkglext-types.defs
 share/pygtk/2.0/defs/gdkglext.defs
 share/pygtk/2.0/defs/gtkglext.defs



Home | Main Index | Thread Index | Old Index