public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/init-system-helpers/
Date: Fri, 31 May 2024 00:05:14 +0000 (UTC)	[thread overview]
Message-ID: <1717113771.4a923ea4972e9aa5594abd8a775762fad73d7f5d.sbraz@gentoo> (raw)

commit:     4a923ea4972e9aa5594abd8a775762fad73d7f5d
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 23:55:41 2024 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri May 31 00:02:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a923ea4

sys-apps/init-system-helpers: fix build with docutils >= 0.21.2

Between 0.20.1 and 0.21.2, docutils switched build systems (setuptools
to flit) and removed the ".py" suffix from "rst2man.py".
Old script name:
https://sourceforge.net/p/docutils/code/HEAD/tree/tags/docutils-0.20.1/setup.py#l83
New script name:
https://sourceforge.net/p/docutils/code/HEAD/tree/tags/docutils-0.21.2/pyproject.toml#l95

Closes: https://bugs.gentoo.org/930444
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 sys-apps/init-system-helpers/init-system-helpers-1.60.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/init-system-helpers/init-system-helpers-1.60.ebuild b/sys-apps/init-system-helpers/init-system-helpers-1.60.ebuild
index 9e7c8156a3a1..3513526ef4e5 100644
--- a/sys-apps/init-system-helpers/init-system-helpers-1.60.ebuild
+++ b/sys-apps/init-system-helpers/init-system-helpers-1.60.ebuild
@@ -12,7 +12,7 @@ LICENSE="BSD GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
-BDEPEND="dev-python/docutils"
+BDEPEND=">=dev-python/docutils-0.21.2"
 RDEPEND="!<sys-apps/openrc-0.33"
 
 PATCHES=(
@@ -24,7 +24,7 @@ src_install() {
 	exeinto /sbin/
 	doexe script/service
 
-	rst2man.py man8/service.rst > man8/service.8 || die "Failed to generate man page"
+	rst2man man8/service.rst > man8/service.8 || die "Failed to generate man page"
 
 	# FIXME: need to patch to remove *rc.d references, which we don't ship
 	# And should probably add a list of supported options (e.g., start/stop/etc.)


             reply	other threads:[~2024-05-31  0:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-31  0:05 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13 18:17 [gentoo-commits] repo/gentoo:master commit in: sys-apps/init-system-helpers/ Arthur Zamarin
2024-02-09  2:21 Sam James
2022-07-10  7:56 Sam James
2021-12-05  5:01 Sam James
2021-03-28  7:14 Sam James
2021-01-27  1:47 Sam James
2021-01-27  1:47 Sam James
2020-09-27 16:16 Sam James
2019-04-09  3:14 Austin English
2018-04-16 20:35 Brian Evans
2017-11-18  9:21 Sergei Trofimovich
2017-11-17 11:18 Tobias Klausmann
2017-11-16 19:43 Sergei Trofimovich
2017-11-16  7:34 Sergei Trofimovich
2017-11-15 23:22 Sergei Trofimovich
2017-11-14 23:30 William Hubbs
2017-11-14 21:44 Thomas Deutschmann
2017-10-11 23:38 Austin English

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=1717113771.4a923ea4972e9aa5594abd8a775762fad73d7f5d.sbraz@gentoo \
    --to=sbraz@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