Ticket #34968: Portfile

File Portfile, 1.8 KB (added by danmichaelo+macports@…, 12 years ago)
Line 
1# -*- 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
2# $Id: Portfile 68741 2010-06-12 05:53:07Z macsforever2000@macports.org $
3
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-ete2
8version             2.1rev498
9categories          python biology science
10maintainers         noone
11
12description         Python Environment for Tree Exploration (ETE)
13long_description    ETE is a python programming toolkit that assists in the \
14                    automated manipulation, analysis and visualization \
15                    hierarchical trees. Besides a broad set of tree handling \
16                    options, it provides specific methods to analyze \
17                    phylogenetic and clustering trees. It supports large tree \
18                    data structures, node annotation, independent editing and \
19                    analysis of tree partitions, and the association of trees \
20                    with external data such as multiple sequence alignments or \
21                    numerical matrices. Finally, ETE implements a programmable \
22                    tree drawing engine that can be used to automatize the \
23                    graphical rendering of trees  with customized node-specific \
24                    visualizations.
25
26homepage            http://ete.cgenomics.org/
27platforms           darwin
28master_sites        ${homepage}releases/ete2/
29checksums           md5     d0bb202029dcbb26aab02200f9873469 \
30                    sha1    1c6da2ae45fccdaf0053b379d66a9ad038845c23 \
31                    rmd160  524517bf96dc2782106406d4e753f7e54d4627ca
32distname            ete2-${version}
33
34depends_build       port:py27-distribute
35depends_run         port:py27-mysql \
36                    port:py27-scipy \
37                    port:py27-pyqt4