# -*- 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-keyreference
python.rootname     zope.keyreference
version             3.6.4
revision            0

categories-append   zope
platforms           {darwin any}
supported_archs     noarch
license             ZPL-2.1
maintainers         nomaintainer

description         Object references that support stable comparison and hashes
long_description    {*}${description}

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

checksums           rmd160  7ea485cdc613cf03f7a564b48c9725dadbaba660 \
                    sha256  8cd20b29e3e9ff5ab78212470d87585358c14f08cdfbd153cfb50bbeba8335fc \
                    size    10682

python.versions     27

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

    livecheck.type  none
}
