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 C0ECF1A9239 for ; Mon, 10 Jan 2022 21:11:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4E25C84FB2; Mon, 10 Jan 2022 21:11:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BBF184E7C for ; Mon, 10 Jan 2022 20:44:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yc-IaxFFTVjM for ; Mon, 10 Jan 2022 20:44:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E1BD584CFD for ; Mon, 10 Jan 2022 20:44:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF9DFFB24; Mon, 10 Jan 2022 20:44:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641847471217170" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 20:44:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-rss2gen To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110204431.DF9DFFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641847471217170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 20:44:31 UTC 2022 Modified Files: pkgsrc/www/py-rss2gen: Makefile PLIST Log Message: py-rss2gen: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-rss2gen/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-rss2gen/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641847471217170 Content-Disposition: inline Content-Length: 1475 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-rss2gen/Makefile diff -u pkgsrc/www/py-rss2gen/Makefile:1.10 pkgsrc/www/py-rss2gen/Makefile:1.11 --- pkgsrc/www/py-rss2gen/Makefile:1.10 Wed Apr 19 11:24:39 2017 +++ pkgsrc/www/py-rss2gen/Makefile Mon Jan 10 20:44:31 2022 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2017/04/19 11:24:39 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2022/01/10 20:44:31 wiz Exp $ PYRSS2GENVER= 1.1 DISTNAME= PyRSS2Gen-${PYRSS2GENVER} PKGNAME= ${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER} +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.dalkescientific.com/Python/ @@ -13,5 +14,5 @@ LICENSE= modified-bsd USE_LANGUAGES= #none -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-rss2gen/PLIST diff -u pkgsrc/www/py-rss2gen/PLIST:1.3 pkgsrc/www/py-rss2gen/PLIST:1.4 --- pkgsrc/www/py-rss2gen/PLIST:1.3 Sun Apr 8 20:21:59 2012 +++ pkgsrc/www/py-rss2gen/PLIST Mon Jan 10 20:44:31 2022 @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:59 wiz Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2022/01/10 20:44:31 wiz Exp $ +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/PyRSS2Gen.py ${PYSITELIB}/PyRSS2Gen.pyc ${PYSITELIB}/PyRSS2Gen.pyo --_----------=_1641847471217170--