Revision: 68473 http://trac.macports.org/changeset/68473 Author: jmr@macports.org Date: 2010-06-04 03:13:44 -0700 (Fri, 04 Jun 2010) Log Message: ----------- New port: py26-ete2, Python Environment for Tree Exploration (#24284) Added Paths: ----------- trunk/dports/python/py26-ete2/ trunk/dports/python/py26-ete2/Portfile Added: trunk/dports/python/py26-ete2/Portfile =================================================================== --- trunk/dports/python/py26-ete2/Portfile (rev 0) +++ trunk/dports/python/py26-ete2/Portfile 2010-06-04 10:13:44 UTC (rev 68473) @@ -0,0 +1,37 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-ete2 +version 2.0rev89 +categories python biology science +maintainers gmail.com:sopo.dev + +description Python Environment for Tree Exploration (ETE) +long_description ETE is a python programming toolkit that assists in the \ + automated manipulation, analysis and visualization \ + hierarchical trees. Besides a broad set of tree handling \ + options, it provides specific methods to analyze \ + phylogenetic and clustering trees. It supports large tree \ + data structures, node annotation, independent editing and \ + analysis of tree partitions, and the association of trees \ + with external data such as multiple sequence alignments or \ + numerical matrices. Finally, ETE implements a programmable \ + tree drawing engine that can be used to automatize the \ + graphical rendering of trees with customized node-specific \ + visualizations. + +homepage http://ete.cgenomics.org/ +platforms darwin +master_sites ${homepage}releases/ete2/ +checksums md5 39f1e76ba7c4a4ac51beeacae21a127d \ + sha1 6789f4353437ccd2a2638acf16810a3f26c4e70c \ + rmd160 2e9a942da6914934e741e5a7cf87ea54be2a8c9f +distname ete2-${version} + +depends_build port:py26-distribute +depends_run port:py26-mysql \ + port:py26-scipy \ + port:py26-pyqt4 Property changes on: trunk/dports/python/py26-ete2/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
jmr@macports.org