# $Id: Portfile 92833 2012-05-08 23:46:29Z ryandesign@macports.org $

PortSystem        1.0
PortGroup         python 1.0

name              py-gitdb
version           0.5.4
maintainers       landonf openmaintainer
platforms         darwin
license           BSD

description       GitDB is a pure-Python git object database
long_description  ${description}

homepage          http://packages.python.org/gitdb/
master_sites      http://pypi.python.org/packages/source/g/gitdb/
distname          gitdb-${version}

python.versions   26 27
python.default_version 27

if {$subport != $name} {
depends_run       port:py${python.version}-async-task \
                  port:py${python.version}-smmap
}

checksums         md5     25353bb8d3ea527ba443dd88cd4e8a1c \
                  sha1    2e01b48f53f1716e59291b4183449e7fe3e574ea \
                  rmd160  21961026cb560f85450c356464a7d1018000902a
