commit: 895edd817cfbc3de1df197e3726291db29c02e6a
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 07:27:57 2021 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 07:27:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895edd81
dev-python/vpython: clean 7.6.1-r2
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
dev-python/vpython/vpython-7.6.1-r2.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/dev-python/vpython/vpython-7.6.1-r2.ebuild
b/dev-python/vpython/vpython-7.6.1-r2.ebuild
deleted file mode 100644
index 0b80bad621f..00000000000
--- a/dev-python/vpython/vpython-7.6.1-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} )
-
-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"