[37258] trunk/dports/python

akira at macports.org akira at macports.org
Sun Jun 1 01:16:15 PDT 2008


Revision: 37258
          http://trac.macosforge.org/projects/macports/changeset/37258
Author:   akira at macports.org
Date:     2008-06-01 01:16:15 -0700 (Sun, 01 Jun 2008)

Log Message:
-----------
Fixed style

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

Modified: trunk/dports/python/py-pylons/Portfile
===================================================================
--- trunk/dports/python/py-pylons/Portfile	2008-06-01 08:12:27 UTC (rev 37257)
+++ trunk/dports/python/py-pylons/Portfile	2008-06-01 08:16:15 UTC (rev 37258)
@@ -1,50 +1,50 @@
+# -*- 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			python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name				py-pylons
-version				0.9.6.2
-categories-append		www
-maintainers			openmaintainer stechert akira
-description			Pylons is a lightweight web framework.
-long_description		Pylons combines the very best ideas from the \
-				worlds of Ruby, Python and Perl, providing a \
-				structured but extremely flexible Python web \
-				framework. It's also one of the first projects \
-				to leverage the emerging WSGI standard, which \
-				allows extensive re-use and flexibility -- but \
-				only if you need it. Out of the box, Pylons \
-				aims to make web development fast, flexible \
-				and easy.
-platforms			darwin
+name                py-pylons
+version             0.9.6.2
+categories-append   www
+maintainers         openmaintainer stechert akira
+description         Pylons is a lightweight web framework.
+long_description    Pylons combines the very best ideas from the \
+                    worlds of Ruby, Python and Perl, providing a \
+                    structured but extremely flexible Python web \
+                    framework. It's also one of the first projects \
+                    to leverage the emerging WSGI standard, which \
+                    allows extensive re-use and flexibility -- but \
+                    only if you need it. Out of the box, Pylons \
+                    aims to make web development fast, flexible \
+                    and easy.
+platforms           darwin
 
-homepage			http://pylonshq.com/
-master_sites			http://cheeseshop.python.org/packages/source/P/Pylons/
-distname			Pylons-${version}
+homepage            http://pylonshq.com/
+master_sites        http://cheeseshop.python.org/packages/source/P/Pylons/
+distname            Pylons-${version}
 
+checksums           md5 f6e6dc687dbaee166315299adb35076c \
+                    sha1 f9c6bf7fbc5b5462e94793b2ea9fe1bc5d2e55df \
+                    rmd160 afb9d79a90a67f904ed753d58e0df766ffe6ac42
 
-checksums			md5 f6e6dc687dbaee166315299adb35076c \
-				sha1 f9c6bf7fbc5b5462e94793b2ea9fe1bc5d2e55df \
-				rmd160 afb9d79a90a67f904ed753d58e0df766ffe6ac42
+depends_lib     port:py-setuptools \
+                port:py-routes \
+                port:py-myghty \
+                port:py-paste \
+                port:py-pastedeploy \
+                port:py-pastescript \
+                port:py-simplejson \
+                port:py-WebHelpers \
+                port:py-nose \
+                port:py-beaker \
+                port:py-formencode \
+                port:py-cheetah
 
-depends_lib			port:py-setuptools \
-				port:py-routes \
-				port:py-myghty \
-				port:py-paste \
-				port:py-pastedeploy \
-				port:py-pastescript \
-				port:py-simplejson \
-				port:py-WebHelpers \
-				port:py-nose \
-				port:py-beaker \
-				port:py-formencode \
-				port:py-cheetah
-
 post-destroot {
-	# Dependencies are the packaging system's job, for crying out loud.
-	# Cheetah doesn't use setuptools.
-	reinplace s|^Cheetah.*||g $destroot/$prefix/lib/python2.4/site-packages/Pylons-${version}-py2.4.egg-info/requires.txt
-	# Neither does FormEncode
-	reinplace s|^FormEncode.*||g $destroot/$prefix/lib/python2.4/site-packages/Pylons-${version}-py2.4.egg-info/requires.txt
+    # Dependencies are the packaging system's job, for crying out loud.
+    # Cheetah doesn't use setuptools.
+    reinplace s|^Cheetah.*||g $destroot/$prefix/lib/python2.4/site-packages/Pylons-${version}-py2.4.egg-info/requires.txt
+    # Neither does FormEncode
+    reinplace s|^FormEncode.*||g $destroot/$prefix/lib/python2.4/site-packages/Pylons-${version}-py2.4.egg-info/requires.txt
 }

Modified: trunk/dports/python/py25-pylons/Portfile
===================================================================
--- trunk/dports/python/py25-pylons/Portfile	2008-06-01 08:12:27 UTC (rev 37257)
+++ trunk/dports/python/py25-pylons/Portfile	2008-06-01 08:16:15 UTC (rev 37258)
@@ -1,50 +1,50 @@
+# -*- 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			python25 1.0
+PortSystem          1.0
+PortGroup           python25 1.0
 
-name				py25-pylons
-version				0.9.6.2
-categories-append		www
-maintainers			openmaintainer stechert akira
-description			Pylons is a lightweight web framework.
-long_description		Pylons combines the very best ideas from the \
-				worlds of Ruby, Python and Perl, providing a \
-				structured but extremely flexible Python web \
-				framework. It's also one of the first projects \
-				to leverage the emerging WSGI standard, which \
-				allows extensive re-use and flexibility -- but \
-				only if you need it. Out of the box, Pylons \
-				aims to make web development fast, flexible \
-				and easy.
-platforms			darwin
+name                py25-pylons
+version             0.9.6.2
+categories-append   www
+maintainers         openmaintainer stechert akira
+description         Pylons is a lightweight web framework.
+long_description    Pylons combines the very best ideas from the \
+                    worlds of Ruby, Python and Perl, providing a \
+                    structured but extremely flexible Python web \
+                    framework. It's also one of the first projects \
+                    to leverage the emerging WSGI standard, which \
+                    allows extensive re-use and flexibility -- but \
+                    only if you need it. Out of the box, Pylons \
+                    aims to make web development fast, flexible \
+                    and easy.
+platforms           darwin
 
-homepage			http://pylonshq.com/
-master_sites			http://cheeseshop.python.org/packages/source/P/Pylons/
-distname			Pylons-${version}
+homepage            http://pylonshq.com/
+master_sites        http://cheeseshop.python.org/packages/source/P/Pylons/
+distname            Pylons-${version}
 
+checksums           md5 f6e6dc687dbaee166315299adb35076c \
+                    sha1 f9c6bf7fbc5b5462e94793b2ea9fe1bc5d2e55df \
+                    rmd160 afb9d79a90a67f904ed753d58e0df766ffe6ac42
 
-checksums			md5 f6e6dc687dbaee166315299adb35076c \
-				sha1 f9c6bf7fbc5b5462e94793b2ea9fe1bc5d2e55df \
-				rmd160 afb9d79a90a67f904ed753d58e0df766ffe6ac42
+depends_lib     port:py25-setuptools \
+                port:py25-routes \
+                port:py25-myghty \
+                port:py25-paste \
+                port:py25-pastedeploy \
+                port:py25-pastescript \
+                port:py25-simplejson \
+                port:py25-WebHelpers \
+                port:py25-nose \
+                port:py25-beaker \
+                port:py25-formencode \
+                port:py25-cheetah
 
-depends_lib			port:py25-setuptools \
-				port:py25-routes \
-				port:py25-myghty \
-				port:py25-paste \
-				port:py25-pastedeploy \
-				port:py25-pastescript \
-				port:py25-simplejson \
-				port:py25-WebHelpers \
-				port:py25-nose \
-				port:py25-beaker \
-				port:py25-formencode \
-				port:py25-cheetah
-
 post-destroot {
-	# Dependencies are the packaging system's job, for crying out loud.
-	# Cheetah doesn't use setuptools.
-	reinplace s|^Cheetah.*||g $destroot/$prefix/lib/python2.5/site-packages/Pylons-${version}-py2.5.egg-info/requires.txt
-	# Neither does FormEncode
-	reinplace s|^FormEncode.*||g $destroot/$prefix/lib/python2.5/site-packages/Pylons-${version}-py2.5.egg-info/requires.txt
+    # Dependencies are the packaging system's job, for crying out loud.
+    # Cheetah doesn't use setuptools.
+    reinplace s|^Cheetah.*||g $destroot/$prefix/lib/python2.5/site-packages/Pylons-${version}-py2.5.egg-info/requires.txt
+    # Neither does FormEncode
+    reinplace s|^FormEncode.*||g $destroot/$prefix/lib/python2.5/site-packages/Pylons-${version}-py2.5.egg-info/requires.txt
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080601/75363902/attachment.htm 


More information about the macports-changes mailing list