# $Id: Portfile 58953 2009-10-07 19:00:34Z mmoll@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name py26-biopython version 1.52 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/ master_sites ${homepage}/DIST distname biopython-${version} checksums md5 87e31749d431ed8a2d4fa909a42a478f \ sha1 6dd295164a4cc0ff886e61bf29c798887c37f50c \ rmd160 fbb1c58d90b9c6743f48148fde7a4762e9ba2036 depends_lib-append port:py26-numpy \ port:py26-reportlab build.env CFLAGS=-I${python.include} test.run no test.cmd ${build.cmd} test.target test post-destroot { file delete -force ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CONTRIB DEPRECATED LICENSE NEWS README \ ${destroot}${prefix}/share/doc/${name} } livecheck.type regex livecheck.url http://biopython.org/wiki/Download livecheck.regex biopython-(\[0-9\.\]+).tar.gz