commit: c3d799b7f3c2248ab7648d1ffd9cec8011f5dedc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 13:36:36 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 16 15:56:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d799b7
dev-python/jupyter_client: Drop old
Package-Manager: Portage-2.3.36, Repoman-2.3.9
dev-python/jupyter_client/Manifest | 1 -
.../jupyter_client/jupyter_client-4.4.0.ebuild | 36 ----------------------
2 files changed, 37 deletions(-)
diff --git a/dev-python/jupyter_client/Manifest
b/dev-python/jupyter_client/Manifest
index 1fcde6bcc9d..c06c1bce5c1 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1 @@
-DIST jupyter_client-4.4.0.tar.gz 256379 BLAKE2B
5c92d883bb1a0aac71172ea8e8e0bd228976216f5f0afdf479b065cd298800ce08eef8128cbfd5cd31fbe29cf4e87b223e3677cc79898c9749f657e410921ba5
SHA512
a5b35812e5a5f2435888c07fcdeb4dc3fb8abfd13143579cb519cf349da12e7e94ed53d7655bf5a51191f9cfc8175ecac606ace23b90a5dc91b72878b0e87e80
DIST jupyter_client-5.1.0.tar.gz 265233 BLAKE2B
1f4533e1c6578e61b1a7591889805d5e324a3cd368cb3998131f2047056c87984ae26d83c9de0277aa6f19b61db4c4d9b39083b795e0891ef7d5394949b5fa44
SHA512
eca7adab1f8aae05743c341a257d4ca4338b0838cc3441939dda48229cdfa13b267bdc338b951bc4e6e139d03d26b40a1294140218f84ab800d211f7e0d8bfc7
diff --git a/dev-python/jupyter_client/jupyter_client-4.4.0.ebuild
b/dev-python/jupyter_client/jupyter_client-4.4.0.ebuild
deleted file mode 100644
index 306a0f15db2..00000000000
--- a/dev-python/jupyter_client/jupyter_client-4.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-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"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-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 --cover-package jupyter_client jupyter_client
|| die
-}