# -*- 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-pika version 0.9.13 revision 0 categories-append devel license {MPL-1.1 GPL-2+} platforms darwin supported_archs noarch python.versions 25 26 27 maintainers stromnov openmaintainer description Pure-Python implementation of the AMQP 0-9-1 protocol. long_description ${description} homepage http://pypi.python.org/pypi/pika/ master_sites http://pypi.python.org/packages/source/p/pika/ distname pika-${version} checksums rmd160 f83df186cd7969d7b2034d86bb82d4129928e9cb \ sha256 e5c0e3e22e56f1767afdd1ca936711ff4a98a684711a5fb20147debc010f1aa0 if {$subport != $name} { depends_build port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "pika-v?(\\d+(?:\\.\\d+)*)${extract.suffix}" }