From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-doxylink/
Date: Wed, 29 Jul 2020 12:58:45 +0000 (UTC) [thread overview]
Message-ID: <1596027513.8ef007a989620687fcf98c68e326992ea3656f6e.aballier@gentoo> (raw)
commit: 8ef007a989620687fcf98c68e326992ea3656f6e
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 29 12:31:55 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jul 29 12:58:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef007a9
dev-python/sphinxcontrib-doxylink: bump to 1.6.1
add py37/38
Closes: https://bugs.gentoo.org/719566
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-python/sphinxcontrib-doxylink/Manifest | 1 +
dev-python/sphinxcontrib-doxylink/metadata.xml | 2 +-
.../sphinxcontrib-doxylink-1.6.1.ebuild | 28 ++++++++++++++++++++++
3 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/dev-python/sphinxcontrib-doxylink/Manifest b/dev-python/sphinxcontrib-doxylink/Manifest
index 345724d2fec..be02b4f565d 100644
--- a/dev-python/sphinxcontrib-doxylink/Manifest
+++ b/dev-python/sphinxcontrib-doxylink/Manifest
@@ -1 +1,2 @@
DIST sphinxcontrib-doxylink-1.5.tar.gz 11391 BLAKE2B 569eaba41a2cb802d05b0e7da28a00f41399175e2103979eeae35750e2935f66670c20bb0a560980d553a8a751ab57c0e200d0110983eb474eba60b3a2bfcc10 SHA512 caac418ed2b11f1b72bc3cb2e5c6bd22a680f9e6debecf6c0028bc1e92fc41e017996be05a7ac7c2dc96c907e59ebfda32bf8b7715c92c33c39404ef356c2a13
+DIST sphinxcontrib-doxylink-1.6.1.tar.gz 10173 BLAKE2B 2bb341576c459715a8bfc0a6a7b971e76afdcfba6a082b3f95844678e54c248e814e1a45a1a5d63d85407dcc6d2f7e56e4211b9603014b8478c7eb35e8b9a73d SHA512 c27983cbd54d6ff2c4110b0269d630cd81b8aff6bf7f6b1b006dbb18fc3643d59a25ecff0ec9c92785c697e38861e755fb44a95382314b8b2888da9e8e191637
diff --git a/dev-python/sphinxcontrib-doxylink/metadata.xml b/dev-python/sphinxcontrib-doxylink/metadata.xml
index de11f8437f1..8dc68b4d593 100644
--- a/dev-python/sphinxcontrib-doxylink/metadata.xml
+++ b/dev-python/sphinxcontrib-doxylink/metadata.xml
@@ -12,6 +12,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">sphinxcontrib-doxylink</remote-id>
- <remote-id type="bitbucket">birkenfeld/sphinx-contrib</remote-id>
+ <remote-id type="github">sphinx-contrib/doxylink</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.6.1.ebuild b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.6.1.ebuild
new file mode 100644
index 00000000000..014c821b458
--- /dev/null
+++ b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-python/sphinx-1.0[${PYTHON_USEDEP}]
+ dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+ dev-python/pyparsing[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_install_all() {
+ distutils-r1_python_install_all
+ find "${ED}" -name '*.pth' -delete || die
+}
next reply other threads:[~2020-07-29 12:58 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-29 12:58 Alexis Ballier [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-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-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=1596027513.8ef007a989620687fcf98c68e326992ea3656f6e.aballier@gentoo \
--to=aballier@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