Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8AEE01A9239 for ; Mon, 10 Jan 2022 19:44:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C4E7C84E73; Mon, 10 Jan 2022 19:44:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0609A84E6D for ; Mon, 10 Jan 2022 19:44:04 +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 Web8QlFkhICX for ; Mon, 10 Jan 2022 19:44:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 525B684D91 for ; Mon, 10 Jan 2022 19:44:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C4C9FB24; Mon, 10 Jan 2022 19:44:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641843843124960" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 19:44:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-unitgui To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110194403.4C4C9FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641843843124960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 19:44:03 UTC 2022 Modified Files: pkgsrc/devel/py-unitgui: Makefile PLIST Log Message: py-unitgui: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-unitgui/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-unitgui/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641843843124960 Content-Disposition: inline Content-Length: 1269 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-unitgui/Makefile diff -u pkgsrc/devel/py-unitgui/Makefile:1.26 pkgsrc/devel/py-unitgui/Makefile:1.27 --- pkgsrc/devel/py-unitgui/Makefile:1.26 Fri Mar 20 11:57:31 2020 +++ pkgsrc/devel/py-unitgui/Makefile Mon Jan 10 19:44:03 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2020/03/20 11:57:31 nia Exp $ +# $NetBSD: Makefile,v 1.27 2022/01/10 19:44:03 wiz Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/} @@ -16,5 +16,5 @@ EGG_NAME= PyUnit-${PKGVERSION_NOREV} PYTHON_VERSIONS_ACCEPTED= 27 -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-unitgui/PLIST diff -u pkgsrc/devel/py-unitgui/PLIST:1.5 pkgsrc/devel/py-unitgui/PLIST:1.6 --- pkgsrc/devel/py-unitgui/PLIST:1.5 Sun Apr 8 20:21:47 2012 +++ pkgsrc/devel/py-unitgui/PLIST Mon Jan 10 19:44:03 2022 @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:47 wiz Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.6 2022/01/10 19:44:03 wiz Exp $ ${PYSITELIB}/unittestgui.py ${PYSITELIB}/unittestgui.pyc ${PYSITELIB}/unittestgui.pyo --_----------=_1641843843124960--