# -*- 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-amqp version 2.4.2 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @stromnov} openmaintainer description Low-level AMQP client for Python (fork of amqplib). long_description ${description} homepage https://github.com/celery/py-amqp master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 78514e5604eff9220a051bf6eb55ee91b4c5e39e \ sha256 043beb485774ca69718a35602089e524f87168268f0d1ae115f28b88d27f92d7 \ size 116265 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-vine livecheck.type none }