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 E84A71382C5 for ; Fri, 12 Mar 2021 07:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 473F4E0A04; Fri, 12 Mar 2021 07:28: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 315DEE0A04 for ; Fri, 12 Mar 2021 07:28:13 +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 4F1D0340D4A for ; Fri, 12 Mar 2021 07:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA4BE46C for ; Fri, 12 Mar 2021 07:28:10 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1615534077.895edd817cfbc3de1df197e3726291db29c02e6a.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vpython/vpython-7.6.1-r2.ebuild X-VCS-Directories: dev-python/vpython/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 895edd817cfbc3de1df197e3726291db29c02e6a X-VCS-Branch: master Date: Fri, 12 Mar 2021 07:28: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: 905791f3-7700-44bd-8c4c-6264fd7339fc X-Archives-Hash: f3e459851ab6a107ae206524cc46612e commit: 895edd817cfbc3de1df197e3726291db29c02e6a Author: Andrey Grozin gentoo org> AuthorDate: Fri Mar 12 07:27:57 2021 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Fri Mar 12 07:27:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895edd81 dev-python/vpython: clean 7.6.1-r2 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin gentoo.org> dev-python/vpython/vpython-7.6.1-r2.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-python/vpython/vpython-7.6.1-r2.ebuild b/dev-python/vpython/vpython-7.6.1-r2.ebuild deleted file mode 100644 index 0b80bad621f..00000000000 --- a/dev-python/vpython/vpython-7.6.1-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..8} ) - -inherit distutils-r1 - -DESCRIPTION="VPython for Jupyter notebook" -HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -RDEPEND=" - dev-python/autobahn[${PYTHON_USEDEP}] - dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/jupyter[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/versioneer[${PYTHON_USEDEP}]" -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" -DEPEND=" - ${RDEPEND} - ${BDEPEND}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86"