# -*- 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 148269 2016-05-02 10:26:47Z petr@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-pika version 0.10.0 revision 0 categories-append devel platforms darwin license {MPL-1.1 GPL-2+} supported_archs noarch python.versions 26 27 34 35 maintainers stromnov openmaintainer description Pure-Python implementation of the AMQP 0-9-1 protocol. long_description ${description} homepage https://pika.readthedocs.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 af1b9b139a78837b19aa8980a5a18daca13dafc8 \ sha256 7277b4d12a99efa4058782614d84138983f9f89d690bdfcea66290d810806459 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }