# -*- 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-tensorflow-gan
version             2.0.0
platforms           {darwin any}
supported_archs     noarch
license             Apache-2
maintainers         nomaintainer

description         TF GAN A Generative Adversarial Networks library \
                    for TensorFlow.
long_description    {*}${description}

homepage            https://github.com/tensorflow/gan

master_sites        https://files.pythonhosted.org/packages/0c/2e/62922111d7d50e1900e3030764743ea7735540ce103b3ab30fd5cd2d8a2b/
distname            tensorflow_gan-2.0.0-py2.py3-none-any
extract.suffix      .whl

checksums           rmd160  cd47590553983b04e89762702591b61aba5f0eaa \
                    sha256  65a7cc3952cbf2e05e73e2ba391a6a745d9f1a014e00c571feb3268569d48bd2 \
                    size    365168

python.versions     39
python.pep517_backend

if {${name} ne ${subport}} {
    depends_run-append \
                    path:${python.pkgd}/tensorflow:py${python.version}-tensorflow \
                    port:py${python.version}-tensorflow-hub \
                    port:py${python.version}-tensorflow-probability

    build {
    }

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