# -*- 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-alabaster
version             0.7.13
platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         A configurable sidebar enabled Sphinx theme
long_description    {*}${description}

checksums           md5 2e05a5f4fe5a8b95e5e576cbf4a5d503 \
                    rmd160 d81f91bd9eb6d873d765e14783a4a936fd6f26a0 \
                    sha256 a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2

python.versions     27 35 36 37 38 39 310 311

if {$subport ne $name} {
    if {${python.version} >= 36} {
        python.pep517   yes
    } else {
        version     0.7.12
        revision    0
        depends_build-append \
                    port:py${python.version}-setuptools
        # stealth update
        master_sites macports_distfiles
        checksums   rmd160 c8a1853b067ad6a9e4d8d2cf9c33f4d47bbc0230 \
                    sha256 86363e9f894c0cff8c1a3e89a379ad4b38d329021462e18b35ef92f60559369f \
                    size 23144
    }

    livecheck.type  none
}
