commit:     0ad1ef56a5312549d0f8a0de72b8ad8628235858
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 02:46:32 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 02:46:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad1ef56

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.4.ebuild | 49 ---------------------------------
 dev-python/superqt/superqt-0.6.6.ebuild | 49 ---------------------------------
 3 files changed, 100 deletions(-)

diff --git a/dev-python/superqt/Manifest b/dev-python/superqt/Manifest
index 4f3c71ce92b5..02f6497bfd90 100644
--- a/dev-python/superqt/Manifest
+++ b/dev-python/superqt/Manifest
@@ -1,3 +1 @@
-DIST superqt-0.6.4.tar.gz 95502 BLAKE2B 
0354fbea1925bac84a72fc1d8e0402ba80fdd38cdec32a0e91c4b360dc8d906d631e5e36ffea8d20baae9d1e620417a08f19c2d4d37778f2e50ca3673e12bca3
 SHA512 
934df6d7c0dd80e045a03b88fb6b254fd7f7e3a09c882bcd46c3635ed7ba434c5704b110dd590a491fc9cead767c2f885245fdae09ef26e1a1e556d66cb2d7a3
-DIST superqt-0.6.6.tar.gz 96181 BLAKE2B 
6f42e5279067d409cb9d54bf0d673d04695ae529be61dcf04e6c280fe6555400725742f075f5fcf197a79aa834d73874955a09f3062ee07ebd6598632bbb1635
 SHA512 
1ed0ca445b6f2ac7ecc7c5c6339249a88eff7f10d67f23bc4052666beba68399b4062f9c2bc9677fd643110513332b7ee65be50d8e77868e3c8d4ff278029b1c
 DIST superqt-0.6.7.tar.gz 96733 BLAKE2B 
3c189989c1bdbd1dd35bcb5a80951c817fefe19b61e4c8d44878fbfc7cc850b272149219b995a1a1b808e11063c8c16e4dafc7eaafa772c4912936a3708971e9
 SHA512 
054df016442cb72327218f4d73fbcfd2335178c10cb09f7c5e645721189403580f082ad2853527f84bf1513b1605b470b16fc08848bff077b5a5e1746df60f24

diff --git a/dev-python/superqt/superqt-0.6.4.ebuild 
b/dev-python/superqt/superqt-0.6.4.ebuild
deleted file mode 100644
index da6d0dd5939c..000000000000
--- a/dev-python/superqt/superqt-0.6.4.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.6.ebuild 
b/dev-python/superqt/superqt-0.6.6.ebuild
deleted file mode 100644
index da6d0dd5939c..000000000000
--- a/dev-python/superqt/superqt-0.6.6.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