# -*- 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.1
platforms           darwin
license             MIT
maintainers         nomaintainer

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

homepage            https://github.com/mcmtroffaes/pybtex-docutils
master_sites        pypi:p/pybtex-docutils
distname            pybtex-docutils-${version}

checksums           rmd160  09063361a9e0ec790341ace2422298363c7a1c0f \
                    sha256  e4b075641c1d68a3e98a6d73ad3d029293fcf9e0773512315ef9c8482f251337 \
                    size    11970

python.versions     27 36 37

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

    livecheck.type      none
} else {
    livecheck.type      pypi
}