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 EC9E513835A for ; Mon, 17 Aug 2020 17:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26B8DE0867; Mon, 17 Aug 2020 17:31:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1090BE0867 for ; Mon, 17 Aug 2020 17:31:28 +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 D909F34F475 for ; Mon, 17 Aug 2020 17:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4D731C for ; Mon, 17 Aug 2020 17:31:26 +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: <1597685471.47957a2f2fdd0a2c36fafd775fe28a7637c393c0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vpython/Manifest dev-python/vpython/vpython-7.4.6.ebuild X-VCS-Directories: dev-python/vpython/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 47957a2f2fdd0a2c36fafd775fe28a7637c393c0 X-VCS-Branch: master Date: Mon, 17 Aug 2020 17:31:26 +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: 1d09bbb0-5242-4a9f-8cfc-9ef6f6ee72d4 X-Archives-Hash: bcf592251adabd4744da5b264a4a8ae2 commit: 47957a2f2fdd0a2c36fafd775fe28a7637c393c0 Author: David Seifert gentoo org> AuthorDate: Mon Aug 17 17:31:11 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Aug 17 17:31:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47957a2f dev-python/vpython: Remove old Closes: https://bugs.gentoo.org/718882 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: David Seifert gentoo.org> dev-python/vpython/Manifest | 1 - dev-python/vpython/vpython-7.4.6.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest index 90c7b95c3e9..88c99e2919e 100644 --- a/dev-python/vpython/Manifest +++ b/dev-python/vpython/Manifest @@ -1,2 +1 @@ -DIST vpython-7.4.6.tar.gz 3542460 BLAKE2B 358bd33f386b27ade92088af07fd5a73c1fccd5dbe729fe989f802b1db0eff38014bc38baf383324bb6299f53c68df8cfe9070a6d805303e0b50d4088af133ee SHA512 68591fc3bf71ae1b87e86a61574c46bb64a041ab29309ced64ef69c6d110e0fcd4f3d3adaab2ae76b21df9f66314095c4b3d79e6ebf1d60fa7725f85ae7a7b06 DIST vpython-7.6.1.tar.gz 3552831 BLAKE2B 78281ebbdae2bf09d139569cd344f32aa77aad59ce988a72c57b9984774bc376348c6e69c9119822fe1fbd5dbe6cecf81f17da3977b257c64321e4d4f2deb755 SHA512 8a06bf41865a6bb61c6616c853889b24128f32a9ce1eb8cd9ff861e4995f700ea24e7ffc04fd1edf9cd823a1a592083202abecb1373d5f544facc8646f0cf30b diff --git a/dev-python/vpython/vpython-7.4.6.ebuild b/dev-python/vpython/vpython-7.4.6.ebuild deleted file mode 100644 index f04d979bc1b..00000000000 --- a/dev-python/vpython/vpython-7.4.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="VPython for Jupyter notebook" -HOMEPAGE="http://www.vpython.org/ https://pypi.org/project/vpython/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -DEPEND="dev-python/cython[${PYTHON_USEDEP}] - dev-python/versioneer[${PYTHON_USEDEP}] - dev-python/jupyter[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/autobahn[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86"