Ticket #24284: Portfile.2

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

Updated portfile. Switched dependecy from setuptools to distribute.

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.0rev84
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     c781001651dd7763870b740d8afa5f80 \
30                    sha1    3c385108b524177bd10c72841cc21c895dd4916b \
31                    rmd160  54f7f8f85407853719e01edfeae822ad53603519
32distname            ete-${version}
33
34depends_build       port:py26-distribute
35depends_run         port:py26-mysql \
36                    port:py26-scipy \
37                    port:py26-pyqt4