# -*- 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 88422 2012-01-02 01:18:04Z ryandesign@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 "