Ticket #24284: Portfile.3

File Portfile.3, 1.8 KB (added by sopo.dev@…, 14 years ago)

Updated to rev89 and reflect changes in the name (from ete-$version to ete2-$version)

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$
3
4PortSystem          1.0
5PortGroup           python26 1.0
6
7name                py26-ete2
8version             2.0rev89
9categories          python biology
10maintainers         gmail.com:sopo.dev
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     39f1e76ba7c4a4ac51beeacae21a127d \
30                    sha1    6789f4353437ccd2a2638acf16810a3f26c4e70c \
31                    rmd160  2e9a942da6914934e741e5a7cf87ea54be2a8c9f
32distname            ete2-${version}
33
34depends_build       port:py26-distribute
35depends_run         port:py26-mysql \
36                    port:py26-scipy \
37                    port:py26-pyqt4