Revision: 81319 http://trac.macports.org/changeset/81319 Author: stromnov@macports.org Date: 2011-07-29 03:26:07 -0700 (Fri, 29 Jul 2011) Log Message: ----------- unify py*-kombu Added Paths: ----------- trunk/dports/python/py-kombu/ trunk/dports/python/py-kombu/Portfile Removed Paths: ------------- trunk/dports/python/py26-kombu/ trunk/dports/python/py27-kombu/ Added: trunk/dports/python/py-kombu/Portfile =================================================================== --- trunk/dports/python/py-kombu/Portfile (rev 0) +++ trunk/dports/python/py-kombu/Portfile 2011-07-29 10:26:07 UTC (rev 81319) @@ -0,0 +1,38 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id: Portfile 81174 2011-07-26 11:04:02Z stromnov@macports.org $ + +PortSystem 1.0 +PortGroup python 1.0 + +name py-kombu +version 1.2.0 +revision 1 +categories-append devel +license BSD +platforms darwin +supported_archs noarch + +maintainers stromnov openmaintainer + +description AMQP Messaging Framework for Python. +long_description ${description} + +homepage http://ask.github.com/kombu/ +master_sites http://pypi.python.org/packages/source/k/kombu/ +distname kombu-${version} + +checksums md5 3e6690f36ec4cf3311730ebd5e02a940 \ + sha1 bf06861e48c3b1af1e0f669cea44bdb464e7d5d8 \ + rmd160 7699fccf016e97b605b2aa3f38dd6608c29dbecd + +python.versions 24 25 26 27 + +if {$subport == "py24-kombu"} { + depends_lib port:py-setuptools +} elseif {$subport != $name} { + depends_lib port:py${python.version}-distribute +} + +livecheck.type regex +livecheck.url ${master_sites} +livecheck.regex "kombu-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
stromnov@macports.org