# -*- 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
# $Id: Portfile 100416 2012-12-11 12:48:00Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-creoleparser
set real_name       Creoleparser
version             0.7.4
python.versions     25 26 27
categories-append   textproc
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.
platforms           darwin
supported_archs     noarch

homepage            http://code.google.com/p/creoleparser
master_sites        http://pypi.python.org/packages/source/C/${real_name}/
distname            ${real_name}-${version}
checksums           rmd160  046188ceb91691aaa9a4f9d90a69db545019ec7e \
                    sha256  07af317e5c19e819130e01d8d698a741f05d69572642f5710b22b9f3630b45f3

if {$name != $subport} {
    use_zip         yes
    depends_lib-append  port:py${python.version}-genshi
}
