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

adfernandes at macports.org adfernandes at macports.org
Sat Feb 25 08:53:00 PST 2012


Revision: 90186
          http://trac.macports.org/changeset/90186
Author:   adfernandes at 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:
--------------
    trunk/dports/python/py-biopython/Portfile

Modified: trunk/dports/python/py-biopython/Portfile
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120225/44ec5dcd/attachment.html>


More information about the macports-changes mailing list