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/doc8/
Date: Tue,  3 Sep 2024 05:23:31 +0000 (UTC)	[thread overview]
Message-ID: <1725341002.833ce4fbe4d9cee17c5bda9242344c72d89b4487.mgorny@gentoo> (raw)

commit:     833ce4fbe4d9cee17c5bda9242344c72d89b4487
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 04:58:52 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 05:23:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833ce4fb

dev-python/doc8: Bump to 1.1.2

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

 dev-python/doc8/Manifest          |  1 +
 dev-python/doc8/doc8-1.1.2.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/doc8/Manifest b/dev-python/doc8/Manifest
index 510c83beecc5..bd4cfddbd0f3 100644
--- a/dev-python/doc8/Manifest
+++ b/dev-python/doc8/Manifest
@@ -1 +1,2 @@
 DIST doc8-1.1.1.tar.gz 26514 BLAKE2B 847e34081f4e00698cbe3ca9b7325de2995c45bd02b2f443459050a2801a5b476222c345c4ba06463fc6ff489c3c59e5b6e7abbd7b98af740f09d5b04771a4b2 SHA512 7ec21c2483f7ebf2a7e1fef6677c6051ac253da6014354a968b8a107d8097f986b6b162850561fd6a103e93d157b2c849554aabe2484a49c4a3726c8e2083a89
+DIST doc8-1.1.2.tar.gz 27030 BLAKE2B 76c02acb4165bc70a5f84a68c44a1560ca2fe7eae97efe12e93f48922439ca5141028be4be78f3edaff5e25757bf668e567b77ca2f46c0844a54b085da9e3e1e SHA512 77e6dd1abe99ae993138653093458672e8af281e9c195696b67e2ba1a2d0ef4f1b77dd9f24077f159d0b6d9dbb2c78b5b24fc1a6121e2a199fe72528e3926072

diff --git a/dev-python/doc8/doc8-1.1.2.ebuild b/dev-python/doc8/doc8-1.1.2.ebuild
new file mode 100644
index 000000000000..e07ea6f14043
--- /dev/null
+++ b/dev-python/doc8/doc8-1.1.2.ebuild
@@ -0,0 +1,40 @@
+# 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} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Style checker for Sphinx (or other) RST documentation"
+HOMEPAGE="
+	https://pypi.org/project/doc8/
+	https://github.com/PyCQA/doc8/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	>=dev-python/docutils-0.19[${PYTHON_USEDEP}]
+	dev-python/pygments[${PYTHON_USEDEP}]
+	>=dev-python/restructuredtext-lint-0.7[${PYTHON_USEDEP}]
+	dev-python/stevedore[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/tomli[${PYTHON_USEDEP}]
+	' 3.10)
+"
+BDEPEND="
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+	# unpin docutils
+	sed -i -e '/docutils/s:,<=[0-9.]*::' pyproject.toml || die
+}


             reply	other threads:[~2024-09-03  5:23 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-03  5:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21 10:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/doc8/ Michał Górny
2024-09-21 10:41 Arthur Zamarin
2024-07-13  9:48 Michał Górny
2024-07-13  9:36 Arthur Zamarin
2024-06-26  9:05 Sam James
2023-10-29 11:10 Michał Górny
2023-03-16  3:47 Michał Górny
2022-12-25  8:09 Michał Górny
2022-08-30 17:03 Arthur Zamarin
2022-08-30 16:33 Arthur Zamarin
2022-07-29 18:02 Michał Górny
2022-06-22  7:57 Michał Górny
2022-06-22  6:53 Agostino Sarubbo
2022-05-18  5:58 Michał Górny
2022-05-01 13:00 Michał Górny
2022-05-01 13:00 Michał Górny
2022-05-01 13:00 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01  6:55 Michał Górny
2022-03-31 14:08 Michał Górny
2022-03-31 11:33 Michał Górny
2021-10-31 20:33 Michał Górny
2021-10-31 18:02 Sam James
2021-10-31 17:58 Sam James
2021-10-17  7:41 Michał Górny
2021-10-02 23:53 Sam James
2021-09-27 22:16 Michał Górny
2021-09-26  5:01 Sam James
2021-09-26  5:01 Sam James
2021-09-22 14:05 Arthur Zamarin
2021-01-24  0:07 Sam James
2020-10-16  2:04 Matthew Thode
2020-02-05  5:50 Michał Górny
2017-03-22 16:03 Matt Thode
2017-03-13  1:30 Zac Medico
2016-03-25  3:00 Matt Thode
2015-10-15  6:55 Matt Thode

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=1725341002.833ce4fbe4d9cee17c5bda9242344c72d89b4487.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