# -*- 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-creoleparser
python.rootname     Creoleparser
version             0.7.5
revision            0

categories-append   textproc
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         Parser for the Creole common wiki markup language
long_description    \
    Creoleparser is a Python library for converting Creole wiki markup \
    for output on the web. It is a full implementation of the Creole 1.0 \
    specification and aims to follow the spec exactly.

homepage            https://github.com/garrison/creoleparser

checksums           rmd160  a7dca5b5a8c907adf64ebc4923b624a2de28624f \
                    sha256  62999c115f3ece801ff31cdde7cab8f41df4ed95c189e1c6f02e7a036733a641 \
                    size    36898

python.versions     27

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

    depends_lib-append \
                    port:py${python.version}-genshi \
                    port:py${python.version}-six

    livecheck.type  none
}
