From owner-svn-ports-all@freebsd.org Fri Oct 19 02:06:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88223F7D93E; Fri, 19 Oct 2018 02:06:55 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3509F89059; Fri, 19 Oct 2018 02:06:55 +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 2A584554; Fri, 19 Oct 2018 02:06:55 +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 w9J26s3W078056; Fri, 19 Oct 2018 02:06:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9J26swg078053; Fri, 19 Oct 2018 02:06:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810190206.w9J26swg078053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 19 Oct 2018 02:06:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482400 - in head/biology: . py-gffutils X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/biology: . py-gffutils X-SVN-Commit-Revision: 482400 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.29 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: Fri, 19 Oct 2018 02:06:55 -0000 Author: yuri Date: Fri Oct 19 02:06:53 2018 New Revision: 482400 URL: https://svnweb.freebsd.org/changeset/ports/482400 Log: New port: biology/py-gffutils: Work with GFF and GTF files in a flexible database framework Added: head/biology/py-gffutils/ head/biology/py-gffutils/Makefile (contents, props changed) head/biology/py-gffutils/distinfo (contents, props changed) head/biology/py-gffutils/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Oct 19 02:05:37 2018 (r482399) +++ head/biology/Makefile Fri Oct 19 02:06:53 2018 (r482400) @@ -104,6 +104,7 @@ SUBDIR += py-biopython SUBDIR += py-bx-python SUBDIR += py-cutadapt + SUBDIR += py-gffutils SUBDIR += py-gtfparse SUBDIR += py-loompy SUBDIR += py-macs2 Added: head/biology/py-gffutils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-gffutils/Makefile Fri Oct 19 02:06:53 2018 (r482400) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= gffutils +DISTVERSION= 0.9 +CATEGORIES= biology python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Work with GFF and GTF files in a flexible database framework + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}argh>0:devel/py-argh@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyfaidx>0:biology/py-pyfaidx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes + +.include Added: head/biology/py-gffutils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-gffutils/distinfo Fri Oct 19 02:06:53 2018 (r482400) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539913631 +SHA256 (gffutils-0.9.tar.gz) = e1b0bf2b422ec3491be13d77bf7baf71d274abd844e8f8b6c1217a95b236218b +SIZE (gffutils-0.9.tar.gz) = 1537395 Added: head/biology/py-gffutils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-gffutils/pkg-descr Fri Oct 19 02:06:53 2018 (r482400) @@ -0,0 +1,7 @@ +gffutils is a Python package for working with and manipulating the GFF and GTF +format files typically used for genomic annotations. Files are loaded into a +sqlite3 database, allowing much more complex manipulation of hierarchical +features (e.g., genes, transcripts, and exons) than is possible with plain-text +methods alone. + +WWW: https://github.com/daler/gffutils