Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB26A84FBD for ; Mon, 13 Nov 2023 23:45:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5kG9-nHZ8q8Y for ; Mon, 13 Nov 2023 23:45:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0566E85229 for ; Mon, 13 Nov 2023 23:45:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3348FA3D; Mon, 13 Nov 2023 23:45:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699919135200050" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 23:45:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/py-gtk2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231113234535.F3348FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699919135200050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1699919135200050 Content-Disposition: inline Content-Length: 699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1699919135200050--