# -*- 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-lazy_object_proxy
version             1.4.3
revision            0
platforms           darwin
license             BSD

python.versions     27 34 35 36 37 38

maintainers         {stromnov @stromnov} openmaintainer

description         A fast and thorough lazy object proxy.
long_description    ${description}

homepage            https://github.com/ionelmc/python-lazy-object-proxy
master_sites        pypi:l/lazy-object-proxy

distname            lazy-object-proxy-${version}

checksums           rmd160  faeeb954ac351065810394b81e5af57ac8ce5bc6 \
                    sha256  f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0 \
                    size    34888

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

    livecheck.type      none
} else {
    livecheck.name      lazy-object-proxy
}