From c5283d322accc6097afec74eab24550829788bab Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Mar 2018 04:19:44 +0000 Subject: gentoo resync : 23.03.2018 --- dev-python/vpython/Manifest | 3 +++ dev-python/vpython/metadata.xml | 16 ++++++++++++++++ dev-python/vpython/vpython-7.4.2.ebuild | 20 ++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 dev-python/vpython/Manifest create mode 100644 dev-python/vpython/metadata.xml create mode 100644 dev-python/vpython/vpython-7.4.2.ebuild (limited to 'dev-python/vpython') diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest new file mode 100644 index 000000000000..87d2ccd0ee0f --- /dev/null +++ b/dev-python/vpython/Manifest @@ -0,0 +1,3 @@ +DIST vpython-7.4.2.tar.gz 3960161 BLAKE2B e5a0d441f350af1b3390bea943fe5a5a9083234c415b93bf10bbc8109eb280050b447c95e93c18549f5c74a8c3ae43dfe6817cdc4055e4a8a7ad7f66b54c5342 SHA512 dd4db13743f733ac0bfcaac5520da193df9c0f7fc6198f1d55723e45a6e39f642f09f66a3f217669e70027a30c2f8426c0a80bee0d4cbc33b77ac5c927c7e3d0 +EBUILD vpython-7.4.2.ebuild 641 BLAKE2B 8aa16aebff0d23bafa33305afdf5be92e80e45617a06a4c6649cfddc883c959ca85801e54b025d7f9fbbead87adeb4c5138dc86bb55812eea26cae642b46a3f2 SHA512 b6788be7d944ca0fcbc15932cfce22a6e045bb269fac5e5db51d1783089478d35beae0e8847a6dc984fc98c49e917dd54d6afd87a33e1f7124996c3ddaacfd4e +MISC metadata.xml 621 BLAKE2B 9b76c9b14bafc55ba1e99bf584a43ebc4414183230809eae1994db3cf10b35e8d7591db002828c9a18e25c73c55183a0a27812d4b6491d282c2229bf17761733 SHA512 fa384102ed51e900a7b27be256688c2fe94cb9e08f5240f116ad3ee4b2581e47b2956efb6446de448554718311e212dde2eecedb5c9ecd01a59dff7e2f14eacc diff --git a/dev-python/vpython/metadata.xml b/dev-python/vpython/metadata.xml new file mode 100644 index 000000000000..824d6a7836bd --- /dev/null +++ b/dev-python/vpython/metadata.xml @@ -0,0 +1,16 @@ + + + + + sci@gentoo.org + + + This package enables one to run VPython in a browser, + using the GlowScript VPython API, + documented in the Help at http://glowscript.org. + If the code is in a cell in a Jupyter notebook, + the 3D scene appears in the Jupyter notebook. + If the code is launched outside a notebook (e.g. from the command line), + a browser window will open displaying the scene. + + diff --git a/dev-python/vpython/vpython-7.4.2.ebuild b/dev-python/vpython/vpython-7.4.2.ebuild new file mode 100644 index 000000000000..f5ba2ba317a7 --- /dev/null +++ b/dev-python/vpython/vpython-7.4.2.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.python.org/pypi/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" -- cgit v1.2.3