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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 424DE1581EC for ; Fri, 22 Nov 2024 19:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AF5CE08D0; Fri, 22 Nov 2024 19:30:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21220E08D0 for ; Fri, 22 Nov 2024 19:30:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4286333EB78 for ; Fri, 22 Nov 2024 19:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6666B2145 for ; Fri, 22 Nov 2024 19:30:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1732303837.ff5538d16e85efe7d3b5792f4fd2afdbe65c1d00.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/OutputCheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/OutputCheck/OutputCheck-0.4.2-r2.ebuild X-VCS-Directories: dev-python/OutputCheck/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ff5538d16e85efe7d3b5792f4fd2afdbe65c1d00 X-VCS-Branch: master Date: Fri, 22 Nov 2024 19:30:43 +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: 0b8071c7-e34f-4550-9f9e-b8c2f2fc9788 X-Archives-Hash: 9428746ef173fc6f79938f47f29aed45 commit: ff5538d16e85efe7d3b5792f4fd2afdbe65c1d00 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 22 19:26:37 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 22 19:30:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5538d1 dev-python/OutputCheck: Add MY_P prior to rename Signed-off-by: Michał Górny gentoo.org> dev-python/OutputCheck/OutputCheck-0.4.2-r2.ebuild | 27 ++++++++++++++++------ 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/dev-python/OutputCheck/OutputCheck-0.4.2-r2.ebuild b/dev-python/OutputCheck/OutputCheck-0.4.2-r2.ebuild index 01ac4eea4db6..9ba13e596a42 100644 --- a/dev-python/OutputCheck/OutputCheck-0.4.2-r2.ebuild +++ b/dev-python/OutputCheck/OutputCheck-0.4.2-r2.ebuild @@ -4,14 +4,21 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 +MY_P=OutputCheck-${PV} DESCRIPTION="A tool for checking the output of console programs inspired by LLVM's FileCheck" -HOMEPAGE="https://github.com/stp/OutputCheck/" -SRC_URI="https://github.com/stp/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/stp/OutputCheck/ + https://pypi.org/project/OutputCheck/ +" +SRC_URI=" + https://github.com/stp/OutputCheck/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" @@ -19,11 +26,17 @@ KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -BDEPEND="test? ( dev-python/lit[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}/${PN}-0.4.2-Driver.patch" ) +BDEPEND=" + test? ( + dev-python/lit[${PYTHON_USEDEP}] + ) +" src_prepare() { + local PATCHES=( + "${FILESDIR}/${PN}-0.4.2-Driver.patch" + ) + distutils-r1_src_prepare # Remove bad tests.