[44722] trunk/dports/python

akitada at macports.org akitada at macports.org
Fri Jan 2 04:14:20 PST 2009


Revision: 44722
          http://trac.macports.org/changeset/44722
Author:   akitada at macports.org
Date:     2009-01-02 04:14:19 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
Added SQLAlchemy-0.5.0rc4 for Python 2.6

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

Added: trunk/dports/python/py26-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py26-sqlalchemy/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-sqlalchemy/Portfile	2009-01-02 12:14:19 UTC (rev 44722)
@@ -0,0 +1,34 @@
+# -*- 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 python26 1.0
+
+name                    py26-sqlalchemy
+version                 0.5.0rc4
+categories-append       databases
+platforms               darwin
+maintainers             akitada openmaintainer
+description             Python SQL ORM
+long_description        SQLAlchemy is the Python SQL toolkit and Object \
+                        Relational Mapper that gives application developers \
+                        the full power and flexibility of SQL.
+
+homepage                http://www.sqlalchemy.org
+master_sites            sourceforge:sqlalchemy
+distname                SQLAlchemy-${version}
+checksums               md5 dc6f85d7755fb81c65d011489a5d4adc \
+                        sha1 2f2e5044c6933c5016cb39bcd69466e6fd421dcd \
+                        rmd160 dc6997f45cba279374028e310b7eafb96726725a
+depends_lib             port:py26-setuptools
+
+post-destroot {
+    # Install example files not installed by the Makefile
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
+    foreach f [glob -directory ${worksrcpath}/doc *] {
+        copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+    }
+    foreach f [glob -directory ${worksrcpath}/examples *] {
+        copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
+    }
+}


Property changes on: trunk/dports/python/py26-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/20090102/2d760718/attachment.html>


More information about the macports-changes mailing list