From owner-svn-ports-head@freebsd.org Tue Nov 10 09:05:12 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9AA0C2E8060; Tue, 10 Nov 2020 09:05:12 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CVhlX3ySlz3LDl; Tue, 10 Nov 2020 09:05:12 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AE8A2071C; Tue, 10 Nov 2020 09:05:12 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AA95Cli083392; Tue, 10 Nov 2020 09:05:12 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AA95BZr083388; Tue, 10 Nov 2020 09:05:11 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202011100905.0AA95BZr083388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Tue, 10 Nov 2020 09:05:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554822 - in head/devel: . py-hg-evolve X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head/devel: . py-hg-evolve X-SVN-Commit-Revision: 554822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2020 09:05:12 -0000 Author: rhurlin Date: Tue Nov 10 09:05:11 2020 New Revision: 554822 URL: https://svnweb.freebsd.org/changeset/ports/554822 Log: New port:devel/py-hg-evolve: Changeset Evolution with Mercurial evolve is a Mercurial extension for faster and safer mutable history. It implements the changeset evolution concept for Mercurial[1][2]. [1] https://www.mercurial-scm.org/doc/evolution/# [2] https://pypi.org/project/hg-evolve/ Reviewed by: tcberner (mentor) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27150 Added: head/devel/py-hg-evolve/ head/devel/py-hg-evolve/Makefile (contents, props changed) head/devel/py-hg-evolve/distinfo (contents, props changed) head/devel/py-hg-evolve/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Nov 10 08:57:38 2020 (r554821) +++ head/devel/Makefile Tue Nov 10 09:05:11 2020 (r554822) @@ -4482,6 +4482,7 @@ SUBDIR += py-gyp SUBDIR += py-hash_ring SUBDIR += py-heapdict + SUBDIR += py-hg-evolve SUBDIR += py-hglib SUBDIR += py-hgtools SUBDIR += py-holidays Added: head/devel/py-hg-evolve/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-hg-evolve/Makefile Tue Nov 10 09:05:11 2020 (r554822) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= hg-evolve +PORTVERSION= 10.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rhurlin@FreeBSD.org +COMMENT= Changeset Evolution with Mercurial + +LICENSE= GPLv2+ + +RUN_DEPENDS= hg:devel/mercurial + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +# Do not conflict with devel/mercurial, which also installs hgext3rd/__init__.py +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/hgext3rd/__init__.py + +.include Added: head/devel/py-hg-evolve/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-hg-evolve/distinfo Tue Nov 10 09:05:11 2020 (r554822) @@ -0,0 +1,3 @@ +TIMESTAMP = 1604941749 +SHA256 (hg-evolve-10.1.0.tar.gz) = a386e6ee2d9a0e332a49f1cb210c4c11ba9844bcd52808270f48e688314783d8 +SIZE (hg-evolve-10.1.0.tar.gz) = 836446 Added: head/devel/py-hg-evolve/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-hg-evolve/pkg-descr Tue Nov 10 09:05:11 2020 (r554822) @@ -0,0 +1,14 @@ +evolve is a Mercurial extension for faster and safer mutable history. It +implements the changeset evolution concept for Mercurial. + +- It offers a safe and simple way to refine changesets locally and + propagate those changes to other repositories. +- It can automatically detect and handle the complex issues that can + arise from exchanging draft changesets. +- It even makes it possible for multiple developers to safely rewrite + the same parts of history in a distributed way. +- It fully respects the Phases concept so users will only be able to + rewrite parts of the history that are safe to change. Phases have been + part of Mercurial since early 2012. + +WWW: https://www.mercurial-scm.org/doc/evolution/