[100708] trunk/dports/python/py-tkinter/Portfile

blair at macports.org blair at macports.org
Thu Dec 20 18:42:20 PST 2012


Revision: 100708
          https://trac.macports.org/changeset/100708
Author:   blair at macports.org
Date:     2012-12-20 18:42:20 -0800 (Thu, 20 Dec 2012)
Log Message:
-----------
py-tkinter: convert tabs to spaces.

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

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2012-12-21 02:40:09 UTC (rev 100707)
+++ trunk/dports/python/py-tkinter/Portfile	2012-12-21 02:42:20 UTC (rev 100708)
@@ -4,19 +4,20 @@
 PortSystem 1.0
 PortGroup python 1.0
 
-name			py-tkinter
-version			2.4.6
-revision		1
-categories		python graphics
-license			PSF
-platforms		darwin
-maintainers		nomaintainer
-description		Python bindings to the Tk widget set
-long_description	${description}
+name            py-tkinter
+version         2.4.6
+revision        1
+categories      python graphics
+license         PSF
+platforms       darwin
+maintainers     nomaintainer
+description     Python bindings to the Tk widget set
+long_description \
+    ${description}
 
-homepage		http://docs.python.org/library/tkinter.html
+homepage        http://docs.python.org/library/tkinter.html
 
-python.versions     24 25 26 27 31 32 33
+python.versions 24 25 26 27 31 32 33
 
 set extract_files "Modules/_tkinter.c Modules/tkappinit.c"
 set module_name Tkinter
@@ -50,9 +51,9 @@
     maintainers jwa singingwolfboy openmaintainer
     version     2.7.3
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
-    checksums	rmd160  a51bb3ed518c897d1cf3c3d237929d385409d9f7 \
-        sha256  61d36be58e9e9c733c49d7b76858d5c08e2c63a84f2066b29d35d3521057c985
-    use_xz		yes
+    checksums   rmd160 a51bb3ed518c897d1cf3c3d237929d385409d9f7 \
+                sha256 61d36be58e9e9c733c49d7b76858d5c08e2c63a84f2066b29d35d3521057c985
+    use_xz      yes
     append extract_files " Modules/tkinter.h"
 }
 subport py31-tkinter {
@@ -70,9 +71,9 @@
     maintainers jwa openmaintainer
     version     3.2.3
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
-    checksums	rmd160  8e34a4dd2544a9b6a691557a0ab0e69b21e5ee0e \
-        sha256  23c16f621f21e54987079765c060196cbe50235c7867147c6126d433054b1754
-    use_xz		yes
+    checksums   rmd160  8e34a4dd2544a9b6a691557a0ab0e69b21e5ee0e \
+                sha256  23c16f621f21e54987079765c060196cbe50235c7867147c6126d433054b1754
+    use_xz        yes
     append extract_files " Modules/tkinter.h"
     set module_name tkinter
 }
@@ -81,29 +82,29 @@
     version     3.3.0
     epoch       20120929
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
-    use_xz		yes
+    use_xz      yes
     checksums   rmd160  98a048233510b6c0a77a27cdfcf241b7727c3651 \
                 sha256  09994d2885a8ef61b4b2389527a9805a4a05e3e0f121dbc8e4222f9010f5bbd7
     append extract_files " Modules/tkinter.h"
     set module_name tkinter
 }
 
-master_sites	http://www.python.org/ftp/python/${version}/
-distname		Python-${version}
+master_sites    http://www.python.org/ftp/python/${version}/
+distname        Python-${version}
 
 if {$subport != $name} {
     depends_lib-append port:tk
 
     dist_subdir python${python.version}
 
-    worksrcdir		${worksrcdir}/Modules
+    worksrcdir  ${worksrcdir}/Modules
 
     foreach f $extract_files {
         lappend extract_files_full "${distname}/$f"
     }
-    extract.post_args	"| tar -xf - $extract_files_full"
+    extract.post_args   "| tar -xf - $extract_files_full"
     post-extract {
-        file copy	${filespath}/setup.py ${worksrcpath}
+        file copy ${filespath}/setup.py ${worksrcpath}
     }
 
     configure {
@@ -111,9 +112,10 @@
         reinplace "s|__TK-VERSION__|8.5|g" ${worksrcpath}/setup.py
         reinplace "s|__MODULE_NAME__|${module_name}|g" ${worksrcpath}/setup.py
     }
-    livecheck.type	regex
-    livecheck.url	http://www.python.org/download/releases/
-    livecheck.regex	Python (${python.branch}\\.\[0-9\]+)
+
+    livecheck.type  regex
+    livecheck.url   http://www.python.org/download/releases/
+    livecheck.regex Python (${python.branch}\\.\[0-9\]+)
 } else {
-    livecheck.type none
+    livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121220/9a7df583/attachment.html>


More information about the macports-changes mailing list