[39161] trunk/dports/python/py25-decorator/Portfile

akira at macports.org akira at macports.org
Sun Aug 10 08:50:52 PDT 2008


Revision: 39161
          http://trac.macosforge.org/projects/macports/changeset/39161
Author:   akira at macports.org
Date:     2008-08-10 08:50:51 -0700 (Sun, 10 Aug 2008)
Log Message:
-----------
Untabified

Modified Paths:
--------------
    trunk/dports/python/py25-decorator/Portfile

Modified: trunk/dports/python/py25-decorator/Portfile
===================================================================
--- trunk/dports/python/py25-decorator/Portfile	2008-08-10 12:35:57 UTC (rev 39160)
+++ trunk/dports/python/py25-decorator/Portfile	2008-08-10 15:50:51 UTC (rev 39161)
@@ -1,21 +1,22 @@
+# -*- 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
-name				py25-decorator
-version				2.0.1
-categories-append		www
-maintainers			stechert akira openmaintainer
-description			Provides a decorator factory that makes creating signature preserving decorators dead simple.
-long_description		${description} By Michele Simionato.
-platforms			darwin
-homepage			http://www.phyast.pitt.edu/~micheles/python/documentation.html
-master_sites			http://www.phyast.pitt.edu/~micheles/python/
-distname			decorator-${version}
-pre-extract			{ file mkdir ${worksrcpath} }
-extract.suffix			.zip
-extract.dir			${worksrcpath}
-use_zip				yes
-checksums			md5 28b89b159d03d7479a7dd588be1ef1a2 \
-				sha1 eaa717ea3f69aa257b7091bfd38dcff0265dbb7c \
-				rmd160 e371b65dedfb8d089e1408a065611822543d2f71
+PortSystem          1.0
+PortGroup           python25 1.0
+name                py25-decorator
+version             2.0.1
+categories-append   www
+maintainers         stechert akira openmaintainer
+description         Provides a decorator factory that makes creating signature preserving decorators dead simple.
+long_description    ${description} By Michele Simionato.
+platforms           darwin
+homepage            http://www.phyast.pitt.edu/~micheles/python/documentation.html
+master_sites        http://www.phyast.pitt.edu/~micheles/python/
+distname            decorator-${version}
+pre-extract         { file mkdir ${worksrcpath} }
+extract.suffix      .zip
+extract.dir         ${worksrcpath}
+use_zip             yes
+checksums           md5 28b89b159d03d7479a7dd588be1ef1a2 \
+                    sha1 eaa717ea3f69aa257b7091bfd38dcff0265dbb7c \
+                    rmd160 e371b65dedfb8d089e1408a065611822543d2f71
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080810/35ce0590/attachment.html 


More information about the macports-changes mailing list