diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-03 18:53:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-03 18:53:06 +0000 |
| commit | d874d599ed8dd6b79d1e3437440b30c3d1693de5 (patch) | |
| tree | 60b4439957625af456764753262c5592254bfc19 /dev-python/vpython/vpython-7.6.5-r1.ebuild | |
| parent | 219097d618bb3c2c0aa0fef4aa4d6ecb83467bf4 (diff) | |
| download | baldeagleos-repo-d874d599ed8dd6b79d1e3437440b30c3d1693de5.tar.gz baldeagleos-repo-d874d599ed8dd6b79d1e3437440b30c3d1693de5.tar.xz baldeagleos-repo-d874d599ed8dd6b79d1e3437440b30c3d1693de5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/vpython/vpython-7.6.5-r1.ebuild')
| -rw-r--r-- | dev-python/vpython/vpython-7.6.5-r1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
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..c232ec92ecf5 --- /dev/null +++ b/dev-python/vpython/vpython-7.6.5-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +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 |
