diff options
author | 2022-10-26 00:20:09 +0700 | |
---|---|---|
committer | 2022-10-26 00:20:09 +0700 | |
commit | 25e985cdfdf3b4d8112d930f842310ca1db38416 (patch) | |
tree | 553ec0007181e2c575e55e74a19955bb28048365 /dev-python/vpython | |
parent | media-libs/libjxl: unkeyword 0.7.0_pre20220329 for !arm (diff) | |
download | gentoo-25e985cdfdf3b4d8112d930f842310ca1db38416.tar.gz gentoo-25e985cdfdf3b4d8112d930f842310ca1db38416.tar.bz2 gentoo-25e985cdfdf3b4d8112d930f842310ca1db38416.zip |
dev-python/vpython: bump to 7.6.4
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python/vpython')
-rw-r--r-- | dev-python/vpython/Manifest | 1 | ||||
-rw-r--r-- | dev-python/vpython/vpython-7.6.4.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest index 34523dd6e181..899559fb3341 100644 --- a/dev-python/vpython/Manifest +++ b/dev-python/vpython/Manifest @@ -1 +1,2 @@ DIST vpython-7.6.3.tar.gz 4461187 BLAKE2B 4698396fb9f846db59233bb6795748cadf7a0c8c4b1969dfe439965fa29db703806197a6e91b5d91935b8fdcf5c626dac6613a73e06b88c899bdddd0b19ef69e SHA512 0270103eb5c67ecbf7461e1821e3502295976f430d290fbefc5281643802963bf6ccd729eb37b19e50b2403f7cf0dc09f869d4cd30726ccd086bacb6180f868e +DIST vpython-7.6.4.tar.gz 4504204 BLAKE2B 941eff8f9e5ca636001785b21e914194a4a84b910b8e329a45e2c0f0857c46c7658f9d0db128b524a0b760aa04d523617b473e73438d88ffb13e6ffdcc4419fe SHA512 997a6e351e0ae86938e557029a4888a508cdd7ae6aaa25dc578a772a5bbee857edc7c4414d48a9a6a48eff1e0ba435cfd24b98c47a6286cf0bb43e48db2b57c9 diff --git a/dev-python/vpython/vpython-7.6.4.ebuild b/dev-python/vpython/vpython-7.6.4.ebuild new file mode 100644 index 000000000000..f72ecbdce015 --- /dev/null +++ b/dev-python/vpython/vpython-7.6.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +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 |