# -*- 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-zope-deferredimport
python.rootname     zope.deferredimport
version             4.4
revision            1
categories-append   zope
license             ZPL-2.1
maintainers         nomaintainer
description         The zope.deferredimport package provided facilities for defining \
                    names in modules that will be imported from somewhere else when used.
long_description    {*}${description} You can also cause deprecation warnings to be \
                    issued when a variable is used.
supported_archs     noarch
platforms           {darwin any}

homepage            https://github.com/zopefoundation/zope.deferredimport

python.versions     39 310

checksums           rmd160  0475d1e848d554c5d27c730912127907d8a10732 \
                    sha256  2ae3257256802787e52ad840032f39c1496d3ce0b7e11117f663420e4a4c9add \
                    size    18901

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