[96634] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Aug 15 17:29:07 PDT 2012


Revision: 96634
          https://trac.macports.org/changeset/96634
Author:   jmr at macports.org
Date:     2012-08-15 17:29:03 -0700 (Wed, 15 Aug 2012)
Log Message:
-----------
New port: py-bottle-sqlalchemy, SQLAlchemy plugin for the bottle web micro framework (#34165)

Added Paths:
-----------
    trunk/dports/python/py-bottle-sqlalchemy/
    trunk/dports/python/py-bottle-sqlalchemy/Portfile

Added: trunk/dports/python/py-bottle-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-bottle-sqlalchemy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bottle-sqlalchemy/Portfile	2012-08-16 00:29:03 UTC (rev 96634)
@@ -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 python 1.0
+
+name                py-bottle-sqlalchemy
+version             0.3
+
+categories          python databases devel
+license             MIT
+maintainers         vmunix.org:torstenb openmaintainer
+description         SQLAlchemy plugin for bottle web microframework
+long_description    This bottle-sqlalchemy plugin integrates SQLAlchemy \
+                    with Bottle applications. It injects a SQLAlchemy \
+                    session in routes and handles the session cycle. \
+
+platforms           darwin
+supported_archs     noarch
+
+homepage            https://github.com/iurisilvio/bottle-sqlalchemy
+master_sites        http://pypi.python.org/packages/source/b/bottle-sqlalchemy/
+distname            bottle-sqlalchemy-${version}
+checksums           md5 b139d97424efcf917474f142851f0231 \
+                    sha256 197189c4aa92dad32c49fcb6e8a1c365679b1d024129640a4f30eee0b2db6b78
+
+
+python.versions     25 26 27
+
+if {$subport != $name} {
+    depends_lib     port:py${python.version}-bottle
+}


Property changes on: trunk/dports/python/py-bottle-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/20120815/9a9d987a/attachment.html>


More information about the macports-changes mailing list