# -*- 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-textile
version             2.2.1
categories-append   textproc
license             BSD
maintainers         katatechnen.net:francisga openmaintainer
description         Textile processing for python
long_description    Textile is a XHTML generator using a simple markup \
                    developed by Dean Allen. This is a Python port with \
                    support for code validation, itex to MathML translation, \
                    Python code coloring and much more.

platforms           darwin
supported_archs     noarch

homepage            https://pypi.python.org/pypi/textile
master_sites        pypi:t/textile/
distname            textile-${version}

python.versions     27 35 36

checksums           rmd160  ca2870e180fe3764b0273bcad7847c818fdab6d3 \
                    sha256  4899f06c63bfdc32a204d4c1c1e9302ddf17f26c20328419747d109348e23afd \
                    size    32631

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

    livecheck.type  none
}
