public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/readme_renderer/
Date: Wed, 21 Oct 2020 06:58:30 +0000 (UTC)	[thread overview]
Message-ID: <1603262773.b34dab797f9677a4ba49360e10643f51665457cc.mgorny@gentoo> (raw)

commit:     b34dab797f9677a4ba49360e10643f51665457cc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 06:44:08 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 06:46:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34dab79

dev-python/readme_renderer: Bump to 28.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/readme_renderer/Manifest                |  1 +
 .../readme_renderer/readme_renderer-28.0.ebuild    | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/readme_renderer/Manifest b/dev-python/readme_renderer/Manifest
index e8d79f9f1ca..5e9ef7353b7 100644
--- a/dev-python/readme_renderer/Manifest
+++ b/dev-python/readme_renderer/Manifest
@@ -1,2 +1,3 @@
 DIST readme_renderer-26.0.tar.gz 27068 BLAKE2B 7a58d550e792ffcbf6fedbdf0464714ac7c7a0395297d165493167947c733a29ff5cc4dd2a346c4276f52ca0516282b3049f28bdc8eb38717d1ff8d03709084c SHA512 a5e7cfa47257fd3ceaf417cc814226b5aef6aacf72ffb2eeed3e6affa4a09aa1f6c752a8c4311910c258d090d94f03e3f5c2603819f5dceb37440c9bfd9090ea
 DIST readme_renderer-27.0.tar.gz 27346 BLAKE2B ae9ce20419facf0d240f390e9253901d42fe0731628e73817147db83e21687adc6df132e40d48b223e7df39b3adaa8f16208d263de57274d10d1b69209c8e561 SHA512 17a76484cda5da38f45c3aa15776a3d310a0d22520d43505a00adaf37de7d6d3d9ef355553cd5e72e841ffb555d7b4ca9a73cb38f88d013e46cc2a5ba3033c00
+DIST readme_renderer-28.0.tar.gz 27370 BLAKE2B 380e10941fbfdc17193a558b0a90b919b841153aa1ef4f26634202c5d500b57755858354374f785f0dedc5b119365281e50897bc9ec95943c8b08d69976e692d SHA512 2a5a00e404d2cc156e01433232fade64e13d2f95177b72c1d3903554144746317efc637c17c6333c501cd426f77628bf45300e9b219e30e26fa3963da690e06a

diff --git a/dev-python/readme_renderer/readme_renderer-28.0.ebuild b/dev-python/readme_renderer/readme_renderer-28.0.ebuild
new file mode 100644
index 00000000000..f96c2de8081
--- /dev/null
+++ b/dev-python/readme_renderer/readme_renderer-28.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="a library for rendering \"readme\" descriptions for Warehouse"
+HOMEPAGE="https://github.com/pypa/readme_renderer https://pypi.org/project/readme_renderer/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	>=dev-python/bleach-2.1.0[${PYTHON_USEDEP}]
+	>=dev-python/docutils-0.13.1[${PYTHON_USEDEP}]
+	>=dev-python/pygments-2.5.2[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+DOCS=( README.rst )
+
+distutils_enable_tests pytest


             reply	other threads:[~2020-10-21  6:58 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21  6:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-16  4:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/readme_renderer/ Michał Górny
2022-12-10  9:03 Michał Górny
2022-12-10  8:55 Arthur Zamarin
2022-11-01  5:19 Michał Górny
2022-10-08 20:10 Michał Górny
2022-10-08 16:03 Arthur Zamarin
2022-09-25  6:39 Arthur Zamarin
2022-09-06 20:35 Michał Górny
2022-09-06 18:35 Arthur Zamarin
2022-09-06 17:54 Arthur Zamarin
2022-08-07  8:11 Michał Górny
2022-05-27 19:48 Michał Górny
2022-05-27  9:07 Jakov Smolić
2022-05-24  6:16 Michał Górny
2022-04-25 16:50 Sam James
2022-04-20  7:47 Michał Górny
2022-04-09 18:39 Michał Górny
2022-04-09 16:47 Arthur Zamarin
2022-03-14 17:04 Michał Górny
2022-03-09 19:13 Arthur Zamarin
2022-01-13 21:53 Michał Górny
2022-01-13 19:27 Arthur Zamarin
2022-01-10 19:50 Michał Górny
2022-01-10 19:40 Arthur Zamarin
2021-12-14 10:21 Michał Górny
2021-12-10 17:12 Arthur Zamarin
2021-10-31 20:29 Michał Górny
2021-10-31 20:29 Michał Górny
2021-10-31 17:55 Sam James
2021-09-30 21:50 Michał Górny
2021-07-28 23:38 Marek Szuba
2021-06-02 16:26 Michał Górny
2021-03-25 19:09 Michał Górny
2021-03-25 14:23 Sam James
2021-02-23  7:43 Michał Górny
2020-11-28 15:26 Sam James
2020-11-26  8:26 Michał Górny
2020-11-26  6:56 Agostino Sarubbo
2020-11-16  8:22 Michał Górny
2020-11-16  1:15 Sam James
2020-10-10  5:54 Michał Górny
2020-07-25  8:31 Michał Górny
2020-07-14 15:57 Sam James
2020-07-14 13:19 Sam James
2020-07-11  8:13 Michał Górny
2020-07-11  8:13 Michał Górny
2020-07-09  8:59 Agostino Sarubbo
2020-07-09  7:06 Sergei Trofimovich
2020-07-05  9:27 Sergei Trofimovich
2020-07-02 17:05 Sergei Trofimovich
2020-07-01 12:21 Michał Górny
2020-06-01 20:30 Michał Górny
2020-05-31 10:04 Sergei Trofimovich
2020-05-30 14:37 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-27 21:15 Michał Górny
2020-05-27 20:45 Michał Górny
2020-05-04 11:49 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-03-29  7:04 Michał Górny
2020-03-17  2:09 Matt Turner
2020-03-17  1:37 Matt Turner
2020-03-04  5:01 Michał Górny
2020-02-03 11:31 Agostino Sarubbo
2020-01-31 13:45 Agostino Sarubbo
2019-12-10 19:25 Sergei Trofimovich
2019-12-04 22:28 Patrick McLean
2019-08-24  3:55 Tim Harder
2017-08-20  2:17 Tim Harder
2017-05-13 22:28 Tim Harder

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=1603262773.b34dab797f9677a4ba49360e10643f51665457cc.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