From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-issues/
Date: Sun, 5 Nov 2023 15:21:03 +0000 (UTC) [thread overview]
Message-ID: <1699197605.89f2935ff0b193bfa72dd451813a337afae71466.mgorny@gentoo> (raw)
commit: 89f2935ff0b193bfa72dd451813a337afae71466
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 15:20:05 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 15:20:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f2935f
dev-python/sphinx-issues: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-issues/Manifest | 2 +-
dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild | 17 +++++++++++++----
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/dev-python/sphinx-issues/Manifest b/dev-python/sphinx-issues/Manifest
index 6e6ecc2eef50..5083982df452 100644
--- a/dev-python/sphinx-issues/Manifest
+++ b/dev-python/sphinx-issues/Manifest
@@ -1 +1 @@
-DIST sphinx-issues-3.0.1.tar.gz 12320 BLAKE2B 770aa19a443bacd489157244f087fdb99740d5eae2f45246ab0fd0596260f249dcf7fb0642acf0a925d1a1def08f6d944a2ec67017334843b636623b05df8327 SHA512 dd64e1611eb58fc455bedb1658473fd71e4deab1371d8a42e6fa7fe3b128a991251add12e463b9a5826fd4eb5aa12e9a117dcf953feeb8df980a7951e43d8baa
+DIST sphinx-issues-3.0.1.gh.tar.gz 12320 BLAKE2B 770aa19a443bacd489157244f087fdb99740d5eae2f45246ab0fd0596260f249dcf7fb0642acf0a925d1a1def08f6d944a2ec67017334843b636623b05df8327 SHA512 dd64e1611eb58fc455bedb1658473fd71e4deab1371d8a42e6fa7fe3b128a991251add12e463b9a5826fd4eb5aa12e9a117dcf953feeb8df980a7951e43d8baa
diff --git a/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild b/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild
index 77de808c05db..f53077d25122 100644
--- a/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild
+++ b/dev-python/sphinx-issues/sphinx-issues-3.0.1-r1.ebuild
@@ -4,18 +4,27 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
-HOMEPAGE="https://github.com/sloria/sphinx-issues"
-SRC_URI="https://github.com/sloria/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="
+ https://github.com/sloria/sphinx-issues/
+ https://pypi.org/project/sphinx-issues/
+"
+SRC_URI="
+ https://github.com/sloria/sphinx-issues/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/sphinx[${PYTHON_USEDEP}]
+"
distutils_enable_tests pytest
next reply other threads:[~2023-11-05 15:21 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-05 15:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 20:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-issues/ Michał Górny
2024-10-26 15:29 Michał Górny
2024-10-26 14:22 Arthur Zamarin
2024-10-12 4:59 Michał Górny
2024-05-27 19:33 Petr Vaněk
2024-05-01 17:33 Michał Górny
2024-05-01 16:22 Sam James
2024-04-16 6:46 Michał Górny
2024-02-03 9:17 Michał Górny
2024-02-03 8:29 Arthur Zamarin
2024-01-19 18:28 Arthur Zamarin
2022-08-30 18:53 Michał Górny
2022-08-30 16:42 Jakov Smolić
2022-07-29 16:37 Arthur Zamarin
2022-07-29 16:37 Arthur Zamarin
2022-02-11 13:36 Michał Górny
2022-02-11 12:25 Sam James
2022-02-09 1:23 Sam James
2022-02-07 5:49 Sam James
2022-02-05 19:17 Arthur Zamarin
2022-02-04 9:12 Jakov Smolić
2022-02-04 9:03 Jakov Smolić
2022-02-04 7:27 Agostino Sarubbo
2022-02-04 7:22 Agostino Sarubbo
2022-02-03 22:29 Michał Górny
2022-02-03 21:07 Arthur Zamarin
2022-02-03 21:00 Arthur Zamarin
2022-02-03 20:56 Arthur Zamarin
2022-01-11 18:03 Arthur Zamarin
2022-01-11 9:59 Michał Górny
2022-01-02 10:59 Michał Górny
2021-09-26 22:28 James Le Cuirot
2021-07-27 11:00 Marek Szuba
2021-03-05 14:03 Louis Sautier
2021-01-06 22:30 Fabian Groffen
2020-11-17 20:17 Michał Górny
2020-07-27 10:02 Michał Górny
2020-05-14 16:27 Michał Górny
2020-03-02 11:49 Sergei Trofimovich
2020-02-24 12:49 Agostino Sarubbo
2020-02-24 11:43 Agostino Sarubbo
2020-02-24 11:31 Agostino Sarubbo
2020-02-24 11:28 Agostino Sarubbo
2020-02-24 10:07 Agostino Sarubbo
2020-02-24 10:04 Agostino Sarubbo
2020-02-24 9:02 Agostino Sarubbo
2019-12-03 23:37 Aaron Bauman
2019-12-03 21:36 Aaron Bauman
2019-11-16 18:55 Patrick McLean
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=1699197605.89f2935ff0b193bfa72dd451813a337afae71466.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