# -*- 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.0.3
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  2a244e22de54eac2042adb13b87dc39001b77084 \
                    sha256  098fade613c25b4527b2c08fa42d11f3c2037dda8995d86de0745228e965d445 \
                    size    9957

python.versions     27 35 36 37 38 39

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
}
