Revision: 74703 http://trac.macports.org/changeset/74703 Author: adfernandes@macports.org Date: 2010-12-29 13:54:39 -0800 (Wed, 29 Dec 2010) Log Message: ----------- py27-biopython : new port Modified Paths: -------------- trunk/dports/python/py27-biopython/Portfile Added Paths: ----------- trunk/dports/python/py27-biopython/ Modified: trunk/dports/python/py27-biopython/Portfile =================================================================== --- trunk/dports/python/py26-biopython/Portfile 2010-12-29 19:01:00 UTC (rev 74690) +++ trunk/dports/python/py27-biopython/Portfile 2010-12-29 21:54:39 UTC (rev 74703) @@ -2,9 +2,9 @@ # $Id$ PortSystem 1.0 -PortGroup python26 1.0 +PortGroup python27 1.0 -name py26-biopython +name py27-biopython version 1.56 categories python science maintainers mmoll openmaintainer @@ -21,8 +21,8 @@ sha1 d33dda23adb148cf4ae0fa5eb37f7396b26c856f \ rmd160 a1c2b0daa4a881052b5e300c59293b8896240f2c -depends_lib-append port:py26-numpy \ - port:py26-reportlab +depends_lib-append port:py27-numpy \ + port:py27-reportlab build.env CFLAGS=-I${python.include}