# -*- 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 76901 2011-03-12 18:00:05Z raimue@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-dulwich
version             0.7.0
categories          python devel
maintainers         nomaintainer
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           sha1    d8244b51727a1a20fd7755cddb4fad0b48fc0e62 \
                    rmd160  2dc8cfb53c007608725a26bcefb44a4e7089bd14

build.target-append build_ext
build.args          --inplace
