diff options
Diffstat (limited to 'dev-python/vpython')
| -rw-r--r-- | dev-python/vpython/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/vpython/metadata.xml | 24 | ||||
| -rw-r--r-- | dev-python/vpython/vpython-7.6.5-r1.ebuild | 29 |
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest new file mode 100644 index 000000000000..7848c8d1bad9 --- /dev/null +++ b/dev-python/vpython/Manifest @@ -0,0 +1 @@ +DIST vpython-7.6.5.tar.gz 4533807 BLAKE2B c9eb7c243aba1e9147f7ec6529ba217ffa4acd2956c84bdb1da11e361653ced4f937545343d2daac01cd1063124f9e4ca55d9abff66c42c64d3f512e0f5e83ac SHA512 75836d113eaaf38f576ed148e33c955751da30198a40e4afeee3405209a94d70ca80166609782f079158ce430125394986750248206805bc28841820c0d868d6 diff --git a/dev-python/vpython/metadata.xml b/dev-python/vpython/metadata.xml new file mode 100644 index 000000000000..c78a9b1c207d --- /dev/null +++ b/dev-python/vpython/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>grozin@gentoo.org</email> + <name>Andrey Grozin</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + </maintainer> + <longdescription> + 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. + </longdescription> + <upstream> + <remote-id type="pypi">vpython</remote-id> + <remote-id type="github">vpython/vpython-jupyter</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/vpython/vpython-7.6.5-r1.ebuild b/dev-python/vpython/vpython-7.6.5-r1.ebuild new file mode 100644 index 000000000000..5667bac2a7d3 --- /dev/null +++ b/dev-python/vpython/vpython-7.6.5-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="VPython for Jupyter notebook" +HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/autobahn-18.8.2[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] + dev-python/jupyter[${PYTHON_USEDEP}] + dev-python/jupyter-server-proxy[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
