From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D25E3139697 for ; Thu, 20 Apr 2017 17:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FAD6E0DA4; Thu, 20 Apr 2017 17:05:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0682E0DA3 for ; Thu, 20 Apr 2017 17:05:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84BC034162D for ; Thu, 20 Apr 2017 17:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AAB1743A for ; Thu, 20 Apr 2017 17:05:33 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1492707224.5082d6784b4349f55d788f238d5ef89676fb153a.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/bcbio-gff/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/bcbio-gff/bcbio-gff-0.6.4.ebuild dev-python/bcbio-gff/metadata.xml X-VCS-Directories: dev-python/bcbio-gff/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 5082d6784b4349f55d788f238d5ef89676fb153a X-VCS-Branch: master Date: Thu, 20 Apr 2017 17:05:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cca5a8d0-491a-4fd4-a30e-9cdfc50f512b X-Archives-Hash: 9410cda8ca8b888b9de902dfbe015889 commit: 5082d6784b4349f55d788f238d5ef89676fb153a Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Apr 20 16:53:44 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Apr 20 16:53:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5082d678 dev-python/bcbio-gff: new package Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/bcbio-gff/bcbio-gff-0.6.4.ebuild | 19 +++++++++++++++++++ dev-python/bcbio-gff/metadata.xml | 12 ++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/bcbio-gff/bcbio-gff-0.6.4.ebuild b/dev-python/bcbio-gff/bcbio-gff-0.6.4.ebuild new file mode 100644 index 000000000..8cebbe010 --- /dev/null +++ b/dev-python/bcbio-gff/bcbio-gff-0.6.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_5 ) +inherit distutils-r1 + +DESCRIPTION="Read and write Generic Feature Format (GFF) with Biopython" +HOMEPAGE="https://pypi.python.org/pypi/bcbio-gff" +SRC_URI="https://pypi.python.org/packages/94/df/e2d75cc688ac6eb53f5fb4e2cffd240596bbcd5be28bab8d4f6404a6f86c/bcbio-gff-0.6.4.tar.gz" + +LICENSE="HPND" # same as biopython +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-python/bcbio-gff/metadata.xml b/dev-python/bcbio-gff/metadata.xml new file mode 100644 index 000000000..f68a1b6fa --- /dev/null +++ b/dev-python/bcbio-gff/metadata.xml @@ -0,0 +1,12 @@ + + + + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + + + sci-biology@gentoo.org + Gentoo Biology Project + +