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 A93571384B4 for ; Sat, 28 Nov 2015 17:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCE7F21C10B; Sat, 28 Nov 2015 17:58:17 +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 9356721C10B for ; Sat, 28 Nov 2015 17:58:16 +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 8027D3408E5 for ; Sat, 28 Nov 2015 17:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF817E82 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: <1448733183.46decbf237d4a8a3a650f2242540b763b913820c.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/jupyter_client/ChangeLog dev-python/jupyter_client/jupyter_client-4.0.0.ebuild dev-python/jupyter_client/jupyter_client-4.1.1.ebuild X-VCS-Directories: dev-python/jupyter_client/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 46decbf237d4a8a3a650f2242540b763b913820c 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: cfe0abd9-2993-4a25-be75-47c3c9c77592 X-Archives-Hash: 26441533f3decdba2e3ad5d57a34ba6f commit: 46decbf237d4a8a3a650f2242540b763b913820c Author: Marius Brehler linux sungazer de> AuthorDate: Sat Nov 28 17:53:03 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Sat Nov 28 17:53:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=46decbf2 dev-python/jupyter_client: Moved to tree; Drop old Package-Manager: portage-2.2.20.1 dev-python/jupyter_client/ChangeLog | 4 +++ .../jupyter_client/jupyter_client-4.0.0.ebuild | 36 --------------------- .../jupyter_client/jupyter_client-4.1.1.ebuild | 37 ---------------------- 3 files changed, 4 insertions(+), 73 deletions(-) diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog index 514e85b..af7abec 100644 --- a/dev-python/jupyter_client/ChangeLog +++ b/dev-python/jupyter_client/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 28 Nov 2015; Marius Brehler -Manifest, + -jupyter_client-4.0.0.ebuild, -jupyter_client-4.1.1.ebuild: + dev-python/jupyter_client: Moved to tree; Drop old + *jupyter_client-4.1.1 (11 Oct 2015) 11 Oct 2015; Sean Vig +jupyter_client-4.1.1.ebuild: diff --git a/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild b/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild deleted file mode 100644 index 1ff9549..0000000 --- a/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild +++ /dev/null @@ -1,36 +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="Jupyter protocol implementation and client libraries" -HOMEPAGE="http://jupyter.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" - -LICENSE="BSD" -SLOT="0" -IUSE="test" - -RDEPEND=" - dev-python/traitlets[${PYTHON_USEDEP}] - dev-python/jupyter_core[${PYTHON_USEDEP}] - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) - dev-python/ipykernel[${PYTHON_USEDEP}] - ) - " - -python_test() { - nosetests --with-coverage jupyter_client || die -} diff --git a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild deleted file mode 100644 index 89862c0..0000000 --- a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild +++ /dev/null @@ -1,37 +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="Jupyter protocol implementation and client libraries" -HOMEPAGE="http://jupyter.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" - -LICENSE="BSD" -SLOT="0" -IUSE="test" - -RDEPEND=" - dev-python/traitlets[${PYTHON_USEDEP}] - dev-python/jupyter_core[${PYTHON_USEDEP}] - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) - dev-python/ipykernel[${PYTHON_USEDEP}] - ) - " - -python_test() { - nosetests --with-coverage jupyter_client || die -}