[94715] trunk/dports/python/py-biopython/Portfile

mmoll at macports.org mmoll at macports.org
Wed Jun 27 05:37:42 PDT 2012


Revision: 94715
          https://trac.macports.org/changeset/94715
Author:   mmoll at macports.org
Date:     2012-06-27 05:37:40 -0700 (Wed, 27 Jun 2012)
Log Message:
-----------
py-biopython: whitespace fix, small livecheck fix

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

Modified: trunk/dports/python/py-biopython/Portfile
===================================================================
--- trunk/dports/python/py-biopython/Portfile	2012-06-27 10:07:30 UTC (rev 94714)
+++ trunk/dports/python/py-biopython/Portfile	2012-06-27 12:37:40 UTC (rev 94715)
@@ -4,20 +4,20 @@
 PortSystem 1.0
 PortGroup python 1.0
 
-name			py-biopython
-version			1.60
-categories		python science
-maintainers		mmoll openmaintainer
-platforms		darwin
-description		python tools for computational molecular biology
-long_description	python tools for computational molecular biology: \
-				parsers for various file formats, interfaces for programs, \
-				tools for performing common operations on sequences, etc.
+name            py-biopython
+version         1.60
+categories      python science
+maintainers     mmoll openmaintainer
+platforms       darwin
+description     python tools for computational molecular biology
+long_description    python tools for computational molecular biology: \
+                parsers for various file formats, interfaces for programs, \
+                tools for performing common operations on sequences, etc.
 
-homepage		http://www.biopython.org/
+homepage        http://www.biopython.org/
 license         MIT
-master_sites	${homepage}/DIST
-distname		biopython-${version}
+master_sites    ${homepage}/DIST
+distname        biopython-${version}
 checksums           md5     8539f1761483187a04da9bf7f499a21f \
                     sha1    5eed8d5f51a42822ae644a53fda9b29766794c98 \
                     rmd160  6b8b90264aad3dfd47385472a7b5a8c5383cad0b
@@ -29,26 +29,26 @@
 python.default_version  27
 
 if { ${subport} != ${name} } {
-    
-    depends_lib-append	port:py${python.version}-numpy \
-    				    port:py${python.version}-reportlab \
-    				    port:flex
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:py${python.version}-reportlab \
+                        port:flex
 
     post-destroot {
-    	file delete -force ${destroot}${prefix}/share/doc/${subport}
-    	file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${subport}
-    	xinstall -m 644 -W ${worksrcpath} CONTRIB DEPRECATED LICENSE NEWS README \
-    		${destroot}${prefix}/share/doc/${subport}
+        file delete -force ${destroot}${prefix}/share/doc/${subport}
+        file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} CONTRIB DEPRECATED LICENSE NEWS README \
+            ${destroot}${prefix}/share/doc/${subport}
     }
 
-    build.env	CFLAGS=-I${python.include}
+    build.env   CFLAGS=-I${python.include}
 
-    test.run		no
-    test.cmd		${build.cmd}
-    test.target		test
+    test.run        no
+    test.cmd        ${build.cmd}
+    test.target     test
 
+    livecheck.type  none
 } else {
-    livecheck.type	regex
-    livecheck.url	http://biopython.org/wiki/Download
-    livecheck.regex	biopython-(\[0-9\.\]+).tar.gz
-}
\ No newline at end of file
+    livecheck.type  regex
+    livecheck.url   http://biopython.org/wiki/Download
+    livecheck.regex biopython-(\[0-9\.\]+).tar.gz
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120627/0948a655/attachment.html>


More information about the macports-changes mailing list