# $Id: Portfile 87583 2011-11-26 22:50:44Z blb@macports.org $

PortSystem          1.0
PortGroup           python 1.0
name                py-genshi
version             0.6
revision            1
categories-append   textproc www
license             BSD
maintainers         nomaintainer
description         Python toolkit for generation of output for the web
long_description \
   Genshi is a Python library that provides an integrated set of components \
   for parsing, generating, and processing HTML, XML or other textual \
   content for output generation on the web.

platforms           darwin
supported_archs     noarch

homepage            http://genshi.edgewall.org/
master_sites        http://ftp.edgewall.com/pub/genshi/
distname            Genshi-${version}

checksums           md5     604e8b23b4697655d36a69c2d8ef7187 \
                    sha1    8b4d5d43dc614bc83de49c5be1c3b8a3908a8062 \
                    rmd160  bca068da7956f03358d2f46cb4616e06506b8ae9

python.default_version   27
python.versions     25 26 27

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     Genshi-(\\d+(?:\\.\\d+)*)\.tar

