commit:     bf942fe594caa32ad598e3669e6b308ef5f53a21
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 18:33:37 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 18:55:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf942fe5

dev-python/superqt: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/superqt/Manifest             |  2 --
 dev-python/superqt/superqt-0.6.2.ebuild | 49 ---------------------------------
 dev-python/superqt/superqt-0.6.3.ebuild | 49 ---------------------------------
 3 files changed, 100 deletions(-)

diff --git a/dev-python/superqt/Manifest b/dev-python/superqt/Manifest
index bbe404ed2a09..e3c34fc11b5b 100644
--- a/dev-python/superqt/Manifest
+++ b/dev-python/superqt/Manifest
@@ -1,3 +1 @@
-DIST superqt-0.6.2.tar.gz 94990 BLAKE2B 
1990dcd048fd18913d2c68eb41dd3a0fb1778e468e6c74608f6171e92c0f2a4bf828fb3f73fbbf47f2404fda9864af8bcac66a0a490c35c596e5b5090be39a3a
 SHA512 
8c794ea8dfb8e5aedb3390ce895d392e76faa714f08c1a43c4d8b82ca6353317d9050e5b79d0696e85247fb8772c5fea20642bd7914b1713cd63a737c64397fb
-DIST superqt-0.6.3.tar.gz 95200 BLAKE2B 
8cd751cd3aefeca192c795ecac4002b8556ea9f6f3a9f7be3b44ff5327dc0dd578cf81aef899453892a5fb43636016abbe808f89e46e3ab8ad88e2094c65f385
 SHA512 
f50a23cd2999f911160c2b4881501110ea3157640d5801d220f84e38f92cdf7c405194ddf26c990057103c75238ceebef77ec42f7da5f438b702dea10db7232b
 DIST superqt-0.6.4.tar.gz 95502 BLAKE2B 
0354fbea1925bac84a72fc1d8e0402ba80fdd38cdec32a0e91c4b360dc8d906d631e5e36ffea8d20baae9d1e620417a08f19c2d4d37778f2e50ca3673e12bca3
 SHA512 
934df6d7c0dd80e045a03b88fb6b254fd7f7e3a09c882bcd46c3635ed7ba434c5704b110dd590a491fc9cead767c2f885245fdae09ef26e1a1e556d66cb2d7a3

diff --git a/dev-python/superqt/superqt-0.6.2.ebuild 
b/dev-python/superqt/superqt-0.6.2.ebuild
deleted file mode 100644
index d28d26f40bb0..000000000000
--- a/dev-python/superqt/superqt-0.6.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi virtualx
-
-DESCRIPTION="Missing widgets and components for PyQt/PySide"
-HOMEPAGE="
-       https://github.com/pyapp-kit/superqt
-       https://pypi.org/project/superqt/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
-       >=dev-python/QtPy-1.1.0[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/pytest-qt[${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_IGNORE=(
-       # pint and pyconify not packaged
-       tests/test_quantity.py
-)
-
-EPYTEST_DESELECT=(
-       # fails in the sandbox, but works outside of it
-       tests/test_eliding_label.py::test_wrapped_eliding_label
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       virtx distutils-r1_python_test
-}

diff --git a/dev-python/superqt/superqt-0.6.3.ebuild 
b/dev-python/superqt/superqt-0.6.3.ebuild
deleted file mode 100644
index d28d26f40bb0..000000000000
--- a/dev-python/superqt/superqt-0.6.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi virtualx
-
-DESCRIPTION="Missing widgets and components for PyQt/PySide"
-HOMEPAGE="
-       https://github.com/pyapp-kit/superqt
-       https://pypi.org/project/superqt/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
-       >=dev-python/QtPy-1.1.0[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/pytest-qt[${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_IGNORE=(
-       # pint and pyconify not packaged
-       tests/test_quantity.py
-)
-
-EPYTEST_DESELECT=(
-       # fails in the sandbox, but works outside of it
-       tests/test_eliding_label.py::test_wrapped_eliding_label
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       virtx distutils-r1_python_test
-}

Reply via email to