# -*- 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 2.1.1 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 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 pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 f0d22b4eb4cf5fef17e6953b416d341c94de872e \ sha256 6d16feb4118cc9f5da9e98a10908d128252691bba2d4d31399ddc3092fb5226f if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-vine livecheck.type none } else { livecheck.type pypi }