summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2023-02-16 18:30:26 +0700
committerAndrey Grozin <grozin@gentoo.org>2023-02-16 18:30:26 +0700
commit85e18146c1f90752119b4186ca18ec9650b4474f (patch)
treee7100aecd721d5eb8f412649f017542f9f965fb2
parentdev-python/vpython: add python3_11 (diff)
downloadgentoo-85e18146c1f90752119b4186ca18ec9650b4474f.tar.gz
gentoo-85e18146c1f90752119b4186ca18ec9650b4474f.tar.bz2
gentoo-85e18146c1f90752119b4186ca18ec9650b4474f.zip
dev-python/vpython: remove old revision
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
-rw-r--r--dev-python/vpython/vpython-7.6.4.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/vpython/vpython-7.6.4.ebuild b/dev-python/vpython/vpython-7.6.4.ebuild
deleted file mode 100644
index d97374e3ac22..000000000000
--- a/dev-python/vpython/vpython-7.6.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..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