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 B56B8138334 for ; Fri, 13 Dec 2019 20:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F5D4E0942; Fri, 13 Dec 2019 20:45:22 +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 D2411E0942 for ; Fri, 13 Dec 2019 20:45:21 +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 50B0834D97F for ; Fri, 13 Dec 2019 20:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3731901 for ; Fri, 13 Dec 2019 20:45:17 +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: <1576269891.1f92ec4584bca3d28f6a9652dc26fc7fe1bceb8a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbdime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbdime/Manifest dev-python/nbdime/nbdime-0.1.2.ebuild X-VCS-Directories: dev-python/nbdime/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1f92ec4584bca3d28f6a9652dc26fc7fe1bceb8a X-VCS-Branch: master Date: Fri, 13 Dec 2019 20:45:17 +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: f4ed4894-6197-41d3-b9ac-561592f74942 X-Archives-Hash: 97149c7beb2ae543428f5e666c32cd71 commit: 1f92ec4584bca3d28f6a9652dc26fc7fe1bceb8a Author: David Seifert gentoo org> AuthorDate: Fri Dec 13 20:44:51 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 13 20:44:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f92ec45 dev-python/nbdime: Remove old Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/nbdime/Manifest | 1 - dev-python/nbdime/nbdime-0.1.2.ebuild | 55 ----------------------------------- 2 files changed, 56 deletions(-) diff --git a/dev-python/nbdime/Manifest b/dev-python/nbdime/Manifest index 30d1e1514f2..4eb4ff20332 100644 --- a/dev-python/nbdime/Manifest +++ b/dev-python/nbdime/Manifest @@ -1,2 +1 @@ -DIST nbdime-0.1.2.tar.gz 3864624 BLAKE2B dbf51b7eb07d08870fe1c629aa294b784fd95c0d547de3a4ea4fcf7da5ad6c490df3b61f3cb353723b3139137a54b534460c2a25a6480f7316b6fd17d742d661 SHA512 9f704645ef1e64b0da260841769068db6f6aba37f30b3c6506a1876af1276acb452ed78f66b9e6d7029f06ed9fabf01a1484b4b86055f27a451d623a7eda90cf DIST nbdime-0.2.0.tar.gz 4139079 BLAKE2B 1e6994009c8ac291272a297fe583f79123906c9e05ca2afd345c6e230e3c476259c4919e2161a049e46fa28f4490122c53d0a2bc94661683652d226a78fb39be SHA512 c156b706e1d6cc7885f987d746e91d7f0c2fa48885339fd79e778643382ab45e2e52565f45cc73b9a305c6f5177339e875f53ae46d73578443880a4c7522976d diff --git a/dev-python/nbdime/nbdime-0.1.2.ebuild b/dev-python/nbdime/nbdime-0.1.2.ebuild deleted file mode 100644 index 0d4e32f604f..00000000000 --- a/dev-python/nbdime/nbdime-0.1.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="Diff and merge of Jupyter Notebooks" -HOMEPAGE="https://jupyter.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="BSD" -SLOT="0" -IUSE="test webtools" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/nbformat[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] - webtools? ( net-libs/nodejs[npm] ) - " -DEPEND="${RDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - ) - " -# The package recommonmark is required to build the docs, not in portage yet. -# Furthermore, backports.shutil_which is required for python2_7. - -python_configure_all() { - if ! use webtools; then - mydistutilsargs=( --skip-npm ) - fi -} - -python_test() { - # user.email and user.name are not configured in the sandbox. - git config --global user.email "you@example.com" || die - git config --global user.name "Your Name" || die - - distutils_install_for_testing - - py.test -l || die -}