pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-gtk2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 13 23:45:35 UTC 2023

Modified Files:
        pkgsrc/x11/py-gtk2: Makefile
Removed Files:
        pkgsrc/x11/py-gtk2: options.mk

Log Message:
py-gtk2: remove default-off py-numpy option

(This package only supports Python 2.)


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/x11/py-gtk2/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/x11/py-gtk2/options.mk

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-gtk2/Makefile
diff -u pkgsrc/x11/py-gtk2/Makefile:1.139 pkgsrc/x11/py-gtk2/Makefile:1.140
--- pkgsrc/x11/py-gtk2/Makefile:1.139   Sun Nov 12 13:24:21 2023
+++ pkgsrc/x11/py-gtk2/Makefile Mon Nov 13 23:45:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2023/11/12 13:24:21 wiz Exp $
+# $NetBSD: Makefile,v 1.140 2023/11/13 23:45:35 wiz Exp $
 
 DISTNAME=      pygtk-2.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
@@ -73,8 +73,6 @@ REPLACE_PYTHON+=      examples/simple/tooltip
 REPLACE_PYTHON+=       setup.py
 REPLACE_PYTHON+=       tests/runtests.py
 
-.include "options.mk"
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 



Home | Main Index | Thread Index | Old Index