[35735] trunk/dports/python

akira at macports.org akira at macports.org
Fri Apr 4 09:17:36 PDT 2008


Revision: 35735
          http://trac.macosforge.org/projects/macports/changeset/35735
Author:   akira at macports.org
Date:     2008-04-04 09:17:35 -0700 (Fri, 04 Apr 2008)

Log Message:
-----------
Added modeline and untabified

Modified Paths:
--------------
    trunk/dports/python/py-sqlalchemy/Portfile
    trunk/dports/python/py25-sqlalchemy/Portfile

Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile	2008-04-04 16:09:59 UTC (rev 35734)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2008-04-04 16:17:35 UTC (rev 35735)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -3,30 +4,30 @@
 PortGroup python24 1.0
 
-name			py-sqlalchemy
-version			0.4.5
-categories		python
-platforms		darwin
-maintainers		landonf akira 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.
+name                    py-sqlalchemy
+version                 0.4.5
+categories              python
+platforms               darwin
+maintainers             landonf akira 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 ebd41cfb27a8d8b4e2a18192b6afad95 \
-			sha1 28d38704f15de1fac20547bbceee3a74e3e95e15 \
-			rmd160 d0ce4c878b342257b707dc82c7dfab6dc1663b62
-depends_lib		port:py-setuptools
+homepage                http://www.sqlalchemy.org
+master_sites            sourceforge:sqlalchemy
+distname                SQLAlchemy-${version}
+checksums               md5 ebd41cfb27a8d8b4e2a18192b6afad95 \
+                        sha1 28d38704f15de1fac20547bbceee3a74e3e95e15 \
+                        rmd160 d0ce4c878b342257b707dc82c7dfab6dc1663b62
+depends_lib             port:py-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]
-	}
+    # 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]
+    }
 }

Modified: trunk/dports/python/py25-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py25-sqlalchemy/Portfile	2008-04-04 16:09:59 UTC (rev 35734)
+++ trunk/dports/python/py25-sqlalchemy/Portfile	2008-04-04 16:17:35 UTC (rev 35735)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -3,30 +4,30 @@
 PortGroup python25 1.0
 
-name			py25-sqlalchemy
-version			0.4.5
-categories		python
-platforms		darwin
-maintainers		stechert akira 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.
+name                    py25-sqlalchemy
+version                 0.4.5
+categories              python
+platforms               darwin
+maintainers             stechert akira 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 ebd41cfb27a8d8b4e2a18192b6afad95 \
-			sha1 28d38704f15de1fac20547bbceee3a74e3e95e15 \
-			rmd160 d0ce4c878b342257b707dc82c7dfab6dc1663b62
-depends_lib		port:py25-setuptools
+homepage                http://www.sqlalchemy.org
+master_sites            sourceforge:sqlalchemy
+distname                SQLAlchemy-${version}
+checksums               md5 ebd41cfb27a8d8b4e2a18192b6afad95 \
+                        sha1 28d38704f15de1fac20547bbceee3a74e3e95e15 \
+                        rmd160 d0ce4c878b342257b707dc82c7dfab6dc1663b62
+depends_lib             port:py25-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]
-	}
+    # 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]
+    }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080404/d099309f/attachment.html


More information about the macports-changes mailing list