commit: 192dff31d46753c3c93674648f665f10a53d95cf Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 08:09:41 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 08:11:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192dff31
dev-python/spyder-vim: treeclean Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/spyder-vim/Manifest | 1 - dev-python/spyder-vim/metadata.xml | 13 ---------- dev-python/spyder-vim/spyder-vim-0.1.0.ebuild | 37 --------------------------- profiles/package.mask | 1 - 4 files changed, 52 deletions(-) diff --git a/dev-python/spyder-vim/Manifest b/dev-python/spyder-vim/Manifest deleted file mode 100644 index 112da2f8b6c7..000000000000 --- a/dev-python/spyder-vim/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST spyder-vim-0.1.0.gh.tar.gz 867270 BLAKE2B 23f8d880bfbb168f4c6260cd19ac90aeef7413a825e4023d3e2f9fd6296f96f36792f553a98f458cb452d7f6a80f0b1bb7a31a4e4aa25bf3127cf3dafb600a85 SHA512 4671850782113e5c801ccb058bed036fb0675d817714929bcdf247f9819a25378925d20d4216cd9d6eba621be1c56b45631a9796c2b80f0a0b24cdc79c20d715 diff --git a/dev-python/spyder-vim/metadata.xml b/dev-python/spyder-vim/metadata.xml deleted file mode 100644 index 59cde78d5ac5..000000000000 --- a/dev-python/spyder-vim/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Nowa Ammerlaan</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">spyder-ide/spyder-vim</remote-id> - <remote-id type="pypi">spyder-vim</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild b/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild deleted file mode 100644 index 64d219b3d88e..000000000000 --- a/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Plugin for Spyder to enable Vim keybindings" -HOMEPAGE="https://github.com/spyder-ide/spyder-vim" -SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="test" - -RDEPEND=" - >=dev-python/spyder-5.3.3[${PYTHON_USEDEP}] - <dev-python/spyder-6[${PYTHON_USEDEP}] - " - -DEPEND="test? ( - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] -)" - -DOCS=( "README.md" "RELEASE.md" "doc/example.gif" ) - -distutils_enable_tests pytest - -python_test() { - virtx epytest -} diff --git a/profiles/package.mask b/profiles/package.mask index 7303d852c457..72f225bd0450 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -255,7 +255,6 @@ dev-go/gom # plugins that have not been migrated to Spyder-6. # Bugs #926687, #926686. Removal on 2025-02-23 <dev-python/spyder-6 -dev-python/spyder-vim =dev-python/qtpy-2.4.2 # Andreas Sturmlechner <[email protected]> (2025-01-23)
