pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-wxWidgets



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 21:43:30 UTC 2022

Modified Files:
        pkgsrc/x11/py-wxWidgets: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/x11/py-wxWidgets/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/py-wxWidgets/PLIST

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

Modified files:

Index: pkgsrc/x11/py-wxWidgets/Makefile
diff -u pkgsrc/x11/py-wxWidgets/Makefile:1.87 pkgsrc/x11/py-wxWidgets/Makefile:1.88
--- pkgsrc/x11/py-wxWidgets/Makefile:1.87       Wed Dec  8 16:02:57 2021
+++ pkgsrc/x11/py-wxWidgets/Makefile    Mon Jan 10 21:43:30 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.87 2021/12/08 16:02:57 adam Exp $
+# $NetBSD: Makefile,v 1.88 2022/01/10 21:43:30 wiz Exp $
 
 VERSION=       2.8.12.0
 DISTNAME=      wxPython-src-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-wxWidgets-${VERSION}
-PKGREVISION=   19
+PKGREVISION=   20
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wxpython/}
 EXTRACT_SUFX=  .tar.bz2
@@ -50,7 +50,7 @@ EGG_NAME2=    ${DISTNAME:S/-src-/-/}
 PLIST_SUBST+=  EGG_FILE2=${EGG_NAME2}-py${PYVERSSUFFIX}.egg-info
 
 .include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../graphics/glu/buildlink3.mk"
 .include "../../x11/wxGTK28/buildlink3.mk"
 .include "../../x11/wxGTK28-contrib/buildlink3.mk"

Index: pkgsrc/x11/py-wxWidgets/PLIST
diff -u pkgsrc/x11/py-wxWidgets/PLIST:1.10 pkgsrc/x11/py-wxWidgets/PLIST:1.11
--- pkgsrc/x11/py-wxWidgets/PLIST:1.10  Thu Oct  2 22:53:26 2014
+++ pkgsrc/x11/py-wxWidgets/PLIST       Mon Jan 10 21:43:30 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2014/10/02 22:53:26 mef Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/01/10 21:43:30 wiz Exp $
 bin/editra
 bin/helpviewer
 bin/img2png
@@ -2271,7 +2271,6 @@ ${PYSITELIB}/wx-2.8-gtk2-unicode/wx/wiza
 ${PYSITELIB}/wx-2.8-gtk2-unicode/wx/xrc.py
 ${PYSITELIB}/wx-2.8-gtk2-unicode/wx/xrc.pyc
 ${PYSITELIB}/wx-2.8-gtk2-unicode/wx/xrc.pyo
-${PYSITELIB}/wx-2.8-gtk2-unicode/${EGG_FILE2}
 ${PYSITELIB}/wx-2.8-gtk2-unicode/wxPython/__init__.py
 ${PYSITELIB}/wx-2.8-gtk2-unicode/wxPython/__init__.pyc
 ${PYSITELIB}/wx-2.8-gtk2-unicode/wxPython/__init__.pyo
@@ -2555,7 +2554,6 @@ ${PYSITELIB}/wx-2.8-gtk2-unicode/wxPytho
 ${PYSITELIB}/wx-2.8-gtk2-unicode/wxPython/xrc.pyc
 ${PYSITELIB}/wx-2.8-gtk2-unicode/wxPython/xrc.pyo
 ${PYSITELIB}/wx.pth
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/wxversion.py
 ${PYSITELIB}/wxversion.pyc
 ${PYSITELIB}/wxversion.pyo



Home | Main Index | Thread Index | Old Index