# -*- 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-repoze.sphinx.autointerface
version             1.0.0
revision            1
categories          python
license             BSD
maintainers         nomaintainer
description         An extension for the Sphinx documentation system to allow generation \
                    of API documentation by introspection of zope.interface instances in \
                    code.
long_description    {*}${description}
supported_archs     noarch
platforms           {darwin any}
homepage            https://pypi.org/project/repoze.sphinx.autointerface/

python.versions     39 310 311 312 313

checksums           rmd160  ac14b3223877fdaaf43d9199a7b96932a1b66e5b \
                    sha256  486bf1423a4696b9153e488cef9d326c496ffc16ddeb14b0c9887b46c60e28a1 \
                    size    14263

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