dev-python/jupyter_client: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 16 May 2018 13:36:36 +0000 (15:36 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 16 May 2018 15:56:56 +0000 (17:56 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

dev-python/jupyter_client/Manifest
dev-python/jupyter_client/jupyter_client-4.4.0.ebuild [deleted file]

index 1fcde6bcc9d49a791f2134a00375913f3a8a8858..c06c1bce5c12aa51d93f2193fe53da90bb453063 100644 (file)
@@ -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 (file)
index 306a0f1..0000000
+++ /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
-}