Received: by mail.netbsd.org (Postfix, from userid 605) id 7E54284D78; Wed, 6 Mar 2019 14:09:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0387D84D35 for ; Wed, 6 Mar 2019 14:09:11 +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 uGiZ_vM2QA-v for ; Wed, 6 Mar 2019 14:09:10 +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 8416B84CDC for ; Wed, 6 Mar 2019 14:09:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E8CCFB16; Wed, 6 Mar 2019 14:09:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551881350133450" MIME-Version: 1.0 Date: Wed, 6 Mar 2019 14:09:10 +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: <20190306140910.7E8CCFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1551881350133450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 6 14:09:10 UTC 2019 Modified Files: pkgsrc/devel/py-hg-evolve: Makefile PLIST Log Message: py-hg-evolve: update to 8.4.0nb1. Switch to distutils.mk. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hg-evolve/Makefile cvs rdiff -u -r1.2 -r1.3 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. --_----------=_1551881350133450 Content-Disposition: inline Content-Length: 1503 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.3 pkgsrc/devel/py-hg-evolve/Makefile:1.4 --- pkgsrc/devel/py-hg-evolve/Makefile:1.3 Wed Mar 6 13:11:56 2019 +++ pkgsrc/devel/py-hg-evolve/Makefile Wed Mar 6 14:09:10 2019 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2019/03/06 13:11:56 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2019/03/06 14:09:10 wiz Exp $ DISTNAME= hg-evolve-8.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel scm MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/} @@ -13,10 +14,9 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-mercurial>=4.3.1:../../devel/py-mercurial PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # See Mercurial itself. -PYDISTUTILSPKG= YES post-install: rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py* -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-hg-evolve/PLIST diff -u pkgsrc/devel/py-hg-evolve/PLIST:1.2 pkgsrc/devel/py-hg-evolve/PLIST:1.3 --- pkgsrc/devel/py-hg-evolve/PLIST:1.2 Wed Mar 6 13:11:56 2019 +++ pkgsrc/devel/py-hg-evolve/PLIST Wed Mar 6 14:09:10 2019 @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2019/03/06 13:11:56 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/03/06 14:09:10 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/hgext3rd/evolve/__init__.py ${PYSITELIB}/hgext3rd/evolve/__init__.pyc ${PYSITELIB}/hgext3rd/evolve/__init__.pyo --_----------=_1551881350133450--