# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-amqp version 0.9.3 revision 0 categories-append devel license BSD platforms darwin supported_archs noarch maintainers stromnov openmaintainer description Low-level AMQP client for Python (fork of amqplib). long_description ${description} homepage http://github.com/celery/py-amqp master_sites http://pypi.python.org/packages/source/a/amqp/ distname amqp-${version} checksums rmd160 a1e73d70b4654d36f21429c0d6eb9a0a09de34aa \ sha256 ff7080df6c634c3f1eaaf4443efb9d012d2e1c5821773b108cf9915d6aa724be python.default_version 27 python.versions 26 27 31 32 if {$subport != $name} { depends_lib port:py${python.version}-distribute } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "amqp-(\\d+(?:\\.\\d+)*)${extract.suffix}"