[74058] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Dec 3 08:26:10 PST 2010


Revision: 74058
          http://trac.macports.org/changeset/74058
Author:   stromnov at macports.org
Date:     2010-12-03 08:26:06 -0800 (Fri, 03 Dec 2010)
Log Message:
-----------
py26-kombu-sqlalchemy: new port

Added Paths:
-----------
    trunk/dports/python/py26-kombu-sqlalchemy/
    trunk/dports/python/py26-kombu-sqlalchemy/Portfile

Added: trunk/dports/python/py26-kombu-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py26-kombu-sqlalchemy/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-kombu-sqlalchemy/Portfile	2010-12-03 16:26:06 UTC (rev 74058)
@@ -0,0 +1,34 @@
+# -*- 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-kombu-sqlalchemy
+version             0.9.0
+categories          python devel
+platforms           darwin
+maintainers         stromnov openmaintainer
+
+description         Kombu transport using SQLAlchemy as the message store.
+
+long_description    ${description}
+
+homepage            http://github.com/ask/kombu-sqlalchemy/
+master_sites        http://pypi.python.org/packages/source/k/kombu-sqlalchemy/
+
+distname            kombu-sqlalchemy-${version}
+
+checksums           md5     4f51bc8f68bc933bc7fdfc0f48bb28e4 \
+                    sha1    200a73b4f93ff391dab7d1b22825d27fb76ba55c \
+                    rmd160  65a6878ea4906344a67f23e7ad2fa3d80c9c3369
+
+depends_lib         port:py26-kombu \
+                    port:py26-sqlalchemy \
+                    port:py26-anyjson
+
+depends_build       port:py26-distribute
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "kombu-sqlalchemy-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-kombu-sqlalchemy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101203/5faddee8/attachment.html>


More information about the macports-changes mailing list