# $Id: Portfile 91400 2012-03-31 18:38:24Z jmr@macports.org $

PortSystem        1.0
PortGroup         python 1.0

name              py-gitpython
version           0.3.2.RC1
maintainers       landonf openmaintainer
platforms         darwin
license           BSD

description       A python library used to interact with Git repositories.
long_description  GitPython provides object model access to your git \
                  repository. Once you have created a repository object, you \
		  can traverse it to find parent commit(s), trees, blobs, etc.

homepage          http://gitorious.org/projects/git-python/
master_sites      http://pypi.python.org/packages/source/G/GitPython/
distname          GitPython-${version}

python.versions   26 27
python.default_version 27

checksums         md5     849082fe29adc653a3621465213cab96 \
                  sha1    b9f43c91452f3fe7e105ac54ce878ff20ea44f44 \
                  rmd160  75488dcfe0be35066cd39eb63f909f999f17cdda

if {$subport != $name} {
    depends_build   port:py${python.version}-distribute
}
