pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hg-git Import py27-hg-git-0.8.1 as devel/py-h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/097dcc79cbf8
branches:  trunk
changeset: 652858:097dcc79cbf8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 08 21:29:00 2015 +0000

description:
Import py27-hg-git-0.8.1 as devel/py-hg-git.

This is the Hg-Git plugin for Mercurial, adding the ability to push
and pull to/from a Git server repository from Hg.  This means you can
collaborate on Git based projects from Hg, or use a Git server as a
collaboration point for a team with developers using both Git and Hg.

The Hg-Git plugin can convert commits/changesets losslessly from one
system to another, so you can push via an Hg repository and another Hg
client can pull it and their changeset node ids will be identical -
Mercurial data does not get lost in translation.  It is intended that
Hg users may wish to use this to collaborate even if no Git users are
involved in the project, and it may even provide some advantages if
you're using Bookmarks.

diffstat:

 devel/py-hg-git/DESCR    |  12 ++++++++++++
 devel/py-hg-git/Makefile |  25 +++++++++++++++++++++++++
 devel/py-hg-git/PLIST    |  43 +++++++++++++++++++++++++++++++++++++++++++
 devel/py-hg-git/distinfo |   5 +++++
 4 files changed, 85 insertions(+), 0 deletions(-)

diffs (101 lines):

diff -r f425275cf455 -r 097dcc79cbf8 devel/py-hg-git/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hg-git/DESCR     Mon Jun 08 21:29:00 2015 +0000
@@ -0,0 +1,12 @@
+This is the Hg-Git plugin for Mercurial, adding the ability to push
+and pull to/from a Git server repository from Hg.  This means you can
+collaborate on Git based projects from Hg, or use a Git server as a
+collaboration point for a team with developers using both Git and Hg.
+
+The Hg-Git plugin can convert commits/changesets losslessly from one
+system to another, so you can push via an Hg repository and another Hg
+client can pull it and their changeset node ids will be identical -
+Mercurial data does not get lost in translation.  It is intended that
+Hg users may wish to use this to collaborate even if no Git users are
+involved in the project, and it may even provide some advantages if
+you're using Bookmarks.
diff -r f425275cf455 -r 097dcc79cbf8 devel/py-hg-git/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hg-git/Makefile  Mon Jun 08 21:29:00 2015 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2015/06/08 21:29:00 wiz Exp $
+
+DISTNAME=      0.8.1
+PKGNAME=       ${PYPKGPREFIX}-hg-git-${DISTNAME}
+CATEGORIES=    devel scm
+MASTER_SITES=  https://bitbucket.org/durin42/hg-git/get/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://hg-git.github.io/
+COMMENT=       Push to and pull from a Git server repository using Mercurial
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      ${PYPKGPREFIX}-dulwich>=0.9.7:../../devel/py-dulwich
+
+DIST_SUBDIR=   hg-git
+WRKSRC=                ${WRKDIR}/durin42-hg-git-e6489cf3fe8c
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # py-dulwich
+EGG_NAME=      hg_git-${DISTNAME}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f425275cf455 -r 097dcc79cbf8 devel/py-hg-git/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hg-git/PLIST     Mon Jun 08 21:29:00 2015 +0000
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/08 21:29:00 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/hggit/__init__.py
+${PYSITELIB}/hggit/__init__.pyc
+${PYSITELIB}/hggit/__init__.pyo
+${PYSITELIB}/hggit/_ssh.py
+${PYSITELIB}/hggit/_ssh.pyc
+${PYSITELIB}/hggit/_ssh.pyo
+${PYSITELIB}/hggit/compat.py
+${PYSITELIB}/hggit/compat.pyc
+${PYSITELIB}/hggit/compat.pyo
+${PYSITELIB}/hggit/git2hg.py
+${PYSITELIB}/hggit/git2hg.pyc
+${PYSITELIB}/hggit/git2hg.pyo
+${PYSITELIB}/hggit/git_handler.py
+${PYSITELIB}/hggit/git_handler.pyc
+${PYSITELIB}/hggit/git_handler.pyo
+${PYSITELIB}/hggit/gitdirstate.py
+${PYSITELIB}/hggit/gitdirstate.pyc
+${PYSITELIB}/hggit/gitdirstate.pyo
+${PYSITELIB}/hggit/gitrepo.py
+${PYSITELIB}/hggit/gitrepo.pyc
+${PYSITELIB}/hggit/gitrepo.pyo
+${PYSITELIB}/hggit/help/git.rst
+${PYSITELIB}/hggit/hg2git.py
+${PYSITELIB}/hggit/hg2git.pyc
+${PYSITELIB}/hggit/hg2git.pyo
+${PYSITELIB}/hggit/hgrepo.py
+${PYSITELIB}/hggit/hgrepo.pyc
+${PYSITELIB}/hggit/hgrepo.pyo
+${PYSITELIB}/hggit/overlay.py
+${PYSITELIB}/hggit/overlay.pyc
+${PYSITELIB}/hggit/overlay.pyo
+${PYSITELIB}/hggit/util.py
+${PYSITELIB}/hggit/util.pyc
+${PYSITELIB}/hggit/util.pyo
+${PYSITELIB}/hggit/verify.py
+${PYSITELIB}/hggit/verify.pyc
+${PYSITELIB}/hggit/verify.pyo
diff -r f425275cf455 -r 097dcc79cbf8 devel/py-hg-git/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hg-git/distinfo  Mon Jun 08 21:29:00 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/08 21:29:00 wiz Exp $
+
+SHA1 (hg-git/0.8.1.tar.bz2) = dfa8eb416f3e5348abb27f18398a9ca742396eab
+RMD160 (hg-git/0.8.1.tar.bz2) = 38f73bf423d1883ae5a8a449db561ac4cdc177d0
+Size (hg-git/0.8.1.tar.bz2) = 86146 bytes



Home | Main Index | Thread Index | Old Index