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 3098B1384B4 for ; Sat, 28 Nov 2015 17:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F7FB21C106; Sat, 28 Nov 2015 17:58:16 +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 1718321C103 for ; Sat, 28 Nov 2015 17:58:15 +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 013383408EC for ; Sat, 28 Nov 2015 17:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56171ABE for ; Sat, 28 Nov 2015 17:58:10 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1448732907.b516060d1ce04f85c2ef25e5afca192c7d97b3c5.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipyparallel/ChangeLog dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild dev-python/ipyparallel/ipyparallel-4.1.0.ebuild X-VCS-Directories: dev-python/ipyparallel/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: b516060d1ce04f85c2ef25e5afca192c7d97b3c5 X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:58:10 +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: bdf54bde-930e-4a8f-8fa3-e1d8469ee16d X-Archives-Hash: be8c0212d8a1a601ab583c4a912e7e8f commit: b516060d1ce04f85c2ef25e5afca192c7d97b3c5 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Nov 28 17:48:27 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Sat Nov 28 17:48:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b516060d dev-python/ipyparallel: Moved to tree Package-Manager: portage-2.2.20.1 dev-python/ipyparallel/ChangeLog | 5 ++ dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild | 63 ---------------------- dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild | 59 -------------------- dev-python/ipyparallel/ipyparallel-4.1.0.ebuild | 59 -------------------- 4 files changed, 5 insertions(+), 181 deletions(-) diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog index 6ed91b8..516a293 100644 --- a/dev-python/ipyparallel/ChangeLog +++ b/dev-python/ipyparallel/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 28 Nov 2015; Marius Brehler -Manifest, + -ipyparallel-4.0.0-r1.ebuild, -ipyparallel-4.0.2-r1.ebuild, + -ipyparallel-4.1.0.ebuild: + dev-python/ipyparallel: Moved to tree + *ipyparallel-4.0.2-r1 (27 Sep 2015) 27 Sep 2015; Marius Brehler diff --git a/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild deleted file mode 100644 index c382889..0000000 --- a/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Interactive Parallel Computing with IPython" -HOMEPAGE="http://ipython.org/" - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0" -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[${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/ipyparallel-4.0.2-r1.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild deleted file mode 100644 index be83c50..0000000 --- a/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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[${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/ipyparallel-4.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild deleted file mode 100644 index be83c50..0000000 --- a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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[${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 -}