From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/readme-renderer/
Date: Mon, 8 Jul 2024 17:02:57 +0000 (UTC) [thread overview]
Message-ID: <1720458164.17a54895d8a25d9ae06ad3216f5fa7fd64cd81c4.arthurzam@gentoo> (raw)
commit: 17a54895d8a25d9ae06ad3216f5fa7fd64cd81c4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 8 16:50:28 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 8 17:02:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a54895
dev-python/readme-renderer: add 44.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/readme-renderer/Manifest | 1 +
.../readme-renderer/readme-renderer-44.0.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/readme-renderer/Manifest b/dev-python/readme-renderer/Manifest
index bfb4ffb1b55b..f0d7f7703208 100644
--- a/dev-python/readme-renderer/Manifest
+++ b/dev-python/readme-renderer/Manifest
@@ -1 +1,2 @@
DIST readme_renderer-43.0.tar.gz 31768 BLAKE2B 0f0c3fbac8a1358d5271ee6805e051225bee53a33098d60f8fb54b2bed04de77dc5986759669bf3e14d5fac449b5f6c712aca66400320666958533a406b1ae3b SHA512 505cca08179c0eb35a7248d6bcfea24a968ad749365bec6bb65bbe4ba64ac78ef971ee63422796fdcc462210b199c9df126c8424bfc078ed1a9d1149b2d874e2
+DIST readme_renderer-44.0.tar.gz 32056 BLAKE2B d496f0ee8e0ddca1fbca0ccd8185b63169c23d2bd071b0e34aa3b1382052b3ef882737d361249597c42d8897f4188cf5cc1035d1b1115a242db3a6ce326bad7d SHA512 f68b1d9f7352ce07537d82a096e0d31000b7395a5809e7d160083071dfb8fdae38dc7a3460f42abb7aec5d932866a20bbe2b2fc09480cf4505add1bc403c34c8
diff --git a/dev-python/readme-renderer/readme-renderer-44.0.ebuild b/dev-python/readme-renderer/readme-renderer-44.0.ebuild
new file mode 100644
index 000000000000..e311393ba51c
--- /dev/null
+++ b/dev-python/readme-renderer/readme-renderer-44.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A library for rendering 'readme' descriptions for Warehouse"
+HOMEPAGE="
+ https://github.com/pypa/readme_renderer/
+ https://pypi.org/project/readme-renderer/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/docutils-0.21.2[${PYTHON_USEDEP}]
+ >=dev-python/nh3-0.2.14[${PYTHON_USEDEP}]
+ >=dev-python/pygments-2.5.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+DOCS=( README.rst )
next reply other threads:[~2024-07-08 17:03 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-08 17:02 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-27 7:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/readme-renderer/ Arthur Zamarin
2024-07-07 17:23 Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 13:52 Arthur Zamarin
2024-02-27 6:38 Michał Górny
2023-12-08 20:20 Michał Górny
2023-12-08 19:44 Arthur Zamarin
2023-10-22 0:22 Yixun Lan
2023-10-20 20:21 Arthur Zamarin
2023-10-20 20:18 Arthur Zamarin
2023-10-18 15:42 Arthur Zamarin
2023-10-18 9:44 Sam James
2023-10-18 9:44 Sam James
2023-10-03 5:12 Sam James
2023-09-25 19:12 Arthur Zamarin
2023-09-25 17:33 Arthur Zamarin
2023-09-25 17:08 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-09-14 9:58 Andrew Ammerlaan
2023-09-12 10:19 WANG Xuerui
2023-09-11 11:41 Arthur Zamarin
2023-09-10 14:27 Sam James
2023-09-10 14:27 Sam James
2023-09-10 11:55 Michał Górny
2023-09-10 3:13 Michał Górny
2023-09-10 3:13 Michał Górny
2023-08-19 6:44 Michał Górny
2023-07-24 10:49 Michał Górny
2023-07-24 7:45 Jakov Smolić
2023-06-20 5:38 Michał Górny
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=1720458164.17a54895d8a25d9ae06ad3216f5fa7fd64cd81c4.arthurzam@gentoo \
--to=arthurzam@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