# -*- 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 80384 2011-07-11 10:13:53Z easieste@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-hggit
version                 0.2.6.6867b01d1379
revision                0
epoch                   201107011
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               md5     142b6b7e52a6e9f14bd59047e483a6a1 \
#                        sha1    71ba1d32fc175152e306690c11cb913fe9c39133 \
#                        rmd160  8b58ba8848617c5f21335d462cca309aaf9b4678
fetch.type              hg
hg.url                  https://bitbucket.org/durin42/hg-git
hg.tag                  6867b01d1379

depends_lib             port:mercurial \
                        port:py26-dulwich

notes "
To use this extension, add the following to your ~/.hgrc:

\[extensions\]   
hggit=${python.prefix}/lib/python2.6/site-packages/hggit
"
