Received: by mail.netbsd.org (Postfix, from userid 605) id 63CA385078; Sat, 7 Jul 2018 08:15:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A798284D6F for ; Sat, 7 Jul 2018 08:15:42 +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 M4HqUI2dqmwK for ; Sat, 7 Jul 2018 08:15:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 83D3984D3C for ; Sat, 7 Jul 2018 08:15:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DA05FBEC; Sat, 7 Jul 2018 08:15:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1530951341188370" MIME-Version: 1.0 Date: Sat, 7 Jul 2018 08:15:41 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/py-hg-evolve To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20180707081541.7DA05FBEC@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. --_----------=_1530951341188370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Jul 7 08:15:41 UTC 2018 Added Files: pkgsrc/devel/py-hg-evolve: DESCR Makefile PLIST distinfo Log Message: Import py-hg-evolve-8.0.1: The Evolve Extension extends the "changeset evolution" features of Mercurial core. It provides a set of commands to easily mutate history as well as the topics extension. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-hg-evolve/DESCR \ pkgsrc/devel/py-hg-evolve/Makefile pkgsrc/devel/py-hg-evolve/PLIST \ pkgsrc/devel/py-hg-evolve/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1530951341188370 Content-Disposition: inline Content-Length: 7205 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-hg-evolve/DESCR diff -u /dev/null pkgsrc/devel/py-hg-evolve/DESCR:1.1 --- /dev/null Sat Jul 7 08:15:41 2018 +++ pkgsrc/devel/py-hg-evolve/DESCR Sat Jul 7 08:15:41 2018 @@ -0,0 +1,3 @@ +The Evolve Extension extends the "changeset evolution" features of +Mercurial core. It provides a set of commands to easily mutate history as +well as the topics extension. Index: pkgsrc/devel/py-hg-evolve/Makefile diff -u /dev/null pkgsrc/devel/py-hg-evolve/Makefile:1.1 --- /dev/null Sat Jul 7 08:15:41 2018 +++ pkgsrc/devel/py-hg-evolve/Makefile Sat Jul 7 08:15:41 2018 @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2018/07/07 08:15:41 joerg Exp $ + +DISTNAME= hg-evolve-8.0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel scm +MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/} + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= https://www.mercurial-scm.org/doc/evolution/ +COMMENT= Experimental Mercurial extensions from Facebook +LICENSE= gnu-gpl-v2 + +DEPENDS+= ${PYPKGPREFIX}-mercurial>=4.3.1:../../devel/py-mercurial + +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # See Mercurial itself. +PYDISTUTILSPKG= YES + +post-install: + rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py* + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-hg-evolve/PLIST diff -u /dev/null pkgsrc/devel/py-hg-evolve/PLIST:1.1 --- /dev/null Sat Jul 7 08:15:41 2018 +++ pkgsrc/devel/py-hg-evolve/PLIST Sat Jul 7 08:15:41 2018 @@ -0,0 +1,115 @@ +@comment $NetBSD: PLIST,v 1.1 2018/07/07 08:15:41 joerg Exp $ +${PYSITELIB}/hgext3rd/evolve/__init__.py +${PYSITELIB}/hgext3rd/evolve/__init__.pyc +${PYSITELIB}/hgext3rd/evolve/__init__.pyo +${PYSITELIB}/hgext3rd/evolve/cmdrewrite.py +${PYSITELIB}/hgext3rd/evolve/cmdrewrite.pyc +${PYSITELIB}/hgext3rd/evolve/cmdrewrite.pyo +${PYSITELIB}/hgext3rd/evolve/compat.py +${PYSITELIB}/hgext3rd/evolve/compat.pyc +${PYSITELIB}/hgext3rd/evolve/compat.pyo +${PYSITELIB}/hgext3rd/evolve/debugcmd.py +${PYSITELIB}/hgext3rd/evolve/debugcmd.pyc +${PYSITELIB}/hgext3rd/evolve/debugcmd.pyo +${PYSITELIB}/hgext3rd/evolve/depthcache.py +${PYSITELIB}/hgext3rd/evolve/depthcache.pyc +${PYSITELIB}/hgext3rd/evolve/depthcache.pyo +${PYSITELIB}/hgext3rd/evolve/evolvecmd.py +${PYSITELIB}/hgext3rd/evolve/evolvecmd.pyc +${PYSITELIB}/hgext3rd/evolve/evolvecmd.pyo +${PYSITELIB}/hgext3rd/evolve/exthelper.py +${PYSITELIB}/hgext3rd/evolve/exthelper.pyc +${PYSITELIB}/hgext3rd/evolve/exthelper.pyo +${PYSITELIB}/hgext3rd/evolve/firstmergecache.py +${PYSITELIB}/hgext3rd/evolve/firstmergecache.pyc +${PYSITELIB}/hgext3rd/evolve/firstmergecache.pyo +${PYSITELIB}/hgext3rd/evolve/genericcaches.py +${PYSITELIB}/hgext3rd/evolve/genericcaches.pyc +${PYSITELIB}/hgext3rd/evolve/genericcaches.pyo +${PYSITELIB}/hgext3rd/evolve/legacy.py +${PYSITELIB}/hgext3rd/evolve/legacy.pyc +${PYSITELIB}/hgext3rd/evolve/legacy.pyo +${PYSITELIB}/hgext3rd/evolve/metadata.py +${PYSITELIB}/hgext3rd/evolve/metadata.pyc +${PYSITELIB}/hgext3rd/evolve/metadata.pyo +${PYSITELIB}/hgext3rd/evolve/obscache.py +${PYSITELIB}/hgext3rd/evolve/obscache.pyc +${PYSITELIB}/hgext3rd/evolve/obscache.pyo +${PYSITELIB}/hgext3rd/evolve/obsdiscovery.py +${PYSITELIB}/hgext3rd/evolve/obsdiscovery.pyc +${PYSITELIB}/hgext3rd/evolve/obsdiscovery.pyo +${PYSITELIB}/hgext3rd/evolve/obsexchange.py +${PYSITELIB}/hgext3rd/evolve/obsexchange.pyc +${PYSITELIB}/hgext3rd/evolve/obsexchange.pyo +${PYSITELIB}/hgext3rd/evolve/obshistory.py +${PYSITELIB}/hgext3rd/evolve/obshistory.pyc +${PYSITELIB}/hgext3rd/evolve/obshistory.pyo +${PYSITELIB}/hgext3rd/evolve/rewriteutil.py +${PYSITELIB}/hgext3rd/evolve/rewriteutil.pyc +${PYSITELIB}/hgext3rd/evolve/rewriteutil.pyo +${PYSITELIB}/hgext3rd/evolve/safeguard.py +${PYSITELIB}/hgext3rd/evolve/safeguard.pyc +${PYSITELIB}/hgext3rd/evolve/safeguard.pyo +${PYSITELIB}/hgext3rd/evolve/serveronly.py +${PYSITELIB}/hgext3rd/evolve/serveronly.pyc +${PYSITELIB}/hgext3rd/evolve/serveronly.pyo +${PYSITELIB}/hgext3rd/evolve/stablerange.py +${PYSITELIB}/hgext3rd/evolve/stablerange.pyc +${PYSITELIB}/hgext3rd/evolve/stablerange.pyo +${PYSITELIB}/hgext3rd/evolve/stablerangecache.py +${PYSITELIB}/hgext3rd/evolve/stablerangecache.pyc +${PYSITELIB}/hgext3rd/evolve/stablerangecache.pyo +${PYSITELIB}/hgext3rd/evolve/stablesort.py +${PYSITELIB}/hgext3rd/evolve/stablesort.pyc +${PYSITELIB}/hgext3rd/evolve/stablesort.pyo +${PYSITELIB}/hgext3rd/evolve/state.py +${PYSITELIB}/hgext3rd/evolve/state.pyc +${PYSITELIB}/hgext3rd/evolve/state.pyo +${PYSITELIB}/hgext3rd/evolve/templatekw.py +${PYSITELIB}/hgext3rd/evolve/templatekw.pyc +${PYSITELIB}/hgext3rd/evolve/templatekw.pyo +${PYSITELIB}/hgext3rd/evolve/thirdparty/__init__.py +${PYSITELIB}/hgext3rd/evolve/thirdparty/__init__.pyc +${PYSITELIB}/hgext3rd/evolve/thirdparty/__init__.pyo +${PYSITELIB}/hgext3rd/evolve/thirdparty/cbor.py +${PYSITELIB}/hgext3rd/evolve/thirdparty/cbor.pyc +${PYSITELIB}/hgext3rd/evolve/thirdparty/cbor.pyo +${PYSITELIB}/hgext3rd/evolve/utility.py +${PYSITELIB}/hgext3rd/evolve/utility.pyc +${PYSITELIB}/hgext3rd/evolve/utility.pyo +${PYSITELIB}/hgext3rd/serverminitopic.py +${PYSITELIB}/hgext3rd/serverminitopic.pyc +${PYSITELIB}/hgext3rd/serverminitopic.pyo +${PYSITELIB}/hgext3rd/topic/__init__.py +${PYSITELIB}/hgext3rd/topic/__init__.pyc +${PYSITELIB}/hgext3rd/topic/__init__.pyo +${PYSITELIB}/hgext3rd/topic/compat.py +${PYSITELIB}/hgext3rd/topic/compat.pyc +${PYSITELIB}/hgext3rd/topic/compat.pyo +${PYSITELIB}/hgext3rd/topic/constants.py +${PYSITELIB}/hgext3rd/topic/constants.pyc +${PYSITELIB}/hgext3rd/topic/constants.pyo +${PYSITELIB}/hgext3rd/topic/destination.py +${PYSITELIB}/hgext3rd/topic/destination.pyc +${PYSITELIB}/hgext3rd/topic/destination.pyo +${PYSITELIB}/hgext3rd/topic/discovery.py +${PYSITELIB}/hgext3rd/topic/discovery.pyc +${PYSITELIB}/hgext3rd/topic/discovery.pyo +${PYSITELIB}/hgext3rd/topic/evolvebits.py +${PYSITELIB}/hgext3rd/topic/evolvebits.pyc +${PYSITELIB}/hgext3rd/topic/evolvebits.pyo +${PYSITELIB}/hgext3rd/topic/flow.py +${PYSITELIB}/hgext3rd/topic/flow.pyc +${PYSITELIB}/hgext3rd/topic/flow.pyo +${PYSITELIB}/hgext3rd/topic/randomname.py +${PYSITELIB}/hgext3rd/topic/randomname.pyc +${PYSITELIB}/hgext3rd/topic/randomname.pyo +${PYSITELIB}/hgext3rd/topic/revset.py +${PYSITELIB}/hgext3rd/topic/revset.pyc +${PYSITELIB}/hgext3rd/topic/revset.pyo +${PYSITELIB}/hgext3rd/topic/stack.py +${PYSITELIB}/hgext3rd/topic/stack.pyc +${PYSITELIB}/hgext3rd/topic/stack.pyo +${PYSITELIB}/hgext3rd/topic/topicmap.py +${PYSITELIB}/hgext3rd/topic/topicmap.pyc +${PYSITELIB}/hgext3rd/topic/topicmap.pyo Index: pkgsrc/devel/py-hg-evolve/distinfo diff -u /dev/null pkgsrc/devel/py-hg-evolve/distinfo:1.1 --- /dev/null Sat Jul 7 08:15:41 2018 +++ pkgsrc/devel/py-hg-evolve/distinfo Sat Jul 7 08:15:41 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/07/07 08:15:41 joerg Exp $ + +SHA1 (hg-evolve-8.0.1.tar.gz) = 9d5a7ca12b2d7d6693f6ef6257be757fc570ba2a +RMD160 (hg-evolve-8.0.1.tar.gz) = f4bb8806b321080973bd42ddf33e670e48e6efb1 +SHA512 (hg-evolve-8.0.1.tar.gz) = 1c36aa53cc0e7fd8cbfa3f6f71e4b7db4bac06680bd80e24fb439599b89eafe7b1ee2963e3f3772ef744f6a286bbb697bd5b7ae9b6c22c03a6eb58339a923e93 +Size (hg-evolve-8.0.1.tar.gz) = 688508 bytes --_----------=_1530951341188370--