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: Mon, 10 Jan 2022 20:04:26 +0000 (UTC) [thread overview]
Message-ID: <1641845063.674c601a22e4594678743652a1882d994b9d8e76.mgorny@gentoo> (raw)
commit: 674c601a22e4594678743652a1882d994b9d8e76
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 10 20:04:11 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 20:04:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674c601a
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.18.ebuild | 67 --------------------------------
2 files changed, 68 deletions(-)
diff --git a/dev-python/docutils/Manifest b/dev-python/docutils/Manifest
index 11b536632913..9d065584ec16 100644
--- a/dev-python/docutils/Manifest
+++ b/dev-python/docutils/Manifest
@@ -1,4 +1,3 @@
DIST docutils-0.16.tar.gz 1962041 BLAKE2B 64d045d43433e944686b5d9077de0b544d49d041adf398f9b66612db432860853df4a84f4c4b44461789b3039f83e3847547062b2f5bc5d2bde3a0f1ffc9ffba SHA512 4e0c6662924cac6b8f28bb77a4f50eafd637c1083990a23dbd905d8a05362a18dae96e63408ed43b595b693ca755c7961d1282129d3215ed3774af0dddcc0466
DIST docutils-0.17.1.tar.gz 2016138 BLAKE2B aa0b6525ba2e3eaebc17010806952ed5f40919876fcb813f50cc05b628dfd22e6073a9a4b2bfe989089ae68d9b7111ae3a97dda2bde5c0536f8fb76c0942fe29 SHA512 5ec2087116bd5356fdffc54f07f6b0355aac5fa9d6caeefa77e8d201fd4706c0d419193c4d9a3964ae493da3091fe2c7dc36b74f81a1e1b9282173658b06e71b
DIST docutils-0.18.1.tar.gz 2043249 BLAKE2B 3959199236baade9601d61c3f6d7b6f840fbefdd46d9ea05869fde2cd2c800356a01faba891f51e220c85e66f3029f49f616f2046b85041b674c64825a4242ec SHA512 44404a6cc9d4c1e79c73a6ffee2898e459c9925ab9661e5d41394e13b3d861334cf0c5efcd18e87eb03041374e326cfd00539a6b2ec5979678889e8a536c9542
-DIST docutils-0.18.tar.gz 2036219 BLAKE2B cb18016eaf674df18880cfac07484a68cfc158b68adc8c6ff5944b39407460a7feab192fb1c4bbef0293dacf58463e95c04bba53de578cf4e7c9ab8de14f6ed7 SHA512 c61bbe26b5f771dbfa4df94249bf19575088160f82a4a5cdf427a78d2675de915e9d979fffd515e353259ac57a08e7096c970f06ae20d7ca6f48d223072f0096
diff --git a/dev-python/docutils/docutils-0.18.ebuild b/dev-python/docutils/docutils-0.18.ebuild
deleted file mode 100644
index e826ac2f7fba..000000000000
--- a/dev-python/docutils/docutils-0.18.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Documentation Utilities"
-HOMEPAGE="https://docutils.sourceforge.io/ https://pypi.org/project/docutils/"
-#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2 GPL-3 public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="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 \
- --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,quicktest}.py
-}
-
-install_txt_doc() {
- local doc="${1}"
- local dir="txt/$(dirname ${doc})"
- docinto "${dir}"
- dodoc "${doc}"
-}
-
-python_install_all() {
- local DOCS=( *.txt )
- local HTML_DOCS=( docs tools docutils/writers/html4css1/html4css1.css )
-
- distutils-r1_python_install_all
-
- local doc
- while IFS= read -r -d '' doc; do
- install_txt_doc "${doc}"
- done < <(find docs tools -name '*.txt' -print0)
-}
next reply other threads:[~2022-01-10 20:04 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-10 20:04 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-17 10:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils/ 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 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=1641845063.674c601a22e4594678743652a1882d994b9d8e76.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