From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-doxylink/
Date: Fri, 28 Feb 2025 18:52:59 +0000 (UTC) [thread overview]
Message-ID: <1740768770.673d3025d8fc682aeb4c7db0281503df6d0fa26d.mgorny@gentoo> (raw)
commit: 673d3025d8fc682aeb4c7db0281503df6d0fa26d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 18:33:46 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 18:52:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673d3025
dev-python/sphinxcontrib-doxylink: Bump to 1.13.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinxcontrib-doxylink/Manifest | 1 +
.../sphinxcontrib-doxylink-1.13.0.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/sphinxcontrib-doxylink/Manifest b/dev-python/sphinxcontrib-doxylink/Manifest
index 6f9ab0a8d72f..a3285d1a0b62 100644
--- a/dev-python/sphinxcontrib-doxylink/Manifest
+++ b/dev-python/sphinxcontrib-doxylink/Manifest
@@ -1,2 +1,3 @@
DIST sphinxcontrib-doxylink-1.12.3.gh.tar.gz 23632 BLAKE2B 4a80366f4beeb9715c69c221a8e5247c28179613b59fb7bdadb1f145b69e4afdc0c2c30affd9647ec9e56e892503a95d018fd97eda014980177282299b81d61f SHA512 d25003dab35c6877bc846552db3e663c660bd5cb6ac6d9077bf04eca32afe0f9559118390c5c884901ce8c5297e97d84f6089428e3173123da6e7869a606a05e
DIST sphinxcontrib-doxylink-1.12.4.gh.tar.gz 24425 BLAKE2B 04c3a9fef624d87b5f9b756dde6bd9a12acfcefb5331ebaa9a97267b0a8389b96676f996bbd8817c0e4096aad693e711527e4981f8a035e70a4abfd26834b53d SHA512 6b1edef1e78635d30fba34abe6f6cfaadf9e941a50c2c13790da848300289938e1f9eafdce5a820e68ff26f2975a14945ee1c43963074343858daa34c16de513
+DIST sphinxcontrib-doxylink-1.13.0.gh.tar.gz 25389 BLAKE2B e834d6cfa5f369f6c32f3ccc527b26d97d51ec3d2bf168a5687ea21b86057ee24804c8e53cf3df1e56076cd43b09cfe5443dc9423eb490d6a32d7f169fd59a37 SHA512 f4df39c5d63bc19ce01b16bb614b3a624f768ea883621167ffda6c724cf8ef296ecfd37179d3f3849f4a953cc9e7d72085507eb8f2313a4dfb992b19c434921f
diff --git a/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.13.0.ebuild b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.13.0.ebuild
new file mode 100644
index 000000000000..f06617c456e7
--- /dev/null
+++ b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.13.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11..13} )
+
+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-text/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:[~2025-02-28 18:53 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 18:52 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 16:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-doxylink/ Michał Górny
2025-03-08 12:10 Sam James
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-08-02 16:47 Arthur Zamarin
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=1740768770.673d3025d8fc682aeb4c7db0281503df6d0fa26d.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