[102508] trunk/dports/python

sean at macports.org sean at macports.org
Mon Feb 4 09:13:47 PST 2013


Revision: 102508
          https://trac.macports.org/changeset/102508
Author:   sean at macports.org
Date:     2013-02-04 09:13:47 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
py27-hggit: drop '27' from name since this uses the python portgroup

Added Paths:
-----------
    trunk/dports/python/py-hggit/
    trunk/dports/python/py-hggit/Portfile

Removed Paths:
-------------
    trunk/dports/python/py27-hggit/

Added: trunk/dports/python/py-hggit/Portfile
===================================================================
--- trunk/dports/python/py-hggit/Portfile	                        (rev 0)
+++ trunk/dports/python/py-hggit/Portfile	2013-02-04 17:13:47 UTC (rev 102508)
@@ -0,0 +1,51 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               python 1.0
+
+epoch                   20121206
+
+fetch.type              hg
+hg.url                  http://bitbucket.org/durin42/hg-git
+hg.tag                  2320ab6ada36
+
+name                    py-hggit
+version                 0.3.5.${hg.tag}
+revision                1
+
+categories              python devel
+platforms               darwin
+maintainers             easieste openmaintainer
+license                 GPL-2
+supported_archs         noarch
+
+homepage                http://hg-git.github.com/
+description             Push to and pull from a Git server repository from Mercurial.
+long_description        This is the Hg-Git plugin for Mercurial, adding the ability \
+                        to push to and pull from a Git server repository from Mercurial.\
+                        This means you can collaborate on Git based projects from Mercurial, \
+                        or use a Git server as a collaboration point for a team with \
+                        developers using both Git and Mercurial.
+
+homepage                http://hg-git.github.com/
+master_sites            http://pypi.python.org/packages/source/h/hg-git
+distname                hg-git-${version}
+
+
+
+
+checksums           rmd160  5ba97111225745997d4113ad066b2aa5b57084d5 \
+                    sha256  51fb0cbe0364e3515f498b428466adddf5423b77e4882b6663320cb4fbd8d20f
+
+depends_lib             port:mercurial \
+                        port:py27-dulwich
+
+python.default_version  27
+
+notes "
+To use this extension, add the following to your ~/.hgrc:
+
+\[extensions\]   
+hggit=${python.prefix}/lib/python2.7/site-packages/hggit
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/4949579f/attachment-0001.html>


More information about the macports-changes mailing list