diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-14 06:06:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-14 06:06:43 +0100 |
commit | d02fb65d87d8af5367b11f8a736d7c8b370359e4 (patch) | |
tree | 284f14d26a119cd5ef8f3f3356e4fc4fd1693a07 /dev-python/vpython | |
parent | dev-python/versioningit: Remove old (diff) | |
download | gentoo-d02fb65d87d8af5367b11f8a736d7c8b370359e4.tar.gz gentoo-d02fb65d87d8af5367b11f8a736d7c8b370359e4.tar.bz2 gentoo-d02fb65d87d8af5367b11f8a736d7c8b370359e4.zip |
dev-python/vpython: Remove old
Signed-off-by: Michał Górny <mgorny@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.3.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest index 899559fb3341..cd978844f63f 100644 --- a/dev-python/vpython/Manifest +++ b/dev-python/vpython/Manifest @@ -1,2 +1 @@ -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.3.ebuild b/dev-python/vpython/vpython-7.6.3.ebuild deleted file mode 100644 index 2c0cd2303be8..000000000000 --- a/dev-python/vpython/vpython-7.6.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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="https://github.com/${PN}/${PN}-jupyter/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-jupyter-${PV}" - -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 |