# -*- 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-pybtex-docutils
version             0.2.2
revision            0

platforms           darwin
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         A docutils backend for pybtex.
long_description    ${description}

homepage            https://github.com/mcmtroffaes/pybtex-docutils

checksums           rmd160  4485b4e838b87671da038dc28eb02b97976a1fc5 \
                    sha256  ea90935da188a0f4de2fe6b32930e185c33a0e306154322ccc12e519ebb5fa7d \
                    size    12556

python.versions     27 36 37 38

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-docutils \
                    port:py${python.version}-pybtex \
                    port:py${python.version}-setuptools \
                    port:py${python.version}-six

    livecheck.type  none
}
