# -*- 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 89312 2012-01-24 17:53:08Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-dulwich
version             0.8.3
categories          python devel
maintainers         yahoo.com.au:mail_ben_schmidt \
                    openmaintainer
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}
license             GPL-2+
distname            dulwich-${version}

checksums           rmd160  915ad05a7653d88439c287b1a49a2e44122fdcf8 \
                    sha256  ba7df4b4715b5f3ba9b64a9136c560303c76fa76f9f82a2d381d6eb840c247af

patchfiles          patch-strnlen-lion.diff

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