# $Id: Portfile 76906 2011-03-12 18:02:28Z raimue@macports.org $

PortSystem    1.0
PortGroup     python27 1.0

name          bzr-git
version       0.5.4
revision      1
set branch    [join [lrange [split ${version} .] 0 1] .]
categories    devel python
platforms     darwin
maintainers   raimue

description   Plugin that adds support for git repositories
long_description \
              A plugin for bzr to work with git trees. All operations except \
              for \"push\" are supported.

homepage      http://wiki.bazaar.canonical.com/ForeignBranches/Git
master_sites  https://launchpad.net/${name}/trunk/${version}/+download/

checksums           md5     1595837096666c5b50a1740495714346 \
                    sha1    679d839653e7c8c64d063137a833342219ee767c \
                    rmd160  f218da2eaee09123d619a41c76d71f073e760e67

depends_lib-append  port:bzr \
                    port:py27-dulwich

universal_variant   no

livecheck.type      regex
livecheck.url       https://launchpad.net/${name}/+download
livecheck.regex     {bzr-git-(\d+(?:\.\d+)*).tar.gz}
