# -*- 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 78322 2011-05-03 08:23:41Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-kombu
version             1.1.3
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     7d9d15058454ae2d1f6212cedb1efbc9 \
                    sha1    6d6907645f86ea8c7c4762585def278b8a5d26c0 \
                    rmd160  b504560fc4d55757cb39d4f827a52f952249fd02

depends_build       port:py26-distribute

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