From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/mat2/
Date: Sat, 7 Sep 2024 13:38:13 +0000 (UTC) [thread overview]
Message-ID: <1725713695.cfb61d94d68d925af6351d50e8ef5f324d1567a7.davidroman@gentoo> (raw)
commit: cfb61d94d68d925af6351d50e8ef5f324d1567a7
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 7 12:54:55 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> 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 <pastalian46 <AT> 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 @@
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
<upstream>
- <bugs-to>https://0xacab.org/jvoisin/mat2/issues</bugs-to>
- <changelog>https://0xacab.org/jvoisin/mat2/tags?format=atom</changelog>
+ <bugs-to>https://0xacab.org/jvoisin/mat2/-/issues</bugs-to>
+ <changelog>https://0xacab.org/jvoisin/mat2/-/tags?format=atom</changelog>
</upstream>
</pkgmetadata>
next reply other threads:[~2024-09-07 13:38 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-07 13:38 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-30 15:26 [gentoo-commits] repo/proj/guru:master commit in: app-misc/mat2/ David Roman
2023-12-31 15:28 David Roman
2023-02-24 7:41 Viorel Munteanu
2023-01-14 18:43 Andrew Ammerlaan
2023-01-10 13:59 Florian Schmaus
2022-11-16 19:33 Florian Schmaus
2022-11-05 15:26 Arthur Zamarin
2022-07-07 7:33 Haelwenn Monnier
2021-08-16 19:04 Jian Lin
2021-05-02 9:27 Theo Anderson
2020-12-21 11:06 Andrew Ammerlaan
2020-03-31 9:07 Andrew Ammerlaan
2020-03-31 9:07 Andrew Ammerlaan
2019-12-02 2:10 Ralph Seichter
2019-12-02 2:10 Ralph Seichter
2019-05-20 17:46 Ralph Seichter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1725713695.cfb61d94d68d925af6351d50e8ef5f324d1567a7.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox