From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils/
Date: Sun, 21 Sep 2025 02:44:48 +0000 (UTC) [thread overview]
Message-ID: <1758418614.2357eb4a64e40073a96a9a9af8c0b7c7fa951ea3.mgorny@gentoo> (raw)
commit: 2357eb4a64e40073a96a9a9af8c0b7c7fa951ea3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 01:36:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 01:36:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2357eb4a
dev-python/docutils: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/docutils/Manifest | 1 -
dev-python/docutils/docutils-0.22.1_rc1.ebuild | 61 --------------------------
2 files changed, 62 deletions(-)
diff --git a/dev-python/docutils/Manifest b/dev-python/docutils/Manifest
index 231bb2688576..534baf239929 100644
--- a/dev-python/docutils/Manifest
+++ b/dev-python/docutils/Manifest
@@ -1,4 +1,3 @@
DIST docutils-0.21.2.tar.gz 2204444 BLAKE2B 727c2f97fc5835a0ffa62e38ea85af366cd89ad1eaec0b8af8b1f3b12e6cddfddb65161ba34f9109952d37ba2cf8985f3c3b6905ebb2ac1c9a984cce3fb4d170 SHA512 7fafa331f5687448e80d299c20cdccc4b49819fa471b5f586bf0ab18c694ba43a70f58e7c76b0a70a16267585548389214e11a4998ad7fdc19a27f0f7644539c
DIST docutils-0.22.1.tar.gz 2291655 BLAKE2B 6e3fc58813bcf4942d14d911d86536fde75a0dc02f8847ef92118c5e78b302baf1ec0635a29760b373c4cfd8946796d705774422d81e7394fb1b3562d95b167f SHA512 9cf82e12e5b63bed33dd334a9282a565d6a65edd7b8ad0b62ffe2a05ce039f7947a935de8743acc4846a6334fd894d90533dd0bf931166dcdbab56bc93c92619
-DIST docutils-0.22.1rc1.tar.gz 2288693 BLAKE2B a65ec18afab62a37f254f904b6812ffdd8b67c774ebd7d39c4f661f79150ac8b1dc9077d020ced548d0dd15fdde8458771db4e1576f09b99dd7f001a1988426e SHA512 6cf2d4ce54fd3db87f09ff7a278aeefa4a47c85a7f919c4d8590e42b4583aab0a81405cf047d95238b8bae2b6e0cacad3a5397009c0b3fdb10fe8984080e911f
DIST docutils-0.22.tar.gz 2277984 BLAKE2B 8ad9fc3d064e39bb618f5bac7ef6b69a77e7e811ff2f7c4c1b34f4f8bc1ba793f995e653d20ba536d24af5905f68b8e3f636a0f28f1c9eef46bb6f755d988bc2 SHA512 09082eb3bdd5f9b3e977d356740efee47725a50fbaca7bf35c7fddff06003c2b2177a38d160a9956f9e96261f881c0d870c0aa9fef84f90d0cac079ccc73669d
diff --git a/dev-python/docutils/docutils-0.22.1_rc1.ebuild b/dev-python/docutils/docutils-0.22.1_rc1.ebuild
deleted file mode 100644
index d5ea86951ef5..000000000000
--- a/dev-python/docutils/docutils-0.22.1_rc1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python Documentation Utilities (reference reStructuredText impl.)"
-HOMEPAGE="
- https://docutils.sourceforge.io/
- https://pypi.org/project/docutils/
-"
-
-# GPL-3+ only for emacs/rst.el
-LICENSE="BSD BSD-2 GPL-3+ PSF-2.4 public-domain"
-SLOT="0"
-
-RDEPEND="
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-python_compile_all() {
- # Generate html docs from reStructured text sources.
-
- # Place html4css1.css in base directory to ensure that the generated reference to it is correct.
- cp docutils/writers/html4css1/html4css1.css . || die
-
- cd tools || die
- "${EPYTHON}" buildhtml.py --input-encoding=utf-8 --no-datestamp \
- --stylesheet-path=../html4css1.css, --traceback ../docs || die
-}
-
-src_test() {
- cd test || die
- distutils-r1_src_test
-}
-
-python_test() {
- "${EPYTHON}" alltests.py -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Install tools.
- python_doscript tools/buildhtml.py
-}
-
-python_install_all() {
- local DOCS=( *.rst )
- local HTML_DOCS=( docs tools docutils/writers/html4css1/html4css1.css )
-
- distutils-r1_python_install_all
-}
next reply other threads:[~2025-09-21 2:45 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-21 2:44 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-01 22:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils/ Sam James
2025-09-21 2:44 Michał Górny
2025-09-18 6:21 Michał Górny
2025-09-14 2:52 Michał Górny
2025-08-30 7:22 Arthur Zamarin
2025-07-30 6:00 Michał Górny
2025-07-30 6:00 Michał Górny
2025-06-25 4:35 Michał Górny
2025-06-11 6:22 Michał Górny
2025-05-23 3:29 Michał Górny
2025-05-19 10:22 Michał Górny
2025-04-13 12:04 Michał Górny
2025-04-01 18:42 Arthur Zamarin
2025-02-16 20:45 Michał Górny
2024-05-17 10:05 Michał Górny
2024-05-11 7:11 Arthur Zamarin
2024-04-24 13:42 Michał Górny
2024-04-02 5:45 Michał Górny
2024-01-06 14:15 Michał Górny
2023-08-25 14:21 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-05-31 10:50 Michał Górny
2023-05-28 18:43 Arthur Zamarin
2023-05-17 3:40 Michał Górny
2023-05-17 3:40 Michał Górny
2023-03-16 3:47 Michał Górny
2022-08-13 11:11 Arthur Zamarin
2022-08-13 11:07 Arthur Zamarin
2022-07-11 7:06 Michał Górny
2022-06-16 11:47 Michał Górny
2022-06-16 9:50 Jakov Smolić
2022-06-16 8:59 Jakov Smolić
2022-05-14 8:25 Michał Górny
2022-01-10 20:04 Michał Górny
2022-01-10 19:51 Arthur Zamarin
2021-12-09 21:24 Sam James
2021-11-23 22:05 Michał Górny
2021-10-27 8:29 Michał Górny
2021-07-12 22:53 Michał Górny
2021-06-04 12:23 Michał Górny
2021-05-06 18:45 Michał Górny
2021-04-18 7:05 Michał Górny
2021-04-04 14:23 Michał Górny
2020-12-27 16:31 Fabian Groffen
2020-12-11 12:45 Michał Górny
2020-08-22 9:15 Michał Górny
2020-08-09 9:02 Michał Górny
2020-07-27 20:06 Aaron Bauman
2020-05-27 6:10 Michał Górny
2020-05-11 16:48 Michał Górny
2020-05-11 6:23 Mart Raudsepp
2020-05-04 16:51 Agostino Sarubbo
2020-05-03 19:02 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 10:22 Agostino Sarubbo
2020-05-03 10:12 Agostino Sarubbo
2020-03-27 7:25 Michał Górny
2020-03-27 7:25 Michał Górny
2020-03-27 7:25 Michał Górny
2019-05-05 17:07 Mikle Kolyada
2019-04-09 1:32 Aaron Bauman
2019-03-02 21:30 Matt Turner
2019-03-02 20:02 Matt Turner
2019-02-15 17:05 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2019-02-12 21:14 Sergei Trofimovich
2019-02-12 21:03 Sergei Trofimovich
2019-02-12 8:52 Mikle Kolyada
2019-02-12 8:11 Sergei Trofimovich
2019-02-11 23:36 Sergei Trofimovich
2018-06-05 17:19 Mike Frysinger
2017-09-30 15:29 Patrick Lauer
2017-05-18 20:12 Michael Weber
2016-12-12 3:20 Tim Harder
2015-10-15 8:57 Justin Lecher
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=1758418614.2357eb4a64e40073a96a9a9af8c0b7c7fa951ea3.mgorny@gentoo \
--to=mgorny@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