# -*- 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 91970 2012-04-14 10:26:50Z jmr@macports.org $

PortSystem          1.0

name                py26-kombu-sqlalchemy
version             1.1.0
revision            1
categories          python devel
platforms           darwin
maintainers         nomaintainer

replaced_by         py26-kombu

description         Kombu transport using SQLAlchemy as the message store.

long_description    ${description}

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

distfiles

pre-configure {
    ui_error "Please do not install this port since it has been incorporated in 'py26-kombu'."
    return -code error
}

livecheck.type      none
