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 BDD831A9239 for ; Mon, 10 Jan 2022 08:56:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EFE3B84D44; Mon, 10 Jan 2022 08:56:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3588984D32 for ; Mon, 10 Jan 2022 08:56:28 +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 yRcZQl9250uM for ; Mon, 10 Jan 2022 08:56:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 72BB984D26 for ; Mon, 10 Jan 2022 08:56:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FD6CFB24; Mon, 10 Jan 2022 08:56:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164180498758080" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 08:56:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-checker To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110085627.6FD6CFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164180498758080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 08:56:27 UTC 2022 Modified Files: pkgsrc/devel/py-checker: Makefile PLIST Log Message: py-checker: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-checker/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-checker/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164180498758080 Content-Disposition: inline Content-Length: 1406 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-checker/Makefile diff -u pkgsrc/devel/py-checker/Makefile:1.30 pkgsrc/devel/py-checker/Makefile:1.31 --- pkgsrc/devel/py-checker/Makefile:1.30 Fri Mar 20 11:57:30 2020 +++ pkgsrc/devel/py-checker/Makefile Mon Jan 10 08:56:27 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2020/03/20 11:57:30 nia Exp $ +# $NetBSD: Makefile,v 1.31 2022/01/10 08:56:27 wiz Exp $ DISTNAME= pychecker-0.8.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pychecker/} @@ -17,5 +18,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet p post-install: ${MV} ${DESTDIR}${PREFIX}/bin/pychecker ${DESTDIR}${PREFIX}/bin/pychecker${PYVERSSUFFIX} || ${TRUE} -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-checker/PLIST diff -u pkgsrc/devel/py-checker/PLIST:1.8 pkgsrc/devel/py-checker/PLIST:1.9 --- pkgsrc/devel/py-checker/PLIST:1.8 Mon Jun 4 06:39:02 2012 +++ pkgsrc/devel/py-checker/PLIST Mon Jan 10 08:56:27 2022 @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.8 2012/06/04 06:39:02 dholland Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/01/10 08:56:27 wiz Exp $ bin/pychecker${PYVERSSUFFIX} -${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pychecker/COPYRIGHT ${PYSITELIB}/pychecker/ChangeLog ${PYSITELIB}/pychecker/CodeChecks.py --_----------=_164180498758080--