# -*- 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 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-carrot
version             0.10.7
categories          python devel
platforms           darwin
maintainers         stromnov openmaintainer

description         AMQP Messaging Framework for Python.

long_description    ${description}

homepage            http://ask.github.com/carrot/
master_sites        http://pypi.python.org/packages/source/c/carrot/

distname            carrot-${version}

checksums           md5     530a0614de3a669314c3acd4995c54d5 \
                    sha1    3295a79a93ac6d77f41d830057af3ee8df97567b \
                    rmd160  be0cce6da09f2acf106e1d3a4947b8b587d02edd

depends_build       port:py26-distribute

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "carrot-(\\d+(?:\\.\\d+)*)${extract.suffix}"
