# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 79808 2011-06-26 17:48:01Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-kombu
version             1.1.6
categories          python devel
platforms           darwin
maintainers         stromnov openmaintainer

description         AMQP Messaging Framework for Python.

long_description    ${description}

homepage            http://ask.github.com/kombu/
master_sites        http://pypi.python.org/packages/source/k/kombu/

distname            kombu-${version}

checksums           md5     6cdae2b1a27df2e56a06f3dd388d69f3 \
                    sha1    abaef6f60cd3b3583bc441cc68d2827b368b5c58 \
                    rmd160  c7afc3259c78018fa2c92dfdf3785555c06153fb

depends_build       port:py27-distribute

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