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 F3B6A138359 for ; Thu, 13 Aug 2020 12:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C3B3E07B3; Thu, 13 Aug 2020 12:12:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 23B0DE07B3 for ; Thu, 13 Aug 2020 12:12:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A3B4A34F11B for ; Thu, 13 Aug 2020 12:12:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 333C52EE for ; Thu, 13 Aug 2020 12:12:53 +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: <1597320748.4d3c2fd61f78b5b3bd61b03ee18e5de56b90c06f.grozin@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.6.1.ebuild X-VCS-Directories: dev-python/vpython/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 4d3c2fd61f78b5b3bd61b03ee18e5de56b90c06f X-VCS-Branch: master Date: Thu, 13 Aug 2020 12:12:53 +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: a7bb770a-444b-4fb8-a1df-a4f75b7df70f X-Archives-Hash: a1b5014bea0587df60d1c882c876df92 commit: 4d3c2fd61f78b5b3bd61b03ee18e5de56b90c06f Author: Andrey Grozin gentoo org> AuthorDate: Thu Aug 13 12:12:28 2020 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Aug 13 12:12:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3c2fd6 dev-python/vpython: bump to 7.6.1 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrey Grozin gentoo.org> dev-python/vpython/Manifest | 1 + dev-python/vpython/vpython-7.6.1.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest index 2d86b89eeee..90c7b95c3e9 100644 --- a/dev-python/vpython/Manifest +++ b/dev-python/vpython/Manifest @@ -1 +1,2 @@ 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.6.1.ebuild b/dev-python/vpython/vpython-7.6.1.ebuild new file mode 100644 index 00000000000..d2f5ea8d2a9 --- /dev/null +++ b/dev-python/vpython/vpython-7.6.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_7 ) +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"