# -*- 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-kombu version 2.5.14 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 25 26 27 31 32 33 maintainers stromnov openmaintainer description AMQP Messaging Framework for Python. long_description ${description} homepage http://kombu.readthedocs.org/ master_sites http://pypi.python.org/packages/source/k/kombu/ distname kombu-${version} checksums rmd160 45f09d3ab5470e663ef7a02cc7985050691a0ad3 \ sha256 2a480d8d676f584f6b7a399514f5effa96ced2ce7b37ff975f2c8d16e154e5b4 if {$subport != $name} { # py-kombu depends on pkg_resources module (part of setuptools) depends_lib-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex {kombu-(\d+(?:\.\d+)*)\.[tz]} }