# -*- 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 1.2.1 revision 0 categories-append devel platforms darwin license LGPL-2.1+ 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 919e34f10cd18aaf2f0343ce082504069b0b479f \ sha256 9d688b8da8051b0cbb97131c42a27923e3afd943c557cd30718b3d8f346dbeac python.versions 26 27 31 32 33 if {$subport != $name} { depends_build port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "amqp-(\\d+(?:\\.\\d+)*)${extract.suffix}" }