public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/
Date: Wed,  8 May 2024 21:18:50 +0000 (UTC)	[thread overview]
Message-ID: <1715203040.501f9e0004f152093fbb4fa19f3abcb3bfc4aa00.sam@gentoo> (raw)

commit:     501f9e0004f152093fbb4fa19f3abcb3bfc4aa00
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 21:17:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  8 21:17:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501f9e00

mail-filter/afew: fix build w/ >=sphinx-7

Closes: https://bugs.gentoo.org/906704
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-filter/afew/afew-3.0.1.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/mail-filter/afew/afew-3.0.1.ebuild b/mail-filter/afew/afew-3.0.1.ebuild
index a0e78506c838..7113ba509d4a 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 pypi
 
@@ -46,8 +46,11 @@ python_prepare_all() {
 }
 
 python_compile_all() {
-	esetup.py build_sphinx -b man --build-dir=docs/build
-	use doc && esetup.py build_sphinx -b html --build-dir=docs/build
+	sphinx-build -b man docs docs/build/man || die
+
+	if use doc ; then
+		sphinx-build -b html docs docs/build/html || die
+	fi
 }
 
 python_install_all() {


             reply	other threads:[~2024-05-08 21:18 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08 21:18 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 19:13 [gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/ Arthur Zamarin
2024-05-08 21:29 Sam James
2024-05-08 21:26 Sam James
2024-05-08 21:18 Sam James
2023-04-09 16:03 Michał Górny
2023-03-16 18:52 Michał Górny
2021-05-31 20:53 Michał Górny
2021-02-27 20:57 Sam James
2021-02-27 20:57 Sam James
2020-12-02 16:32 Mikle Kolyada
2020-09-14  1:52 Sam James
2020-09-14  1:46 Sam James
2020-09-14  1:46 Sam James
2020-09-05  0:48 Sam James
2020-08-30 17:14 Thomas Deutschmann
2020-05-11 21:23 Amadeusz Piotr Żołnowski
2020-03-18 22:22 Amadeusz Piotr Żołnowski
2020-03-18 22:22 Amadeusz Piotr Żołnowski
2020-03-18 22:22 Amadeusz Piotr Żołnowski
2019-11-16 22:26 Amadeusz Piotr Żołnowski
2019-11-16 22:26 Amadeusz Piotr Żołnowski
2018-02-15 14:27 Patrice Clement
2017-09-10 14:32 Amadeusz Piotr Żołnowski
2017-08-04 21:35 Amadeusz Piotr Żołnowski

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=1715203040.501f9e0004f152093fbb4fa19f3abcb3bfc4aa00.sam@gentoo \
    --to=sam@gentoo.org \
    --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