# -*- 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
PortGroup           github 1.0

github.setup        bitprophet alabaster 0.7.12
name                py-alabaster
platforms           darwin
supported_archs     noarch
license             BSD
maintainers         nomaintainer

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

checksums           rmd160  c8a1853b067ad6a9e4d8d2cf9c33f4d47bbc0230 \
                    sha256  86363e9f894c0cff8c1a3e89a379ad4b38d329021462e18b35ef92f60559369f \
                    size    23144

python.versions     27 34 35 36 37

if {${subport} ne ${name}} {
    depends_build   port:py${python.version}-setuptools

    livecheck.type      none
}