Revision
90186
Author
adfernandes@macports.org
Date
2012-02-25 08:52:59 -0800 (Sat, 25 Feb 2012)

Log Message

py-biopython: clean up lint warnings, reinstate accidentally-deleted maintainers

Modified Paths

Diff

Modified: trunk/dports/python/py-biopython/Portfile (90185 => 90186)


--- trunk/dports/python/py-biopython/Portfile	2012-02-25 16:43:41 UTC (rev 90185)
+++ trunk/dports/python/py-biopython/Portfile	2012-02-25 16:52:59 UTC (rev 90186)
@@ -7,7 +7,7 @@
 name			py-biopython
 version			1.59
 categories		python science
-maintainers		nomaintainer
+maintainers		mmoll openmaintainer
 platforms		darwin
 description		python tools for computational molecular biology
 long_description	python tools for computational molecular biology: \
@@ -28,7 +28,7 @@
 python.versions         25 26 27
 python.default_version  27
 
-if { $subport != $name } {
+if { ${subport} != ${name} } {
     
     depends_lib-append	port:py${python.version}-numpy \
     				    port:py${python.version}-reportlab \
@@ -41,13 +41,13 @@
     		${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	regex
 livecheck.url	http://biopython.org/wiki/Download