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 C28C51382C5 for ; Fri, 5 Mar 2021 09:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D9AAE0928; Fri, 5 Mar 2021 09:09:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E8CBBE0928 for ; Fri, 5 Mar 2021 09:09:12 +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 187FD340E71 for ; Fri, 5 Mar 2021 09:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4931567 for ; Fri, 5 Mar 2021 09:09:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1614935341.26fd09a573f00f1885fb389d8d07d2deed81b3c1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbval/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbval/Manifest dev-python/nbval/nbval-0.9.1-r1.ebuild X-VCS-Directories: dev-python/nbval/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 26fd09a573f00f1885fb389d8d07d2deed81b3c1 X-VCS-Branch: master Date: Fri, 5 Mar 2021 09:09: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0e144f9-6695-423a-aa33-af34124ac967 X-Archives-Hash: a23696b0faae25ae7103b8deb1833147 commit: 26fd09a573f00f1885fb389d8d07d2deed81b3c1 Author: Jakov Smolic sartura hr> AuthorDate: Thu Mar 4 10:51:56 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 5 09:09:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fd09a5 dev-python/nbval: Remove old Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/nbval/Manifest | 1 - dev-python/nbval/nbval-0.9.1-r1.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/nbval/Manifest b/dev-python/nbval/Manifest index d05642d0a64..b8719d1548a 100644 --- a/dev-python/nbval/Manifest +++ b/dev-python/nbval/Manifest @@ -1,2 +1 @@ -DIST nbval-0.9.1.tar.gz 64476 BLAKE2B 299f6cb9a1e28b80b2e27a74f2b6614e83e5b571b1dc27d0f6829693dd0f6c2b59845543c91487615a8621e21ac2cbc2d34e60e62b7a646914283e23649d8bd9 SHA512 8ab0cb4e09907d99f898b148b635f0818660d04417c1c809beb93680862a5ecab14b606ecc3f90eff85e5f01de7dbf10954f1edf3629a1cf8ddac00556d4d6e7 DIST nbval-0.9.6.tar.gz 60932 BLAKE2B 77f283279e16e03ec87f250b2012aabd8f580e24b222efcb0b21d9b0dadc381cea3c4a3f96a85df0104da86911de66e6c21bfd3985801fa9c3d8764b2fb26183 SHA512 d4261fc30e197e7350c07504649f0230751b5ed746fe4626b92c5920032dc15abe47ad421c93f4762e93a8b6afcbca440ca006bfd1cdbcba37d131c4e6decaa7 diff --git a/dev-python/nbval/nbval-0.9.1-r1.ebuild b/dev-python/nbval/nbval-0.9.1-r1.ebuild deleted file mode 100644 index 24226b042d4..00000000000 --- a/dev-python/nbval/nbval-0.9.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="A py.test plugin to validate Jupyter notebooks" -HOMEPAGE="https://github.com/computationalmodelling/nbval" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/jupyter_client[${PYTHON_USEDEP}] - dev-python/nbformat[${PYTHON_USEDEP}] - dev-python/ipykernel[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - test? ( - dev-python/sympy[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - )"