dev-python/vpython: initial import

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Andrey Grozin
2018-03-21 02:07:06 +07:00
parent 1ed7a1ca5c
commit 9dbd6bfe54
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<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>
</pkgmetadata>