Files
2025-11-10 12:02:57 -05:00

35 lines
1.1 KiB
Tcl

# -*- 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 6.0
revision 0
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 310 311 312 313
checksums rmd160 d019a9d92d73899945bc1b73915fc96dadd7ca79 \
sha256 9a0a0472ad201b94b4fe6741ce9ac2c30b8bb22c516077bf03692dec4dfb6906 \
size 90268
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-zope-event \
port:py${python.version}-zopeinterface \
port:py${python.version}-zope-hookable
}