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 A0B4F15808B for ; Sat, 7 Sep 2024 13:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FCDEE2A07; Sat, 7 Sep 2024 13:38:18 +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 4C3A6E2A09 for ; Sat, 7 Sep 2024 13:38:17 +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 6C6E4343087 for ; Sat, 7 Sep 2024 13:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 014DE1F44 for ; Sat, 7 Sep 2024 13:38:13 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725713695.cfb61d94d68d925af6351d50e8ef5f324d1567a7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/mat2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/mat2/mat2-0.13.4.ebuild app-misc/mat2/metadata.xml X-VCS-Directories: app-misc/mat2/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: cfb61d94d68d925af6351d50e8ef5f324d1567a7 X-VCS-Branch: master Date: Sat, 7 Sep 2024 13:38:13 +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: bcd9b8a8-04aa-49ba-b6e9-c647095b8f00 X-Archives-Hash: 4e8eb55f46c0ead4755bce98f5d982bf commit: cfb61d94d68d925af6351d50e8ef5f324d1567a7 Author: Takuya Wakazono gmail com> AuthorDate: Sat Sep 7 12:54:55 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Sep 7 12:54:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfb61d94 app-misc/mat2: fix manpage path Closes: https://bugs.gentoo.org/921156 Signed-off-by: Takuya Wakazono gmail.com> app-misc/mat2/mat2-0.13.4.ebuild | 14 ++++++++++++-- app-misc/mat2/metadata.xml | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/app-misc/mat2/mat2-0.13.4.ebuild b/app-misc/mat2/mat2-0.13.4.ebuild index 6a4bf820a..1c471d457 100644 --- a/app-misc/mat2/mat2-0.13.4.ebuild +++ b/app-misc/mat2/mat2-0.13.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_PEP517=setuptools @@ -47,6 +47,11 @@ DOCS=( doc {CHANGELOG,CONTRIBUTING,INSTALL,README}.md ) distutils_enable_tests unittest +python_prepare_all() { + sed -i '/data_files/d' setup.py || die + distutils-r1_python_prepare_all +} + src_test() { # Double sandboxing is not possible if ! has usersandbox ${FEATURES}; then @@ -55,6 +60,11 @@ src_test() { return 0 } +python_install_all() { + distutils-r1_python_install_all + doman doc/mat2.1 +} + pkg_postinst() { optfeature "misc file format support" media-libs/exiftool optfeature "sandboxing" sys-apps/bubblewrap diff --git a/app-misc/mat2/metadata.xml b/app-misc/mat2/metadata.xml index 459c0f546..8d0e1d5c8 100644 --- a/app-misc/mat2/metadata.xml +++ b/app-misc/mat2/metadata.xml @@ -6,7 +6,7 @@ Haelwenn (lanodan) Monnier - https://0xacab.org/jvoisin/mat2/issues - https://0xacab.org/jvoisin/mat2/tags?format=atom + https://0xacab.org/jvoisin/mat2/-/issues + https://0xacab.org/jvoisin/mat2/-/tags?format=atom