[53636] trunk/dports/python
mmoll at macports.org
mmoll at macports.org
Fri Jul 10 13:07:33 PDT 2009
Revision: 53636
http://trac.macports.org/changeset/53636
Author: mmoll at macports.org
Date: 2009-07-10 13:07:32 -0700 (Fri, 10 Jul 2009)
Log Message:
-----------
New port: py26-biopython, derived from py25-biopython, version bumped from 1.49 to 1.50
Added Paths:
-----------
trunk/dports/python/py26-biopython/
trunk/dports/python/py26-biopython/Portfile
Added: trunk/dports/python/py26-biopython/Portfile
===================================================================
--- trunk/dports/python/py26-biopython/Portfile (rev 0)
+++ trunk/dports/python/py26-biopython/Portfile 2009-07-10 20:07:32 UTC (rev 53636)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-biopython
+version 1.50
+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 3b29187846baa223c7c1a4e9a058e6b9 \
+ sha1 de7afee503375b8c8f897b9d72276c049a73c0d5 \
+ rmd160 543c187f056a0abafe30190460fa75ee53b0d036
+
+depends_lib-append port:py26-numpy \
+ port:py26-mx-base \
+ 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.check regex
+livecheck.url http://biopython.org/wiki/Download
+livecheck.regex biopython-(\[0-9\.\]+).tar.gz
Property changes on: trunk/dports/python/py26-biopython/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090710/abab30ce/attachment.html>
More information about the macports-changes
mailing list