# -*- 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-component
python.rootname     zope.component
version             5.0.1
revision            1
categories-append   zope
license             ZPL-2.1
maintainers         nomaintainer
supported_archs     noarch
platforms           {darwin any}

description         This package represents the core of the Zope \
                    Component Architecture.

long_description    {*}${description}

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

python.versions     38 39 310 311 312 313

checksums           rmd160  ed565d05f197bcb4d41937e754134ba82b7e2b76 \
                    sha256  32cbe426ba8fa7b62ce5b211f80f0718a0c749cc7ff09e3f4b43a57f7ccdf5e5 \
                    size    91130

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-zope-event \
                    port:py${python.version}-zopeinterface \
                    port:py${python.version}-zope-hookable
}
