From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDE0C138359 for ; Mon, 17 Aug 2020 20:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D18CDE088B; Mon, 17 Aug 2020 20:36:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B802AE088B for ; Mon, 17 Aug 2020 20:36:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 182C134F4AD for ; Mon, 17 Aug 2020 20:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8028522B for ; Mon, 17 Aug 2020 20:36:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1597696575.6af7aa4dc6cb8d2e6da6bc1b48fbea1b96aadf5b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_core/Manifest dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild X-VCS-Directories: dev-python/jupyter_core/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6af7aa4dc6cb8d2e6da6bc1b48fbea1b96aadf5b X-VCS-Branch: master Date: Mon, 17 Aug 2020 20:36:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72371f94-400f-48b9-bdc3-4659617be9f2 X-Archives-Hash: 05b9bd3a7320378a29254dd9c154f472 commit: 6af7aa4dc6cb8d2e6da6bc1b48fbea1b96aadf5b Author: David Seifert gentoo org> AuthorDate: Mon Aug 17 20:36:15 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Aug 17 20:36:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af7aa4d dev-python/jupyter_core: Remove old 4.6.1-r1 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: David Seifert gentoo.org> dev-python/jupyter_core/Manifest | 1 - .../jupyter_core/jupyter_core-4.6.1-r1.ebuild | 49 ---------------------- 2 files changed, 50 deletions(-) diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest index 5032c8f9ad8..ca7f2d8eb8a 100644 --- a/dev-python/jupyter_core/Manifest +++ b/dev-python/jupyter_core/Manifest @@ -1,2 +1 @@ -DIST jupyter_core-4.6.1.tar.gz 66693 BLAKE2B f4338a015ac4b3e0a7cd2497a660bfca0deb96ffa2371fa9c72656f8a68b6f80fe5d494be79c8fdccbcb51f3d9122fd7d4b3e36864d38e7da1c5029c6b1aa24d SHA512 baf0c5db4f78a3cee83940ace80b48ba308c47eeafcf584120b8ba82768c15448fb789ec5b9ac8d541cbd1bfdd47a988f79130675c5943a67d3135d428b43cbe DIST jupyter_core-4.6.3.tar.gz 67305 BLAKE2B 7c6a32bd8ce773b7bc4156eabf75597112716632179736b19be4b0e73eba7c5c67a0c9d2d141b952d72b68aff826227b0004a3bc9f3b286b68eb1375f2316bdb SHA512 3c7370c24a4cf53c9747e9e411852d207c0c7035809dab7cb018ccb53e19208df25ad4f728531e47f3a42c4d9694c3e1ed7b03133de23bcbdeb346c319f5f51f diff --git a/dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild b/dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild deleted file mode 100644 index 6f686d28788..00000000000 --- a/dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Core common functionality of Jupyter projects" -HOMEPAGE="https://jupyter.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="doc test" - -RDEPEND="dev-python/traitlets[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinxcontrib-github-alt[${PYTHON_USEDEP}] ) - test? ( >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -python_prepare_all() { - # Prevent un-needed download during build - if use doc; then - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die - fi - - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - emake -C docs html - HTML_DOCS=( docs/_build/html/. ) - fi -} - -python_test() { - distutils_install_for_testing - cd "${TEST_DIR}"/lib || die - py.test jupyter_core || die -}