From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-849099-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 AEAEC1384B4 for <garchives@archives.gentoo.org>; Sat, 28 Nov 2015 17:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 230E8E08A6; Sat, 28 Nov 2015 17:33: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 3EF34E08AA for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2015 17:33:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C718834087C for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2015 17:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91445ABE for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2015 17:33:18 +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: <1448637688.bfc70843b1ca7935cc7dc43746b5682bf719e74a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipyparallel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipyparallel/Manifest dev-python/ipyparallel/ipyparallel-4.1.0.ebuild dev-python/ipyparallel/metadata.xml X-VCS-Directories: dev-python/ipyparallel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bfc70843b1ca7935cc7dc43746b5682bf719e74a X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:33:18 +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: 91ef3a5d-932e-4cbb-9839-895e420ae70a X-Archives-Hash: edbf18bad4dc41fcc5329b124a31e7df commit: bfc70843b1ca7935cc7dc43746b5682bf719e74a Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Fri Nov 27 15:21:28 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Nov 27 15:21:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc70843 dev-python/ipyparallel: Import from science overlay Package-Manager: portage-2.2.20.1 dev-python/ipyparallel/Manifest | 1 + dev-python/ipyparallel/ipyparallel-4.1.0.ebuild | 59 +++++++++++++++++++++++++ dev-python/ipyparallel/metadata.xml | 13 ++++++ 3 files changed, 73 insertions(+) diff --git a/dev-python/ipyparallel/Manifest b/dev-python/ipyparallel/Manifest new file mode 100644 index 0000000..4f66c23 --- /dev/null +++ b/dev-python/ipyparallel/Manifest @@ -0,0 +1 @@ +DIST ipyparallel-4.1.0.tar.gz 2271608 SHA256 c943f6b3bbabb9332336d15474969e2a7a73d5b583f9786f7b357c75e4b1709a SHA512 19fff1ea57d9fcaec6525ce6e0c72ab63ab1245e32e485174a0691d2b48d8d2512af4055b77df82c7b30a8c071e1b6c5900d37e992f82f1597492e220e83d36f WHIRLPOOL ead35bc2166af0b221e730550689b09b7bf04148abcd754039f1c511acaa182ba50b593372f3e8bc627ae40a6117f9209cac476c1905bdc780f53de10666ffe1 diff --git a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild new file mode 100644 index 0000000..be83c50 --- /dev/null +++ b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Interactive Parallel Computing with IPython" +HOMEPAGE="http://ipython.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +RDEPEND=" + dev-python/ipython_genutils[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] + >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] + !<dev-python/ipython-4.0.0[smp] + >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}] + dev-python/jupyter_client[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND} + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}] + ) + " + +python_prepare_all() { + # Prevent un-needed download during build + if use doc; then + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die + fi + + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + iptest --coverage xml ipyparallel.tests || die +} + +python_install_all() { + use doc && HTML_DOCS=( docs/build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/ipyparallel/metadata.xml b/dev-python/ipyparallel/metadata.xml new file mode 100644 index 0000000..3f46dd1 --- /dev/null +++ b/dev-python/ipyparallel/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <longdescription> + Interactive Parallel Computing with IPython. + ipyparallel is the new home of IPython.parallel. + </longdescription> + <upstream> + <remote-id type="pypi">ipyparallel</remote-id> + <remote-id type="github">ipython/ipyparallel</remote-id> + </upstream> +</pkgmetadata>