From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-792511-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id C1FC2138C48
	for <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Mon, 13 Apr 2015 06:25:19 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
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" <jlec@gentoo.org>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 45720085-48b6-4b06-9dc8-36602f4dceb5
X-Archives-Hash: e6ee5765e61a5f43c5db5da7c860a4da

commit:     9fad98b6c4ccb13e73afb6d5b6e55854698a252d
Author:     layman <layman <AT> localhost>
AuthorDate: Sun Apr 12 16:07:42 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <mschu.dev@gmail.com> +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci-biology</herd>
+  <maintainer>
+    <email>mschu.dev@gmail.com</email>
+    <name>Michael Schubert</name>
+  </maintainer>
+</pkgmetadata>

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"