# -*- 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                gi-docgen
version             2024.1
revision            0

categories          gnome python
supported_archs     noarch
platforms           {darwin any}
license             {Apache-2 GPL-3+}
installs_libs       no
maintainers         {judaew @judaew} openmaintainer

description         Documentation tool for GObject-based libraries
long_description    {*}${description}
homepage            https://gitlab.gnome.org/GNOME/gi-docgen

python.rootname     gi_docgen

checksums           rmd160  d695fac3821210a80fc0fa15b07f6844f6d7061b \
                    sha256  2a4a5569f91109777481aa71451751289227f7c2652cfac366184a41eb19c231 \
                    size    2532310

python.default_version 312

depends_build-append    port:py${python.version}-setuptools
depends_lib-append      port:py${python.version}-jinja2 \
                        port:py${python.version}-markdown \
                        port:py${python.version}-markupsafe \
                        port:py${python.version}-pygments \
                        port:py${python.version}-toml \
                        port:py${python.version}-typogrify
