Added: trunk/dports/python/py26-celery/Portfile (0 => 74059)
--- trunk/dports/python/py26-celery/Portfile (rev 0)
+++ trunk/dports/python/py26-celery/Portfile 2010-12-03 16:41:36 UTC (rev 74059)
@@ -0,0 +1,32 @@
+# -*- 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$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-celery
+version 2.1.4
+categories python devel
+platforms darwin
+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 http://pypi.python.org/packages/source/c/celery/
+
+distname celery-${version}
+
+checksums md5 1930be498c3278180d11e772435076ec \
+ sha1 657f5d5b520e5e5a5eb3335dc640d1963fbb307f \
+ rmd160 0470749f9c2b45eea112e223d6fcad129fef2e25
+
+depends_lib port:py26-carrot
+depends_build port:py26-distribute
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "celery-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/python/py26-celery/Portfile
___________________________________________________________________