# $Id: Portfile 72115 2010-10-04 01:34:54Z ryandesign@macports.org $

PortSystem        1.0
PortGroup         python26 1.0

name              py26-bzr-git
version           0.5.2
categories        python devel
maintainers       nomaintainer
platforms         darwin
description       A plugin for bzr to work with git trees.
long_description  ${description} All operations except \"push\" are supported.

homepage          https://launchpad.net/bzr-git
master_sites      ${homepage}/trunk/${version}/+download
distname          bzr-git-${version}

checksums         md5     228cb92fa0d9d64c082e0b91b807c192 \
                  sha1    dcac5ec9732071b9884a3e99e60d9a2f9e8e837e \
                  rmd160  c970beeb872a570a7bb52c3f31ec2f05deb12251

depends_lib-append  port:py26-dulwich

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