# -*- 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 PortGroup select 1.0 name py-celery version 3.1.23 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Distributed Task Queue long_description Celery is an asynchronous task queue/job queue based \ on distributed message passing homepage http://celeryproject.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 37c36295bdfb0a77e229206c63975a47846b031f \ sha256 1a359c815837f9dbf193a7dbc6addafa34612c077ff70c66e3b16e14eebd2418 if {${name} ne ${subport}} { # celery depends on pkg_resources from setuptools depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-kombu \ port:py${python.version}-anyjson \ port:py${python.version}-tz \ port:py${python.version}-billiard \ port:py${python.version}-amqp depends_run-append port:celery_select select.group celery select.file ${filespath}/py${python.version}-celery notes " To make the Python ${python.branch} version of py-celery the one that is run\ when you execute the commands without a version suffix, e.g. 'celeryd' or\ 'celeryctl', run: port select --set ${select.group} [file tail ${select.file}] " livecheck.type none } else { livecheck.type pypi }