diff options
author | Andrey Grozin <grozin@gentoo.org> | 2021-03-12 14:25:16 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2021-03-12 14:25:16 +0700 |
commit | d45ebce94409c288b272670264722ab3ab31b2d6 (patch) | |
tree | b519ec70f43f0849e943ff02348416a9a179b565 /dev-python/vpython | |
parent | sci-libs/levmar: drop old (diff) | |
download | gentoo-d45ebce94409c288b272670264722ab3ab31b2d6.tar.gz gentoo-d45ebce94409c288b272670264722ab3ab31b2d6.tar.bz2 gentoo-d45ebce94409c288b272670264722ab3ab31b2d6.zip |
dev-python/vpython: python3_9 added
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python/vpython')
-rw-r--r-- | dev-python/vpython/vpython-7.6.1-r3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/vpython/vpython-7.6.1-r3.ebuild b/dev-python/vpython/vpython-7.6.1-r3.ebuild new file mode 100644 index 000000000000..1d56387d3f84 --- /dev/null +++ b/dev-python/vpython/vpython-7.6.1-r3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="VPython for Jupyter notebook" +HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +RDEPEND=" + dev-python/autobahn[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] + dev-python/jupyter[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/versioneer[${PYTHON_USEDEP}]" +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" +DEPEND=" + ${RDEPEND} + ${BDEPEND}" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" |