[87034] trunk/dports/python/py-nose/Portfile

and.damore at macports.org and.damore at macports.org
Tue Nov 8 02:10:35 PST 2011


Revision: 87034
          http://trac.macports.org/changeset/87034
Author:   and.damore at macports.org
Date:     2011-11-08 02:10:32 -0800 (Tue, 08 Nov 2011)
Log Message:
-----------
port py-nose: detabbed, whitespaces only change

Modified Paths:
--------------
    trunk/dports/python/py-nose/Portfile

Modified: trunk/dports/python/py-nose/Portfile
===================================================================
--- trunk/dports/python/py-nose/Portfile	2011-11-08 10:03:21 UTC (rev 87033)
+++ trunk/dports/python/py-nose/Portfile	2011-11-08 10:10:32 UTC (rev 87034)
@@ -1,16 +1,16 @@
 # -*- 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
+PortSystem          1.0
 PortGroup           python 1.0
 
 set my_name         nose
-name				py-${my_name}
-version				1.1.2
-categories-append	www
-license				LGPL-2+
-maintainers			akitada mcalhoun openmaintainer
-description			A Python unittest extension.
+name                py-${my_name}
+version             1.1.2
+categories-append   www
+license             LGPL-2+
+maintainers         akitada mcalhoun openmaintainer
+description         A Python unittest extension.
 long_description \
     A unittest extension offering automatic test \
     suite discovery, simplified test authoring, \
@@ -20,12 +20,12 @@
     behavior of py.test as much as is reasonably \
     possible without resorting to magic.
 
-platforms			darwin
-supported_archs		noarch
+platforms           darwin
+supported_archs     noarch
 
-homepage			http://somethingaboutorange.com/mrl/projects/${my_name}
-master_sites		http://pypi.python.org/packages/source/n/${my_name}
-distname			${my_name}-${version}
+homepage            http://somethingaboutorange.com/mrl/projects/${my_name}
+master_sites        http://pypi.python.org/packages/source/n/${my_name}
+distname            ${my_name}-${version}
 
 checksums           md5     144f237b615e23f21f6a50b2183aa817 \
                     sha256  b1ba12c1c45323fd8695be68ce7228456b86e51234f167027ebbc4ccda852c61
@@ -36,7 +36,7 @@
 python.link_binaries no
 
 if {$subport != $name} {
-    depends_lib		port:py${python.version}-distribute
+    depends_lib     port:py${python.version}-distribute
 
     post-patch {
         reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111108/6abb4385/attachment-0001.html>


More information about the macports-changes mailing list