pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-hg-evolve: Import py-hg-evolve-7.3.0 as wip/py-hg-evolve
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sat Apr 21 10:27:52 2018 +0200
Changeset: cde557167945da6b33ce6c2a1ce95a06085d0660
Modified Files:
Makefile
Added Files:
py-hg-evolve/DESCR
py-hg-evolve/Makefile
py-hg-evolve/PLIST
py-hg-evolve/distinfo
Log Message:
py-hg-evolve: Import py-hg-evolve-7.3.0 as wip/py-hg-evolve
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cde557167945da6b33ce6c2a1ce95a06085d0660
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-hg-evolve/DESCR | 12 +++++
py-hg-evolve/Makefile | 25 +++++++++++
py-hg-evolve/PLIST | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++
py-hg-evolve/distinfo | 6 +++
5 files changed, 163 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 9cb5d0583b..c73a2f20f3 100644
--- a/Makefile
+++ b/Makefile
@@ -3258,6 +3258,7 @@ SUBDIR+= py-helio
SUBDIR+= py-hepcrawl
SUBDIR+= py-hessianfree
SUBDIR+= py-hfk
+SUBDIR+= py-hg-evolve
SUBDIR+= py-hgapi
SUBDIR+= py-hidapi-git
SUBDIR+= py-hieroglyph
diff --git a/py-hg-evolve/DESCR b/py-hg-evolve/DESCR
new file mode 100644
index 0000000000..4ec1497010
--- /dev/null
+++ b/py-hg-evolve/DESCR
@@ -0,0 +1,12 @@
+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.
diff --git a/py-hg-evolve/Makefile b/py-hg-evolve/Makefile
new file mode 100644
index 0000000000..8a3353f140
--- /dev/null
+++ b/py-hg-evolve/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+DISTNAME= hg-evolve-7.3.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.mercurial-scm.org/doc/evolution/
+COMMENT= Mercurial extension for faster and safer mutable history
+LICENSE= gnu-gpl-v2
+
+# The minimal Mercurial version needed is in hgext3rd/evolve/metadata.py
+DEPENDS+= ${PYPKGPREFIX}-mercurial>=4.1:../../devel/py-mercurial
+
+USE_LANGUAGES= # none
+
+# Remove hgext3rd/__init__.py*, already provided by devel/py-mercurial.
+post-install:
+ cd ${DESTDIR}${PREFIX} && ${RM} ${PYSITELIB}/hgext3rd/__init__.py
+ cd ${DESTDIR}${PREFIX} && ${RM} ${PYSITELIB}/hgext3rd/__init__.pyc
+ cd ${DESTDIR}${PREFIX} && ${RM} ${PYSITELIB}/hgext3rd/__init__.pyo
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hg-evolve/PLIST b/py-hg-evolve/PLIST
new file mode 100644
index 0000000000..9294f37a7a
--- /dev/null
+++ b/py-hg-evolve/PLIST
@@ -0,0 +1,119 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/hgext3rd/evolve/__init__.py
+${PYSITELIB}/hgext3rd/evolve/__init__.pyc
+${PYSITELIB}/hgext3rd/evolve/__init__.pyo
+${PYSITELIB}/hgext3rd/evolve/checkheads.py
+${PYSITELIB}/hgext3rd/evolve/checkheads.pyc
+${PYSITELIB}/hgext3rd/evolve/checkheads.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
diff --git a/py-hg-evolve/distinfo b/py-hg-evolve/distinfo
new file mode 100644
index 0000000000..1488a46e36
--- /dev/null
+++ b/py-hg-evolve/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+SHA1 (hg-evolve-7.3.0.tar.gz) = b35f79deb1d1878e1afb86323d84b81a2dd6c952
+RMD160 (hg-evolve-7.3.0.tar.gz) = 0860f2eb2df88234b7f35ecc1684221f5f776aa1
+SHA512 (hg-evolve-7.3.0.tar.gz) = 9a2f430ec661ed514dbfc23a278e8944e649da5d40f8491c7c3eb76d597baad81de8c244a696660a49c9bcd1f1622f2a02a366308beb1388f87092f525a19ec1
+Size (hg-evolve-7.3.0.tar.gz) = 712362 bytes
Home |
Main Index |
Thread Index |
Old Index