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 28BC21A923C for ; Sat, 1 Jan 2022 11:26:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CB1B684D72; Sat, 1 Jan 2022 11:26:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D73984CE8 for ; Sat, 1 Jan 2022 11:26:35 +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 NKUgonpQnl2a for ; Sat, 1 Jan 2022 11:26:34 +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 7ACDE84CE3 for ; Sat, 1 Jan 2022 11:26:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67CEDFAEC; Sat, 1 Jan 2022 11:26:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641036394294380" MIME-Version: 1.0 Date: Sat, 1 Jan 2022 11:26:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-hg-evolve To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220101112634.67CEDFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641036394294380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 1 11:26:34 UTC 2022 Modified Files: pkgsrc/devel/py-hg-evolve: Makefile PLIST Log Message: py-hg-evolve: convert to egg.mk Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-hg-evolve/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-hg-evolve/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641036394294380 Content-Disposition: inline Content-Length: 1627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hg-evolve/Makefile diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.23 pkgsrc/devel/py-hg-evolve/Makefile:1.24 --- pkgsrc/devel/py-hg-evolve/Makefile:1.23 Sun Nov 28 10:37:19 2021 +++ pkgsrc/devel/py-hg-evolve/Makefile Sat Jan 1 11:26:34 2022 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.23 2021/11/28 10:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2022/01/01 11:26:34 wiz Exp $ # # Release notes: # https://www.mercurial-scm.org/pipermail/evolve-testers/ DISTNAME= hg-evolve-10.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/post//} +PKGREVISION= 1 CATEGORIES= devel scm MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/} @@ -36,5 +37,5 @@ do-test: HGROOT=${HG_WRKSRC:sh}; cd ${WRKSRC}/tests && ${PYTHONBIN} $${HGROOT}/tests/run-tests.py ${_MAKE_JOBS:Q} .endif -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-hg-evolve/PLIST diff -u pkgsrc/devel/py-hg-evolve/PLIST:1.5 pkgsrc/devel/py-hg-evolve/PLIST:1.6 --- pkgsrc/devel/py-hg-evolve/PLIST:1.5 Wed Mar 17 11:24:42 2021 +++ pkgsrc/devel/py-hg-evolve/PLIST Sat Jan 1 11:26:34 2022 @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2021/03/17 11:24:42 wiz Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.6 2022/01/01 11:26:34 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/hgext3rd/evolve/__init__.py ${PYSITELIB}/hgext3rd/evolve/__init__.pyc ${PYSITELIB}/hgext3rd/evolve/__init__.pyo --_----------=_1641036394294380--