pkgsrc-WIP-changes archive

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

py-hg-git-devel: Import hg-git snapshot.



Module Name:	pkgsrc-wip
Committed By:	Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By:	riastradh
Date:		Mon Oct 2 23:27:56 2023 +0000
Changeset:	667d63358b411d4fbb95e11ff0edb3635468cac3

Added Files:
	py-hg-git-devel/DESCR
	py-hg-git-devel/Makefile
	py-hg-git-devel/PLIST
	py-hg-git-devel/distinfo

Log Message:
py-hg-git-devel: Import hg-git snapshot.

devel/py-hg-git 1.0.2 doesn't work with Mercurial 6.5, but the
development snapshot does.

I set the version number to 1.0.2 because I suspect the next one will
be 1.0.3 based on the NEWS file, even though the internal
__version__.py autogenerated by py-setuptools is 1.1.0.dev5+stuff.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=667d63358b411d4fbb95e11ff0edb3635468cac3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-hg-git-devel/DESCR    | 12 +++++++++
 py-hg-git-devel/Makefile | 26 ++++++++++++++++++
 py-hg-git-devel/PLIST    | 68 ++++++++++++++++++++++++++++++++++++++++++++++++
 py-hg-git-devel/distinfo |  1 +
 4 files changed, 107 insertions(+)

diffs:
diff --git a/py-hg-git-devel/DESCR b/py-hg-git-devel/DESCR
new file mode 100644
index 0000000000..0eaf37e018
--- /dev/null
+++ b/py-hg-git-devel/DESCR
@@ -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 --git a/py-hg-git-devel/Makefile b/py-hg-git-devel/Makefile
new file mode 100644
index 0000000000..79e0e26814
--- /dev/null
+++ b/py-hg-git-devel/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	hg-git-devel-1.0.2.20231002
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel scm
+HG_REPO=	https://foss.heptapod.net/mercurial/hg-git
+HG_TAG=		162f2ee771d94b19293372bce43ff28c91a02ad1
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://hg-git.github.io/
+COMMENT=	Push to and pull from a Git server repository using Mercurial
+LICENSE=	gnu-gpl-v2
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-dulwich>=0.9.7:../../devel/py-dulwich
+DEPENDS+=	${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+EGG_NAME=	hg_git
+
+.include "../../lang/python/egg.mk"
+.include "../../wip/mk/hg-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hg-git-devel/PLIST b/py-hg-git-devel/PLIST
new file mode 100644
index 0000000000..90c353a880
--- /dev/null
+++ b/py-hg-git-devel/PLIST
@@ -0,0 +1,68 @@
+@comment $NetBSD$
+${PYSITELIB}/hg_git-1.1.0.dev5+h162f2ee-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/hg_git-1.1.0.dev5+h162f2ee-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/hg_git-1.1.0.dev5+h162f2ee-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/hg_git-1.1.0.dev5+h162f2ee-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/hg_git-1.1.0.dev5+h162f2ee-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/hg_git-1.1.0.dev5+h162f2ee-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/hggit/__init__.py
+${PYSITELIB}/hggit/__init__.pyc
+${PYSITELIB}/hggit/__init__.pyo
+${PYSITELIB}/hggit/__version__.py
+${PYSITELIB}/hggit/__version__.pyc
+${PYSITELIB}/hggit/__version__.pyo
+${PYSITELIB}/hggit/_ssh.py
+${PYSITELIB}/hggit/_ssh.pyc
+${PYSITELIB}/hggit/_ssh.pyo
+${PYSITELIB}/hggit/commands.py
+${PYSITELIB}/hggit/commands.pyc
+${PYSITELIB}/hggit/commands.pyo
+${PYSITELIB}/hggit/compat.py
+${PYSITELIB}/hggit/compat.pyc
+${PYSITELIB}/hggit/compat.pyo
+${PYSITELIB}/hggit/config.py
+${PYSITELIB}/hggit/config.pyc
+${PYSITELIB}/hggit/config.pyo
+${PYSITELIB}/hggit/debugcommands.py
+${PYSITELIB}/hggit/debugcommands.pyc
+${PYSITELIB}/hggit/debugcommands.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/helptext/__init__.py
+${PYSITELIB}/hggit/helptext/__init__.pyc
+${PYSITELIB}/hggit/helptext/__init__.pyo
+${PYSITELIB}/hggit/helptext/config.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/revsets.py
+${PYSITELIB}/hggit/revsets.pyc
+${PYSITELIB}/hggit/revsets.pyo
+${PYSITELIB}/hggit/schemes.py
+${PYSITELIB}/hggit/schemes.pyc
+${PYSITELIB}/hggit/schemes.pyo
+${PYSITELIB}/hggit/templates.py
+${PYSITELIB}/hggit/templates.pyc
+${PYSITELIB}/hggit/templates.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 --git a/py-hg-git-devel/distinfo b/py-hg-git-devel/distinfo
new file mode 100644
index 0000000000..c641c554c2
--- /dev/null
+++ b/py-hg-git-devel/distinfo
@@ -0,0 +1 @@
+$NetBSD$


Home | Main Index | Thread Index | Old Index