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 67147139694 for ; Fri, 31 Mar 2017 21:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D51021C17C; Fri, 31 Mar 2017 21:05:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7F32821C17C for ; Fri, 31 Mar 2017 21:05:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 691203415B7 for ; Fri, 31 Mar 2017 21:05:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC0E973E8 for ; Fri, 31 Mar 2017 21:05:08 +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: <1490994160.86524f7c2e5c34bb010578a76ac7a01f679e2107.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyBigWig/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pyBigWig/metadata.xml dev-python/pyBigWig/pyBigWig-0.3.4.ebuild X-VCS-Directories: dev-python/pyBigWig/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 86524f7c2e5c34bb010578a76ac7a01f679e2107 X-VCS-Branch: master Date: Fri, 31 Mar 2017 21:05:08 +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: 0ab76e4f-53a7-49d2-a8d6-cae29e39dca4 X-Archives-Hash: 78d17306aa5184d2405a51f79490d241 commit: 86524f7c2e5c34bb010578a76ac7a01f679e2107 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Mar 31 21:02:40 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Mar 31 21:02:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=86524f7c dev-python/pyBigWig: add python wrapper Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-python/pyBigWig/metadata.xml | 12 ++++++++++++ dev-python/pyBigWig/pyBigWig-0.3.4.ebuild | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/pyBigWig/metadata.xml b/dev-python/pyBigWig/metadata.xml new file mode 100644 index 000000000..f68a1b6fa --- /dev/null +++ b/dev-python/pyBigWig/metadata.xml @@ -0,0 +1,12 @@ + + + + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + + + sci-biology@gentoo.org + Gentoo Biology Project + + diff --git a/dev-python/pyBigWig/pyBigWig-0.3.4.ebuild b/dev-python/pyBigWig/pyBigWig-0.3.4.ebuild new file mode 100644 index 000000000..77593cd2f --- /dev/null +++ b/dev-python/pyBigWig/pyBigWig-0.3.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Python extension written in C for quick access to and creation of bigWig files" +HOMEPAGE="https://github.com/dpryan79/pyBigWig" +SRC_URI="https://github.com/dpryan79/pyBigWig/archive/0.3.4.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sci-biology/libBigWig" +RDEPEND="${DEPEND}"