From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A02281581D3 for ; Thu, 30 May 2024 06:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4906E29E2; Thu, 30 May 2024 06:30:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4F79E29E2 for ; Thu, 30 May 2024 06:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C73FD335D2B for ; Thu, 30 May 2024 06:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8F78E21 for ; Thu, 30 May 2024 06:30:50 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1717050629.de0c2f96982265d871af158a11dd9220684d834a.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygccxml/, dev-python/pygccxml/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygccxml/Manifest dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch dev-python/pygccxml/pygccxml-2.4.0.ebuild X-VCS-Directories: dev-python/pygccxml/ dev-python/pygccxml/files/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: de0c2f96982265d871af158a11dd9220684d834a X-VCS-Branch: master Date: Thu, 30 May 2024 06:30:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5d532a6-e254-4d0a-b72d-79ec62cd3280 X-Archives-Hash: 6e1a20e09becb9ac4b9cd5bf183b2caa commit: de0c2f96982265d871af158a11dd9220684d834a Author: Thomas Beierlein gentoo org> AuthorDate: Thu May 30 06:29:27 2024 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Thu May 30 06:30:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0c2f96 dev-python/pygccxml: drop 2.4.0 Signed-off-by: Thomas Beierlein gentoo.org> dev-python/pygccxml/Manifest | 1 - .../pygccxml/files/pygccxml-2.4.0-pyproject.patch | 10 ------- dev-python/pygccxml/pygccxml-2.4.0.ebuild | 33 ---------------------- 3 files changed, 44 deletions(-) diff --git a/dev-python/pygccxml/Manifest b/dev-python/pygccxml/Manifest index 2b29408d2234..2e8b7633ee94 100644 --- a/dev-python/pygccxml/Manifest +++ b/dev-python/pygccxml/Manifest @@ -1,2 +1 @@ -DIST pygccxml-2.4.0.gh.tar.gz 3165189 BLAKE2B 855b0b6313be29e7719abe4cc6e654904657c11bfd7310d647227ce9d7760821eeb348dcd9892afbcc3d467db96daaf3010e92803fe28962db9a255cf81eae46 SHA512 48bf4887344c68d0a93a3908cc0a744f3d6a74dce92be88527e85cf7ba1a46f88560730dce0b858f31523cada836aad40461de935c5c2a041de0fa2ae5e38c30 DIST pygccxml-2.5.0.gh.tar.gz 3163862 BLAKE2B 2a61474acab7e7a21b21bc7131a9b9aae2a318d3b761c9a3865055146331891e5fb2041a9136bd8816e60a4dc76a39a22d5f5632f22336341667eee537521a42 SHA512 499be7383ac9817c5620f7f0b2e6fdb9a6f5d934cc54a2ef9864877a2a7d896997ab5bc2e8b0c3c87df1ac7e4a384d3c8cbcc87f9496125502c97766df57b003 diff --git a/dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch b/dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch deleted file mode 100644 index ba00ed45ad34..000000000000 --- a/dev-python/pygccxml/files/pygccxml-2.4.0-pyproject.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- pyproject.toml.orig 2023-11-20 13:59:55.807461669 +0100 -+++ pyproject.toml 2023-11-20 14:00:37.335886130 +0100 -@@ -1,5 +1,6 @@ - [build-system] --requires = ["setuptools", "wheel"] -+requires = ["setuptools"] -+build-backend = "setuptools.build_meta" - - [project] - name = "pygccxml" diff --git a/dev-python/pygccxml/pygccxml-2.4.0.ebuild b/dev-python/pygccxml/pygccxml-2.4.0.ebuild deleted file mode 100644 index 114320ffb31d..000000000000 --- a/dev-python/pygccxml/pygccxml-2.4.0.ebuild +++ /dev/null @@ -1,33 +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_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="A specialized XML reader to navigate C++ declarations" -HOMEPAGE="https://github.com/CastXML/pygccxml" -SRC_URI="https://github.com/CastXML/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~riscv ~x86" - -RDEPEND=" - ${PYTHON_DEPS} - dev-libs/castxml -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest -distutils_enable_sphinx docs dev-python/sphinx-rtd-theme - -python_prepare_all() { - eapply -p0 "${FILESDIR}/${PN}-2.4.0-pyproject.patch" - eapply "${FILESDIR}/${PN}-2.4.0-doc.patch" - eapply_user - - distutils-r1_python_prepare_all -}