diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-29 13:12:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-29 13:14:17 +0200 |
commit | bc0aeed1d1375ffa43534e8c524481b16f30a620 (patch) | |
tree | 233663ee63f3a9bb7ea99dc8e9245b3326fc7b54 /dev-python/vpython | |
parent | dev-python/voluptuous: Remove redundant versions (diff) | |
download | gentoo-bc0aeed1d1375ffa43534e8c524481b16f30a620.tar.gz gentoo-bc0aeed1d1375ffa43534e8c524481b16f30a620.tar.bz2 gentoo-bc0aeed1d1375ffa43534e8c524481b16f30a620.zip |
dev-python/vpython: Remove redundant versions
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.4.2.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest index 34c317375f5f..2d86b89eeee5 100644 --- a/dev-python/vpython/Manifest +++ b/dev-python/vpython/Manifest @@ -1,2 +1 @@ -DIST vpython-7.4.2.tar.gz 3960161 BLAKE2B e5a0d441f350af1b3390bea943fe5a5a9083234c415b93bf10bbc8109eb280050b447c95e93c18549f5c74a8c3ae43dfe6817cdc4055e4a8a7ad7f66b54c5342 SHA512 dd4db13743f733ac0bfcaac5520da193df9c0f7fc6198f1d55723e45a6e39f642f09f66a3f217669e70027a30c2f8426c0a80bee0d4cbc33b77ac5c927c7e3d0 DIST vpython-7.4.6.tar.gz 3542460 BLAKE2B 358bd33f386b27ade92088af07fd5a73c1fccd5dbe729fe989f802b1db0eff38014bc38baf383324bb6299f53c68df8cfe9070a6d805303e0b50d4088af133ee SHA512 68591fc3bf71ae1b87e86a61574c46bb64a041ab29309ced64ef69c6d110e0fcd4f3d3adaab2ae76b21df9f66314095c4b3d79e6ebf1d60fa7725f85ae7a7b06 diff --git a/dev-python/vpython/vpython-7.4.2.ebuild b/dev-python/vpython/vpython-7.4.2.ebuild deleted file mode 100644 index f04d979bc1b4..000000000000 --- a/dev-python/vpython/vpython-7.4.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="VPython for Jupyter notebook" -HOMEPAGE="http://www.vpython.org/ https://pypi.org/project/vpython/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -DEPEND="dev-python/cython[${PYTHON_USEDEP}] - dev-python/versioneer[${PYTHON_USEDEP}] - dev-python/jupyter[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/autobahn[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" |