# -*- 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        shin- dockerpy-creds 0.4.0
name                py-dockerpy-creds
revision            0

categories-append   devel
platforms           darwin
supported_archs     noarch
license             Apache-2
maintainers         artisancomputer.com:zdw openmaintainer

description         Python bindings for the docker credentials store API
long_description    $description

checksums           rmd160  fd1ea724ace3fd1f2f1b4b2a7f46af1733b3a169 \
                    sha256  9cec7726a92be58befca1f42107a2ef5a1cc0d44b752472a620ef8423fe84f5b \
                    size    10286

python.versions     27 35 36 37 38

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

    depends_lib-append \
                    port:py${python.version}-six

    livecheck.type  none
}
