commit:     85e18146c1f90752119b4186ca18ec9650b4474f
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 11:30:26 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 11:30:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e18146

dev-python/vpython: remove old revision

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 dev-python/vpython/vpython-7.6.4.ebuild | 31 -------------------------------
 1 file changed, 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

Reply via email to