From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C1FC2138C48 for ; Mon, 13 Apr 2015 06:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C94EE0A4F; Mon, 13 Apr 2015 06:25:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0805AE0A4F for ; Mon, 13 Apr 2015 06:25:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 505AC340A97 for ; Mon, 13 Apr 2015 06:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D82F815D07 for ; Mon, 13 Apr 2015 06:25:19 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1428854862.9fad98b6c4ccb13e73afb6d5b6e55854698a252d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pybedtools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pybedtools/ChangeLog sci-biology/pybedtools/metadata.xml sci-biology/pybedtools/pybedtools-0.6.9.ebuild X-VCS-Directories: sci-biology/pybedtools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9fad98b6c4ccb13e73afb6d5b6e55854698a252d X-VCS-Branch: master Date: Mon, 13 Apr 2015 06:25:19 +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: 45720085-48b6-4b06-9dc8-36602f4dceb5 X-Archives-Hash: e6ee5765e61a5f43c5db5da7c860a4da commit: 9fad98b6c4ccb13e73afb6d5b6e55854698a252d Author: layman localhost> AuthorDate: Sun Apr 12 16:07:42 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Apr 12 16:07:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9fad98b6 sci-biology/pybedtools: add pybedtools Package-Manager: portage-2.2.14-prefix sci-biology/pybedtools/ChangeLog | 9 +++++++++ sci-biology/pybedtools/metadata.xml | 9 +++++++++ sci-biology/pybedtools/pybedtools-0.6.9.ebuild | 21 +++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/sci-biology/pybedtools/ChangeLog b/sci-biology/pybedtools/ChangeLog new file mode 100644 index 0000000..8441cd2 --- /dev/null +++ b/sci-biology/pybedtools/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-biology/pybedtools +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pybedtools-0.6.9 (12 Apr 2015) + + 12 Apr 2015; Michael Schubert +metadata.xml, + +pybedtools-0.6.9.ebuild: + sci-biology/pybedtools: add pybedtools diff --git a/sci-biology/pybedtools/metadata.xml b/sci-biology/pybedtools/metadata.xml new file mode 100644 index 0000000..b7551a6 --- /dev/null +++ b/sci-biology/pybedtools/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-biology + + mschu.dev@gmail.com + Michael Schubert + + diff --git a/sci-biology/pybedtools/pybedtools-0.6.9.ebuild b/sci-biology/pybedtools/pybedtools-0.6.9.ebuild new file mode 100644 index 0000000..99657ad --- /dev/null +++ b/sci-biology/pybedtools/pybedtools-0.6.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Wrapper for Aaron Quinlan's BEDtools, plus other useful methods for working" +HOMEPAGE="http://pythonhosted.org/pybedtools/" +SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="sci-biology/bedtools + dev-python/cython[${PYTHON_USEDEP}]" +RDEPEND="sci-biology/bedtools"