summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-celery/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-28 10:32:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-28 10:32:42 +0100
commit5d1fadfaf82053fc45d6120cb990be1ffb05fc8d (patch)
tree8d36fff15d7c7ebb6834f324a115e82f24cdbaf2 /dev-python/sphinx-celery/files
parent5684fb5128e63f45e3c4a58a58ba9b2a124a2a28 (diff)
gentoo auto-resync : 28:10:2023 - 10:32:42
Diffstat (limited to 'dev-python/sphinx-celery/files')
-rw-r--r--dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch b/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch
new file mode 100644
index 000000000000..c01e8dde882d
--- /dev/null
+++ b/dev-python/sphinx-celery/files/sphinx-celery-2.0.0-extlinks.patch
@@ -0,0 +1,30 @@
+From 46d3ea167e7b6eab24f35354f44822981bc76767 Mon Sep 17 00:00:00 2001
+From: Oleg Hoefling <oleg.hoefling@ionos.com>
+Date: Tue, 23 Aug 2022 15:56:17 +0200
+Subject: [PATCH] add placeholder to each extlinks caption
+
+https://github.com/celery/sphinx_celery/pull/40
+Signed-off-by: Oleg Hoefling <oleg.hoefling@ionos.com>
+---
+ sphinx_celery/conf.py | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/sphinx_celery/conf.py b/sphinx_celery/conf.py
+index b35bc2b..8a6895b 100644
+--- a/sphinx_celery/conf.py
++++ b/sphinx_celery/conf.py
+@@ -161 +161 @@
+- 'GitHub SHA@',
++ 'GitHub SHA@%s',
+@@ -165 +165 @@
+- 'GitHub branch',
++ 'GitHub branch %s',
+@@ -168 +168 @@
+- 'https://github.com/%s/', '@',
++ 'https://github.com/%s/', '@%s',
+@@ -171 +171 @@
+- 'https://pypi.python.org/pypi/%s/', '',
++ 'https://pypi.python.org/pypi/%s/', None,
+@@ -174 +174 @@
+- 'https://en.wikipedia.org/wiki/%s', '',
++ 'https://en.wikipedia.org/wiki/%s', None,