# -*- 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

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        gitpython-developers gitdb 2.0.5
name                py-gitdb
maintainers         nomaintainer
platforms           darwin
license             BSD

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

python.versions     27 36 37

checksums           rmd160  b7e127468f5d3859c7e466a36ee739ed75b75d6b \
                    sha256  8078d816da0b952a46ba761bbb7b29c3c535aa89b039671a58f4641efa384d29 \
                    size    407348

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    depends_run-append      port:py${python.version}-smmap

    livecheck.type          none
}