# -*- 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-tf-slim
version             1.1.0
platforms           {darwin any}
supported_archs     noarch
license             Apache-2
maintainers         nomaintainer

description         TensorFlow Slim A lightweight library for defining \
                    training and evaluating complex models in \
                    TensorFlow
long_description    {*}${description}

homepage            https://github.com/google-research/tf-slim

master_sites        https://files.pythonhosted.org/packages/02/97/b0f4a64df018ca018cc035d44f2ef08f91e2e8aa67271f6f19633a015ff7/
distname            tf_slim-1.1.0-py2.py3-none-any
extract.suffix      .whl

checksums           rmd160  655fb6b9432b64255849ccdeec2eab68c5cc3e43 \
                    sha256  fa2bab63b3925bd42601102e7f178dce997f525742596bf404fa8a6918e146ff \
                    size    352133

python.versions     39
python.pep517_backend

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

    build {
    }

    destroot.target \
                    ${distpath}/${distfiles}
}
