# -*- 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-pytorch-lightning
version             1.2.3
revision            1
platforms           darwin
license             Apache-2
maintainers         nomaintainer

description         The lightweight PyTorch wrapper for high-performance \
                    AI research.
long_description    Lightning disentangles PyTorch code to decouple the \
                    science from the engineering.

homepage            https://github.com/PyTorchLightning/pytorch-lightning

checksums           rmd160  1edf686a57dc5ecc4827d97f4c4926d98df4fe74 \
                    sha256  856698e1652020b1030155e643a9e03e621e1e6b123f4406ae77fd36f7bea439 \
                    size    1964565

python.versions     37 38 39

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

     depends_run-append \
                    port:py${python.version}-fsspec \
                    port:py${python.version}-future \
                    port:py${python.version}-numpy \
                    port:py${python.version}-pytorch \
                    port:py${python.version}-tensorboard \
                    port:py${python.version}-tqdm \
                    port:py${python.version}-yaml

    livecheck.type  none
}
