From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-spelling/
Date: Mon, 10 Oct 2022 07:43:32 +0000 (UTC) [thread overview]
Message-ID: <1665387804.6fe0d05efabf00db94e6e757968b848f1a40d1e4.arthurzam@gentoo> (raw)
commit: 6fe0d05efabf00db94e6e757968b848f1a40d1e4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 07:20:46 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 07:43:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe0d05e
dev-python/sphinxcontrib-spelling: add 7.6.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/sphinxcontrib-spelling/Manifest | 1 +
.../sphinxcontrib-spelling-7.6.1.ebuild | 49 ++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/dev-python/sphinxcontrib-spelling/Manifest b/dev-python/sphinxcontrib-spelling/Manifest
index 3f358a827475..7b0f4eca9b37 100644
--- a/dev-python/sphinxcontrib-spelling/Manifest
+++ b/dev-python/sphinxcontrib-spelling/Manifest
@@ -1 +1,2 @@
DIST sphinxcontrib-spelling-7.6.0.tar.gz 56329 BLAKE2B e26a3fcb39edf622b20bce0d79d1ce2d2a13e4dd8bdef0bb5cc31108a8ee42afd728975fd65e840c91bc6c6510a57904ebc478b458a52a96031bf44f1cbfa8b6 SHA512 102202eb73767ffface2aa5555c8ee2658bcd3c1eb7f3a925e8713e2f233d1bcf0eb307fed6c264c4e4e6503c30d83a3025b0c39ef608451d2fe86664aeb48c5
+DIST sphinxcontrib-spelling-7.6.1.tar.gz 56828 BLAKE2B 4b059262af6048a037378a48b8f0232d1846365e83069830a877a79296a8004070418199574ee34c3c7cdc644273b0316cbfe45978ff979b91764fd523a408e4 SHA512 504719cf565d27f61e0b30c76129afba7513cb0b974deb9adc40762ea51f62c414844d61d69ab4cc19c95c01d8684097803ba0a8f74c79b3be983ce085ae1e06
diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.6.1.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.6.1.ebuild
new file mode 100644
index 000000000000..834977197c58
--- /dev/null
+++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.6.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx spelling extension"
+HOMEPAGE="
+ https://github.com/sphinx-contrib/spelling/
+ https://pypi.org/project/sphinxcontrib-spelling/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ dev-python/pyenchant[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/pbr[${PYTHON_USEDEP}]
+ test? (
+ app-dicts/myspell-en
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # requires the git repo
+ tests/test_filter.py::test_contributors
+)
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+ distutils_write_namespace sphinxcontrib
+ rm -rf sphinxcontrib || die
+ epytest tests
+}
next reply other threads:[~2022-10-10 7:43 UTC|newest]
Thread overview: 106+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-10 7:43 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 20:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-spelling/ Michał Górny
2025-01-04 15:00 Michał Górny
2024-12-20 8:23 Michał Górny
2024-06-20 9:50 Petr Vaněk
2024-06-06 14:03 Ionen Wolkens
2024-04-14 15:28 Michał Górny
2023-03-24 19:52 Michał Górny
2023-03-24 19:47 Arthur Zamarin
2023-02-20 6:24 Michał Górny
2022-12-17 6:43 Michał Górny
2022-12-16 19:49 Arthur Zamarin
2022-11-13 18:57 Michał Górny
2022-11-10 19:25 Arthur Zamarin
2022-11-10 19:22 Arthur Zamarin
2022-10-18 7:26 Michał Górny
2022-07-24 20:24 Michał Górny
2022-07-02 12:15 Arthur Zamarin
2022-07-02 12:13 Arthur Zamarin
2022-06-26 4:49 Michał Górny
2022-06-19 18:08 Arthur Zamarin
2022-06-06 11:35 Michał Górny
2022-06-06 11:01 Jakov Smolić
2022-05-31 6:18 Michał Górny
2022-05-29 7:09 Michał Górny
2022-05-26 8:07 Michał Górny
2022-05-01 6:41 Michał Górny
2022-04-27 7:07 Michał Górny
2022-04-27 6:58 Agostino Sarubbo
2022-04-26 1:51 Sam James
2022-04-20 12:18 Michał Górny
2022-04-20 12:18 Michał Górny
2022-02-03 20:56 Arthur Zamarin
2022-01-29 7:23 Michał Górny
2022-01-29 6:59 Arthur Zamarin
2022-01-06 0:12 Michał Górny
2022-01-05 18:17 Arthur Zamarin
2021-12-30 21:56 Michał Górny
2021-12-29 8:30 Michał Górny
2021-12-04 22:20 Michał Górny
2021-08-28 8:16 Arthur Zamarin
2021-06-05 20:55 Michał Górny
2021-05-01 7:45 Michał Górny
2021-01-05 21:32 Michał Górny
2021-01-05 21:03 Sam James
2020-12-22 8:00 Sergei Trofimovich
2020-12-04 12:38 Michał Górny
2020-12-03 17:31 Michał Górny
2020-11-26 19:08 Sam James
2020-11-26 13:21 Sam James
2020-11-26 8:26 Sam James
2020-11-23 16:39 Sergei Trofimovich
2020-11-13 10:08 Michał Górny
2020-11-13 9:02 Michał Górny
2020-11-13 2:46 Sam James
2020-11-12 23:09 Thomas Deutschmann
2020-11-06 8:01 Michał Górny
2020-11-02 23:31 Michał Górny
2020-10-21 22:51 Michał Górny
2020-10-20 2:50 Michał Górny
2020-10-19 6:37 Michał Górny
2020-10-04 20:02 Louis Sautier
2020-10-04 19:59 Louis Sautier
2020-10-04 19:59 Louis Sautier
2020-10-04 19:49 Sergei Trofimovich
2020-09-27 6:42 Matt Turner
2020-09-24 6:49 Agostino Sarubbo
2020-09-13 4:55 Sam James
2020-09-13 3:31 Sam James
2020-08-25 10:23 Sam James
2020-08-19 3:34 Michał Górny
2020-08-18 21:53 Sergei Trofimovich
2020-08-13 10:04 Michał Górny
2020-07-30 20:46 Michał Górny
2020-07-29 17:11 Sam James
2020-07-29 16:22 Sam James
2020-07-29 8:03 Michał Górny
2020-07-29 8:03 Michał Górny
2020-07-11 9:16 Michał Górny
2020-07-11 9:16 Michał Górny
2020-07-09 8:04 Agostino Sarubbo
2020-06-23 6:03 Michał Górny
2020-06-12 18:24 Michał Górny
2020-06-12 18:24 Michał Górny
2020-06-06 8:38 Michał Górny
2020-04-27 15:56 Michał Górny
2020-04-11 7:49 Michał Górny
2020-03-25 13:59 Michał Górny
2020-03-25 13:59 Michał Górny
2020-02-06 6:18 Michał Górny
2019-12-30 21:54 Piotr Karbowski
2019-07-14 12:27 Michał Górny
2019-07-14 12:27 Michał Górny
2019-04-27 11:49 Anthony G. Basile
2018-03-10 14:56 Pacho Ramos
2017-10-04 8:57 Michał Górny
2017-09-28 13:42 Michael Palimaka
2017-09-16 6:33 Markus Meier
2017-09-08 20:53 Markus Meier
2017-08-02 4:06 Sebastien Fabbro
2017-07-31 9:33 Tobias Klausmann
2017-02-13 9:19 Zac Medico
2016-03-28 13:16 Ian Delaney
2015-10-14 16:52 Justin Lecher
2015-08-16 15:10 Justin Lecher
2015-08-09 20:33 Alex Brandt
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=1665387804.6fe0d05efabf00db94e6e757968b848f1a40d1e4.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