# -*- 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.3.1
revision            0
platforms           darwin
license             BSD

python.versions     27 34 35 36 37

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  cd76b5b288f3ce07d97c29cbd7efc0c33afc3461 \
                    sha256  eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools
    livecheck.type      none
} else {
    livecheck.name      lazy-object-proxy
}