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 6DAA4138334 for ; Sun, 23 Sep 2018 12:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40E60E0863; Sun, 23 Sep 2018 12:59:00 +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 188F3E0863 for ; Sun, 23 Sep 2018 12:59:00 +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 7CD9C335CA6 for ; Sun, 23 Sep 2018 12:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8CA23AB for ; Sun, 23 Sep 2018 12:58:56 +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: <1537707507.86e67b188a053a8edb6a9359ab6bfac0e1877095.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.4.6.ebuild X-VCS-Directories: dev-python/vpython/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 86e67b188a053a8edb6a9359ab6bfac0e1877095 X-VCS-Branch: master Date: Sun, 23 Sep 2018 12:58:56 +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-Archives-Salt: 2bec3680-94c4-4660-983b-e29c37d795e7 X-Archives-Hash: 585da9d4a48cb9024731a92377d6c6f5 commit: 86e67b188a053a8edb6a9359ab6bfac0e1877095 Author: Andrey Grozin gentoo org> AuthorDate: Sun Sep 23 12:58:27 2018 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sun Sep 23 12:58:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e67b18 dev-python/vpython: bump to 7.4.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-python/vpython/Manifest | 1 + dev-python/vpython/vpython-7.4.6.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest index 4730597f28b..34c317375f5 100644 --- a/dev-python/vpython/Manifest +++ b/dev-python/vpython/Manifest @@ -1 +1,2 @@ DIST vpython-7.4.2.tar.gz 3960161 BLAKE2B e5a0d441f350af1b3390bea943fe5a5a9083234c415b93bf10bbc8109eb280050b447c95e93c18549f5c74a8c3ae43dfe6817cdc4055e4a8a7ad7f66b54c5342 SHA512 dd4db13743f733ac0bfcaac5520da193df9c0f7fc6198f1d55723e45a6e39f642f09f66a3f217669e70027a30c2f8426c0a80bee0d4cbc33b77ac5c927c7e3d0 +DIST vpython-7.4.6.tar.gz 3542460 BLAKE2B 358bd33f386b27ade92088af07fd5a73c1fccd5dbe729fe989f802b1db0eff38014bc38baf383324bb6299f53c68df8cfe9070a6d805303e0b50d4088af133ee SHA512 68591fc3bf71ae1b87e86a61574c46bb64a041ab29309ced64ef69c6d110e0fcd4f3d3adaab2ae76b21df9f66314095c4b3d79e6ebf1d60fa7725f85ae7a7b06 diff --git a/dev-python/vpython/vpython-7.4.6.ebuild b/dev-python/vpython/vpython-7.4.6.ebuild new file mode 100644 index 00000000000..242bea8fdc7 --- /dev/null +++ b/dev-python/vpython/vpython-7.4.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_5,3_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"