From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-doxylink/
Date: Tue, 2 Aug 2022 16:47:10 +0000 (UTC) [thread overview]
Message-ID: <1659458736.516471583acdf539a99bdb33c33ee0bccfcffd83.arthurzam@gentoo> (raw)
commit: 516471583acdf539a99bdb33c33ee0bccfcffd83
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 16:45:36 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 16:45:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51647158
dev-python/sphinxcontrib-doxylink: add 1.12.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/sphinxcontrib-doxylink/Manifest | 1 +
.../sphinxcontrib-doxylink-1.12.2.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/sphinxcontrib-doxylink/Manifest b/dev-python/sphinxcontrib-doxylink/Manifest
index 2b92572c2717..52b2d167d271 100644
--- a/dev-python/sphinxcontrib-doxylink/Manifest
+++ b/dev-python/sphinxcontrib-doxylink/Manifest
@@ -1,2 +1,3 @@
DIST sphinxcontrib-doxylink-1.12.0.gh.tar.gz 22589 BLAKE2B 322fdd0968147abc480a88247ee724daa8c4da4519ff97280af1d81e9f36d4636aca358f5bb1ba08e5ff0f138cf8446194d1fe819a9d18a227eb463b20ee5738 SHA512 7626fad06613a614b5d6efdea088825732571c7ed45f6f2d69f34e0aede020df0930716cb34ca14260891a29aa152019c7bfae8aad729039642ea1c6bbf7d09e
DIST sphinxcontrib-doxylink-1.12.1.gh.tar.gz 22622 BLAKE2B 2818dc9e155156e60a23183ac35e72b51f316e5e3a8f08379236a141436bbca4fee2ad534a391495dbe9bbc7c0d9f32526f5646592d16c1610121c36275a4c27 SHA512 164c523d6fb081d2ee70fa249901eb0fa3233d20a2ba73b52c4f7bf5f31c3f088c0420e39ace36c66a65fceccc137d6d62c28f7b7b58f3fbf96a3f2f73372fc8
+DIST sphinxcontrib-doxylink-1.12.2.gh.tar.gz 23556 BLAKE2B 8d71de83ec304bbf2a74f414c46d157367fc950dc52bab7f685fba24520985fb06daf8bf760d49d73d7a2418da346bf6c84a493b24edef4ab53c5c09799f7c2e SHA512 e90594031067eed0eec1c7aad9c7d2ba7d9a4ce2012a905f6631947a7135659483d52a6261b923d3fa21fcde59ae8bf24c168507c8e95296e0539595e9589ed2
diff --git a/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.12.2.ebuild b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.12.2.ebuild
new file mode 100644
index 000000000000..a6360df99206
--- /dev/null
+++ b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.12.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extension to link to external Doxygen API documentation"
+HOMEPAGE="
+ https://pypi.org/project/sphinxcontrib-doxylink/
+ https://pythonhosted.org/sphinxcontrib-doxylink/
+ https://github.com/sphinx-contrib/doxylink/
+"
+SRC_URI="
+ https://github.com/sphinx-contrib/doxylink/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/doxylink-${PV}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-3.0.8[${PYTHON_USEDEP}]
+ >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ app-doc/doxygen
+ >=dev-python/testfixtures-6.18.5[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx doc \
+ dev-python/sphinx_rtd_theme
+
+python_test() {
+ distutils_write_namespace sphinxcontrib
+ cd "${T}" || die
+ epytest "${S}"/tests
+}
next reply other threads:[~2022-08-02 16:47 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-02 16:47 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 15:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-doxylink/ Michał Górny
2025-03-15 13:16 Arthur Zamarin
2025-03-08 16:55 Michał Górny
2025-03-08 12:10 Sam James
2025-02-28 18:52 Michał Górny
2025-02-07 5:45 Michał Górny
2024-06-30 17:00 Michał Górny
2023-11-25 10:35 Michał Górny
2023-11-25 8:38 Sam James
2023-10-25 7:43 Michał Górny
2023-07-23 15:29 Michał Górny
2023-02-17 11:58 Michał Górny
2022-08-30 17:06 Arthur Zamarin
2022-08-30 16:42 Jakov Smolić
2022-07-29 15:42 Arthur Zamarin
2022-07-29 10:12 Arthur Zamarin
2022-06-06 8:27 Michał Górny
2022-06-06 6:28 Jakov Smolić
2022-05-07 9:35 Michał Górny
2022-04-28 18:48 Michał Górny
2022-04-27 7:00 Michał Górny
2022-04-26 23:24 Sam James
2022-04-20 12:18 Michał Górny
2021-12-17 16:42 Michał Górny
2021-12-17 14:45 Arthur Zamarin
2021-11-17 9:00 Michał Górny
2021-11-15 22:36 Michał Górny
2021-10-31 17:55 Sam James
2021-10-10 16:18 Michał Górny
2021-10-10 15:33 Agostino Sarubbo
2021-09-28 6:31 Michał Górny
2021-09-27 22:16 Michał Górny
2021-09-11 6:53 Michał Górny
2021-09-04 7:47 Michał Górny
2021-08-28 8:16 Arthur Zamarin
2021-08-28 8:16 Arthur Zamarin
2021-06-03 18:52 Michał Górny
2021-06-03 16:26 Sam James
2021-05-28 21:48 Michał Górny
2021-05-28 21:48 Michał Górny
2021-05-28 21:48 Michał Górny
2020-12-04 12:38 Michał Górny
2020-12-03 17:31 Michał Górny
2020-08-18 5:28 Sam James
2020-08-16 14:46 Agostino Sarubbo
2020-07-29 12:58 Alexis Ballier
2020-03-29 9:16 Michał Górny
2020-02-06 6:18 Michał Górny
2018-03-22 10:11 Alexis Ballier
2017-08-02 4:06 Sebastien Fabbro
2017-05-29 16:33 Pacho Ramos
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=1659458736.516471583acdf539a99bdb33c33ee0bccfcffd83.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