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

name                py-google-auth-httplib2
version             0.1.0
revision            0

categories-append   www devel
platforms           darwin
supported_archs     noarch
license             Apache-2
maintainers         {wholezero.org:macports @mrdomino} openmaintainer

description         provides an httplib2 transport for google-auth
long_description    {*}${description}

homepage            https://pypi.python.org/pypi/${python.rootname}
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
distname            ${python.rootname}-${version}

checksums           rmd160  989b8175d45cfa889ea9279a2991f33d38b0d063 \
                    sha256  a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac \
                    size    10895

python.versions     27 35 36 37 38 39 310

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

    depends_lib-append \
                    port:py${python.version}-google-auth \
                    port:py${python.version}-httplib2

    livecheck.type  none
}
