# -*- 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 66479 2010-04-14 11:52:37Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-babel
version             0.9.5
categories          python
platforms           darwin

maintainers         stromnov openmaintainer

description         A collection of tools for internationalizing Python applications.
long_description    ${description}

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

checksums           md5     05603f058644f81b9b5f75d0161a14dd \
                    sha1    63e9b122c8cae065db067bb79385d457453c7dcc \
                    rmd160  17d804b0ea273c6174dc5462d8923594326c26d0

depends_lib-append  port:py26-distribute \
                    port:py26-tz

livecheck.type      regex
livecheck.url       http://babel.edgewall.org/wiki/Download
livecheck.regex     "Babel-(\\d+(?:\\.\\d+)*)${extract.suffix}"
