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 00A69138CA4 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 BB537E0A5A; 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 3CFA3E0A53 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 3EC81340A42 for ; Mon, 13 Apr 2015 06:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6DA815D06 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: <1428854799.e1b5c57763609c4498f50be71829d7e3c0f58b8c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bx-python/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bx-python/ChangeLog sci-biology/bx-python/bx-python-0.7.2.ebuild sci-biology/bx-python/bx-python-9999.ebuild sci-biology/bx-python/metadata.xml X-VCS-Directories: sci-biology/bx-python/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e1b5c57763609c4498f50be71829d7e3c0f58b8c 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: 0763426d-8b29-4591-9308-cef8183bbdc5 X-Archives-Hash: ea4446c74a061b3af3b09b9823470f51 commit: e1b5c57763609c4498f50be71829d7e3c0f58b8c Author: layman localhost> AuthorDate: Sun Apr 12 16:06:39 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Apr 12 16:06:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1b5c577 sci-biology/bx-python: add bx-python Package-Manager: portage-2.2.14-prefix sci-biology/bx-python/ChangeLog | 10 ++++++++++ sci-biology/bx-python/bx-python-0.7.2.ebuild | 21 +++++++++++++++++++++ sci-biology/bx-python/bx-python-9999.ebuild | 21 +++++++++++++++++++++ sci-biology/bx-python/metadata.xml | 9 +++++++++ 4 files changed, 61 insertions(+) diff --git a/sci-biology/bx-python/ChangeLog b/sci-biology/bx-python/ChangeLog new file mode 100644 index 0000000..f2d5809 --- /dev/null +++ b/sci-biology/bx-python/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/bx-python +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*bx-python-0.7.2 (12 Apr 2015) +*bx-python-9999 (12 Apr 2015) + + 12 Apr 2015; Michael Schubert +bx-python-0.7.2.ebuild, + +bx-python-9999.ebuild, +metadata.xml: + sci-biology/bx-python: add bx-python diff --git a/sci-biology/bx-python/bx-python-0.7.2.ebuild b/sci-biology/bx-python/bx-python-0.7.2.ebuild new file mode 100644 index 0000000..102c4d3 --- /dev/null +++ b/sci-biology/bx-python/bx-python-0.7.2.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="Library for rapid implementation of genome scale analyses. " +HOMEPAGE="https://bitbucket.org/james_taylor/bx-python/wiki/Home" +SRC_URI="mirror://pypi/b/bx-python/bx-python-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="dev-python/cython[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}]" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" diff --git a/sci-biology/bx-python/bx-python-9999.ebuild b/sci-biology/bx-python/bx-python-9999.ebuild new file mode 100644 index 0000000..8bd0553 --- /dev/null +++ b/sci-biology/bx-python/bx-python-9999.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 mercurial + +DESCRIPTION="Library for rapid implementation of genome scale analyses. " +HOMEPAGE="https://bitbucket.org/james_taylor/bx-python/wiki/Home" +EHG_REPO_URI="https://bitbucket.org/james_taylor/bx-python" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="dev-python/cython[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}]" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" diff --git a/sci-biology/bx-python/metadata.xml b/sci-biology/bx-python/metadata.xml new file mode 100644 index 0000000..b7551a6 --- /dev/null +++ b/sci-biology/bx-python/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-biology + + mschu.dev@gmail.com + Michael Schubert + +