Revision: 86772 http://trac.macports.org/changeset/86772 Author: easieste@macports.org Date: 2011-11-03 10:58:35 -0700 (Thu, 03 Nov 2011) Log Message: ----------- Since mercurial is now using python27, make a port for hggit. Added Paths: ----------- trunk/dports/python/py27-hggit/ trunk/dports/python/py27-hggit/Portfile Added: trunk/dports/python/py27-hggit/Portfile =================================================================== --- trunk/dports/python/py27-hggit/Portfile (rev 0) +++ trunk/dports/python/py27-hggit/Portfile 2011-11-03 17:58:35 UTC (rev 86772) @@ -0,0 +1,41 @@ +# -*- 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: Portfile 84577 2011-09-28 14:27:56Z easieste@macports.org $ + +PortSystem 1.0 +PortGroup python 1.0 + +name py27-hggit +version 0.3.1 +revision 0 +epoch 20110928 +categories python devel +platforms darwin +maintainers easieste openmaintainer +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 6741b02d532470edb8b0031ef5fbceb6c8813d98 \ + sha256 c877a407a55d65f634410bb9b567b7565310d3005fb1256484bde156bf30ab0e + +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 +"
participants (1)
-
easieste@macports.org