This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository hyphy.
commit c6471e17eac4a6bb74a3282e2d0c47e6dd70ed76 Author: Andreas Tille <[email protected]> Date: Thu Jul 9 17:28:31 2015 +0200 Add Python packages --- debian/control | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/debian/control b/debian/control index 91faac3..dcb4ed3 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), cmake, + python-dev, + python3-dev, mpi-default-dev, libcurl4-gnutls-dev | libcurl4-dev, python, @@ -67,3 +69,40 @@ Description: Hypothesis testing using Phylogenies (common files) NIGMS R01 award 1R01GM093939. . This package provides files that are common to all binary versions. + +Package: python-hyphy +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends} +Description: Hypothesis testing using Phylogenies (Python 2 module) + HyPhy is an open-source software package for the analysis of genetic + sequences using techniques in phylogenetics, molecular evolution, and + machine learning. It features a complete graphical user interface (GUI) + and a rich scripting language for limitless customization of analyses. + Additionally, HyPhy features support for parallel computing environments + (via message passing interface) and it can be compiled as a shared + library and called from other programming environments such as Python or + R. Continued development of HyPhy is currently supported in part by an + NIGMS R01 award 1R01GM093939. + . + This package provides files the Python 2 module. + +Package: python3-hyphy +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python3:Depends} +Description: Hypothesis testing using Phylogenies (Python 3 module) + HyPhy is an open-source software package for the analysis of genetic + sequences using techniques in phylogenetics, molecular evolution, and + machine learning. It features a complete graphical user interface (GUI) + and a rich scripting language for limitless customization of analyses. + Additionally, HyPhy features support for parallel computing environments + (via message passing interface) and it can be compiled as a shared + library and called from other programming environments such as Python or + R. Continued development of HyPhy is currently supported in part by an + NIGMS R01 award 1R01GM093939. + . + This package provides files the Python 3 module. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hyphy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
