commit:     e8040c4f4c92dc2b6ebb709d14b6e822c9cad84d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 05:34:36 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 17:08:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8040c4f

dev-python/pyside2-tools: treeclean

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/pyside2-tools/Manifest                  |  1 -
 .../files/pyside2-tools-5.15.11-no-copy-uic.patch  | 43 -----------
 dev-python/pyside2-tools/metadata.xml              | 12 ----
 .../pyside2-tools/pyside2-tools-5.15.14.ebuild     | 84 ----------------------
 profiles/package.mask                              |  1 -
 5 files changed, 141 deletions(-)

diff --git a/dev-python/pyside2-tools/Manifest 
b/dev-python/pyside2-tools/Manifest
deleted file mode 100644
index b5879c1589f0..000000000000
--- a/dev-python/pyside2-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyside-setup-opensource-src-5.15.14.tar.xz 3586520 BLAKE2B 
ef103cf3116af2c1378018d44abf3766fed6ba545d0e5f3ea6f720047a884edc1eac2dbfce4ddd806472f2ac6355166fd0cef5427f1f85e73306544306adf003
 SHA512 
c6ca15cc3a3051c00519d9ccb64d48977f8e5587938f97205fe96511ec7bca1a67308325bc1d61712475514c2a1b351fbac2c84f5cee923f55eb91869f49acd5

diff --git 
a/dev-python/pyside2-tools/files/pyside2-tools-5.15.11-no-copy-uic.patch 
b/dev-python/pyside2-tools/files/pyside2-tools-5.15.11-no-copy-uic.patch
deleted file mode 100644
index 90bc53c90d89..000000000000
--- a/dev-python/pyside2-tools/files/pyside2-tools-5.15.11-no-copy-uic.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 20a5e19..575c1df 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -55,38 +55,6 @@ else()
-     set(DESIGNER_PATH "${TOOLS_PATH}/designer${EXE_EXT}")
- endif()
- 
--install(FILES "${UIC_PATH}"
--        DESTINATION bin
--        PERMISSIONS
--        OWNER_EXECUTE OWNER_WRITE OWNER_READ
--        GROUP_EXECUTE GROUP_READ
--        WORLD_EXECUTE WORLD_READ)
--
--install(FILES "${RCC_PATH}"
--        DESTINATION bin
--        PERMISSIONS
--        OWNER_EXECUTE OWNER_WRITE OWNER_READ
--        GROUP_EXECUTE GROUP_READ
--        WORLD_EXECUTE WORLD_READ)
--
--if (EXISTS ${DESIGNER_PATH})
--    if (APPLE)
--        install(DIRECTORY "${DESIGNER_PATH}"
--                DESTINATION bin
--                FILE_PERMISSIONS
--                OWNER_EXECUTE OWNER_WRITE OWNER_READ
--                GROUP_EXECUTE GROUP_READ
--                WORLD_EXECUTE WORLD_READ)
--    else()
--        install(FILES "${DESIGNER_PATH}"
--                DESTINATION bin
--                PERMISSIONS
--                OWNER_EXECUTE OWNER_WRITE OWNER_READ
--                GROUP_EXECUTE GROUP_READ
--                WORLD_EXECUTE WORLD_READ)
--    endif()
--endif()
--
- configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake"
-                "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
-                IMMEDIATE @ONLY)

diff --git a/dev-python/pyside2-tools/metadata.xml 
b/dev-python/pyside2-tools/metadata.xml
deleted file mode 100644
index 6e768b04a3f8..000000000000
--- a/dev-python/pyside2-tools/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person" proxied="proxy">
-               <email>[email protected]</email>
-               <name>Nowa Ammerlaan</name>
-       </maintainer>
-       <maintainer type="person" proxied="yes">
-               <email>[email protected]</email>
-               <name>Bernd Waibel</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/dev-python/pyside2-tools/pyside2-tools-5.15.14.ebuild 
b/dev-python/pyside2-tools/pyside2-tools-5.15.14.ebuild
deleted file mode 100644
index cdfa9ad5c841..000000000000
--- a/dev-python/pyside2-tools/pyside2-tools-5.15.14.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# TODO: Add PyPy once officially supported. See also:
-#     https://bugreports.qt.io/browse/PYSIDE-535
-PYTHON_COMPAT=( python3_{10..11} )
-
-LLVM_COMPAT=( 15 )
-
-inherit cmake llvm-r1 python-r1
-
-MY_P=pyside-setup-opensource-src-${PV}
-
-DESCRIPTION="PySide development tools (pyside2-lupdate with support for 
Python)"
-HOMEPAGE="https://wiki.qt.io/PySide2";
-SRC_URI="https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${PV}-src/${MY_P}.tar.xz";
-S="${WORKDIR}/${MY_P}/sources/${PN}"
-
-LICENSE="GPL-2"
-SLOT="5/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Minimal supported version of Qt.
-QT_PV="$(ver_cut 1-3)*:5"
-
-RDEPEND="${PYTHON_DEPS}
-       =dev-python/shiboken2-${QT_PV}[${PYTHON_USEDEP},${LLVM_USEDEP}]
-       =dev-python/pyside2-${QT_PV}[${PYTHON_USEDEP},${LLVM_USEDEP}]
-       !dev-python/pyside2-tools:0
-"
-DEPEND="${RDEPEND}
-       $(llvm_gen_dep '
-               llvm-core/clang:${LLVM_SLOT}
-               llvm-core/llvm:${LLVM_SLOT}
-       ')
-"
-
-# the tools conflict with tools from QT
-PATCHES=(
-       "${FILESDIR}/${PN}-5.15.11-no-copy-uic.patch"
-)
-
-src_prepare() {
-       cmake_src_prepare
-
-       python_copy_sources
-}
-
-src_configure() {
-       pyside-tools_configure() {
-               local mycmakeargs=(
-                       -DBUILD_TESTS=OFF
-                       -DPYTHON_CONFIG_SUFFIX="-${EPYTHON}"
-               )
-               cmake_src_configure
-       }
-
-       python_foreach_impl pyside-tools_configure
-}
-
-src_compile() {
-       pyside-tools_compile() {
-               cmake_src_compile
-       }
-
-       python_foreach_impl pyside-tools_compile
-}
-
-src_install() {
-       pyside-tools_install() {
-               # This replicates the contents of the PySide6 pypi wheel
-               DESTDIR="${BUILD_DIR}" cmake_build install
-               dobin "${BUILD_DIR}/usr/bin/pyside2-lupdate"
-               python_moduleinto PySide2/scripts
-               python_domodule "${BUILD_DIR}/usr/bin/pyside_tool.py"
-       }
-
-       python_foreach_impl pyside-tools_install
-
-       einstalldocs
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 22834c4dfdae..d8c5ba89794b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -131,7 +131,6 @@ dev-python/pyproject-fmt-rust
 # dev-python/pyside2 last-rites, no more revdeps
 # Removal on 2024-12-23
 dev-python/pyside2
-dev-python/pyside2-tools
 
 # Ionen Wolkens <[email protected]> (2024-11-19)
 # NVIDIA dropped support for the 470.xx branch in September 2024[1].

Reply via email to