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 AF2291A9239 for ; Mon, 10 Jan 2022 18:22:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E1FB784E6D; Mon, 10 Jan 2022 18:22:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2898584D50 for ; Mon, 10 Jan 2022 18:22:47 +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 zQemJW66MD8R for ; Mon, 10 Jan 2022 18:22:46 +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 74DD084D44 for ; Mon, 10 Jan 2022 18:22:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A259FB24; Mon, 10 Jan 2022 18:22:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164183896637750" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 18:22:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-simpletal To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110182246.6A259FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164183896637750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 18:22:46 UTC 2022 Modified Files: pkgsrc/www/py-simpletal: Makefile PLIST Log Message: py-SimpleTAL: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-simpletal/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-simpletal/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164183896637750 Content-Disposition: inline Content-Length: 1316 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-simpletal/Makefile diff -u pkgsrc/www/py-simpletal/Makefile:1.14 pkgsrc/www/py-simpletal/Makefile:1.15 --- pkgsrc/www/py-simpletal/Makefile:1.14 Sun Jan 26 17:32:23 2020 +++ pkgsrc/www/py-simpletal/Makefile Mon Jan 10 18:22:46 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2020/01/26 17:32:23 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2022/01/10 18:22:46 wiz Exp $ DISTNAME= SimpleTAL-4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.owlfish.com/software/simpleTAL/downloads/ @@ -18,5 +18,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 do-test: ${PYTHONBIN} ${WRKSRC}/runtests.py -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-simpletal/PLIST diff -u pkgsrc/www/py-simpletal/PLIST:1.4 pkgsrc/www/py-simpletal/PLIST:1.5 --- pkgsrc/www/py-simpletal/PLIST:1.4 Sun Apr 8 20:22:00 2012 +++ pkgsrc/www/py-simpletal/PLIST Mon Jan 10 18:22:46 2022 @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:22:00 wiz Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.5 2022/01/10 18:22:46 wiz Exp $ ${PYSITELIB}/simpletal/DummyLogger.py ${PYSITELIB}/simpletal/DummyLogger.pyc ${PYSITELIB}/simpletal/DummyLogger.pyo --_----------=_164183896637750--