# -*- 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 68298 2010-05-31 11:59:30Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-dulwich
version             0.4.1
categories          python devel
maintainers         yahoo.com.au:mail_ben_schmidt
description         Pure-Python Git Library
long_description    Simple Pure-Python implementation of the Git file \
                    formats and protocols. Dulwich is the place where \
                    Mr. and Mrs. Git live in one of the Monty Python sketches.
license             GPLv2
homepage            http://samba.org/~jelmer/dulwich/
platforms           darwin
master_sites        ${homepage}
distname            dulwich-${version}
checksums           md5 ffa4b48682f43f47dcf70968cfc45133 \
                    sha1 2c19314ff010579102d55d82326aa4e399ac6dfa \
                    rmd160 f6a62acd0f7e91fbb03a115443975e3095f3854e
build.target-append build_ext
build.args          --inplace
