# -*- 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
python.rootname     repoze_sphinx_autointerface
version             1.1.0
revision            0

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}
homepage            https://pypi.org/project/repoze.sphinx.autointerface/

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  add5b8d5b95311300b19675ec32e31d990e87f7b \
                    sha256  3d17ba776019efc9b36415fb3fbb0820f23c3c2e816238c420f1d803f6ad3137 \
                    size    10338

python.versions     310 311 312 313 314

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