From owner-svn-ports-all@freebsd.org Sat May 16 00:13:10 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D75B32DE3B4; Sat, 16 May 2020 00:13:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49P5Mp5SNtz4dwt; Sat, 16 May 2020 00:13:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B695A5060; Sat, 16 May 2020 00:13:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04G0DAPT012972; Sat, 16 May 2020 00:13:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04G0D9IZ012968; Sat, 16 May 2020 00:13:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005160013.04G0D9IZ012968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 16 May 2020 00:13:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535339 - in head/biology: . py-ete3 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/biology: . py-ete3 X-SVN-Commit-Revision: 535339 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 00:13:10 -0000 Author: yuri Date: Sat May 16 00:13:09 2020 New Revision: 535339 URL: https://svnweb.freebsd.org/changeset/ports/535339 Log: New port: biology/py-ete3: Framework for the analysis and visualization of trees Added: head/biology/py-ete3/ head/biology/py-ete3/Makefile (contents, props changed) head/biology/py-ete3/distinfo (contents, props changed) head/biology/py-ete3/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri May 15 22:28:02 2020 (r535338) +++ head/biology/Makefile Sat May 16 00:13:09 2020 (r535339) @@ -125,6 +125,7 @@ SUBDIR += py-bx-python SUBDIR += py-cutadapt SUBDIR += py-dnaio + SUBDIR += py-ete3 SUBDIR += py-fastTSNE SUBDIR += py-gffutils SUBDIR += py-gtfparse Added: head/biology/py-ete3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-ete3/Makefile Sat May 16 00:13:09 2020 (r535339) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= ete3 +DISTVERSION= 3.1.1 +CATEGORIES= biology python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Framework for the analysis and visualization of trees + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +PY_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_DEPENDS} +RUN_DEPENDS= ${PY_DEPENDS} + +USES= python pyqt:5 shebangfix +SHEBANG_GLOB= *.py +USE_PYTHON= distutils concurrent autoplist +USE_PYQT= core gui opengl printsupport svg widgets + +NO_ARCH= yes + +.include Added: head/biology/py-ete3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-ete3/distinfo Sat May 16 00:13:09 2020 (r535339) @@ -0,0 +1,3 @@ +TIMESTAMP = 1589570291 +SHA256 (ete3-3.1.1.tar.gz) = 870a3d4b496a36fbda4b13c7c6b9dfa7638384539ae93551ec7acb377fb9c385 +SIZE (ete3-3.1.1.tar.gz) = 10504887 Added: head/biology/py-ete3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-ete3/pkg-descr Sat May 16 00:13:09 2020 (r535339) @@ -0,0 +1,11 @@ +ETE is a Python programming toolkit that assists in the automated manipulation, +analysis and visualization of phylogenetic trees. It provides a wide range of +tree handling options, node annotation features and specialized features to deal +with phylogenetic trees (i.e automatic orthology and paralogy detection, +phylostratigraphy, tree reconciliation, etc). ETE implements also an interactive +tree visualization system based on a a highly customizable tree drawing engine +(PDF and SVG tree images). Although ETE is developed as a tool for phylogenetic +analysis, it is also used to handle other types of hierarchical trees +(i.e. clustering results). + +WWW: http://etetoolkit.org/