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 69C7A139695 for ; Fri, 31 Mar 2017 21:20:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27A8E21C054; Fri, 31 Mar 2017 21:20:51 +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 07D0A21C054 for ; Fri, 31 Mar 2017 21:20:50 +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 9A03134112A for ; Fri, 31 Mar 2017 21:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C7A370B7 for ; Fri, 31 Mar 2017 21:20:48 +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: <1490994962.bca228c807c508d190c521f11906457d5b98be28.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyBigWig/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pyBigWig/pyBigWig-9999.ebuild X-VCS-Directories: dev-python/pyBigWig/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: bca228c807c508d190c521f11906457d5b98be28 X-VCS-Branch: master Date: Fri, 31 Mar 2017 21:20:48 +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: 03508eb7-3a5a-4483-9f06-881034b12b16 X-Archives-Hash: b2e2ecc22cbe330f64de4f5c80e8e1c8 commit: bca228c807c508d190c521f11906457d5b98be28 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Mar 31 21:16:02 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Mar 31 21:16:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bca228c8 dev-python/pyBigWig: add live ebuild Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-python/pyBigWig/pyBigWig-9999.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-python/pyBigWig/pyBigWig-9999.ebuild b/dev-python/pyBigWig/pyBigWig-9999.ebuild new file mode 100644 index 000000000..0e2cd40c8 --- /dev/null +++ b/dev-python/pyBigWig/pyBigWig-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit git-r3 + +DESCRIPTION="Python extension written in C for quick access to and creation of bigWig files" +HOMEPAGE="https://github.com/dpryan79/pyBigWig" +EGIT_REPO_URI="https://github.com/dpryan79/pyBigWig.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="sci-biology/libBigWig" +RDEPEND="${DEPEND}"