# -*- 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 92833 2012-05-08 23:46:29Z ryandesign@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
python.default_version  27
categories-append   textproc
maintainers         singingwolfboy openmaintainer
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

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

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