# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-pika version 0.12.0 revision 0 categories-append devel platforms darwin license {MPL-1.1 GPL-2+} supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @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 ac7dab42681f4067938f4e470c693193348c1c77 \ sha256 306145b8683e016d81aea996bcaefee648483fc5a9eb4694bb488f54df54a751 \ size 100623 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none }