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 724CC138C48 for ; Mon, 13 Apr 2015 06:25:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B144DE0A53; Mon, 13 Apr 2015 06:25:25 +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 28AFEE0A4F for ; Mon, 13 Apr 2015 06:25:25 +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 E0E47340A31 for ; Mon, 13 Apr 2015 06:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A33AF15D04 for ; Mon, 13 Apr 2015 06:25:18 +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: <1428854534.31adb1fc1c4e09d54aafbe836ef356112c17c16c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pyfaidx/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pyfaidx/ChangeLog sci-biology/pyfaidx/metadata.xml sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild X-VCS-Directories: sci-biology/pyfaidx/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 31adb1fc1c4e09d54aafbe836ef356112c17c16c X-VCS-Branch: master Date: Mon, 13 Apr 2015 06:25:18 +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: b521c1d1-029c-44ce-ba5f-256ae7834b84 X-Archives-Hash: d590e1fc4b4273659d4c81d81b2332bc commit: 31adb1fc1c4e09d54aafbe836ef356112c17c16c Author: layman localhost> AuthorDate: Sun Apr 12 16:02:14 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Apr 12 16:02:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=31adb1fc sci-biology/pyfaidx: add pyfaidx Package-Manager: portage-2.2.14-prefix sci-biology/pyfaidx/ChangeLog | 9 +++++++++ sci-biology/pyfaidx/metadata.xml | 9 +++++++++ sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild | 17 +++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/sci-biology/pyfaidx/ChangeLog b/sci-biology/pyfaidx/ChangeLog new file mode 100644 index 0000000..7a0357f --- /dev/null +++ b/sci-biology/pyfaidx/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-biology/pyfaidx +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pyfaidx-0.3.8 (12 Apr 2015) + + 12 Apr 2015; Michael Schubert +metadata.xml, + +pyfaidx-0.3.8.ebuild: + sci-biology/pyfaidx: add pyfaidx diff --git a/sci-biology/pyfaidx/metadata.xml b/sci-biology/pyfaidx/metadata.xml new file mode 100644 index 0000000..b7551a6 --- /dev/null +++ b/sci-biology/pyfaidx/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-biology + + mschu.dev@gmail.com + Michael Schubert + + diff --git a/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild b/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild new file mode 100644 index 0000000..a4fc8b2 --- /dev/null +++ b/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild @@ -0,0 +1,17 @@ +# 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="Efficient pythonic random access to fasta subsequences" +HOMEPAGE="https://pypi.python.org/pypi/pyfaidx" +SRC_URI="mirror://pypi/p/pyfaidx/pyfaidx-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +IUSE=""