diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-16 15:44:44 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-16 15:44:44 +0000 |
| commit | 72d7b6801b0d487898486546a1a2e70130d48719 (patch) | |
| tree | 4e12221c176f38785c4251b1566da28c24176072 /dev-python/vpython/vpython-7.6.4-r1.ebuild | |
| parent | 773825583780fbaace252382b844de4022fc74a6 (diff) | |
| download | baldeagleos-repo-72d7b6801b0d487898486546a1a2e70130d48719.tar.gz baldeagleos-repo-72d7b6801b0d487898486546a1a2e70130d48719.tar.xz baldeagleos-repo-72d7b6801b0d487898486546a1a2e70130d48719.zip | |
Adding metadata
Diffstat (limited to 'dev-python/vpython/vpython-7.6.4-r1.ebuild')
| -rw-r--r-- | dev-python/vpython/vpython-7.6.4-r1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/vpython/vpython-7.6.4-r1.ebuild b/dev-python/vpython/vpython-7.6.4-r1.ebuild new file mode 100644 index 000000000000..967d54332d0d --- /dev/null +++ b/dev-python/vpython/vpython-7.6.4-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="VPython for Jupyter notebook" +HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +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}] +" + +RESTRICT="test" + +distutils_enable_tests pytest |
