summaryrefslogtreecommitdiff
path: root/dev-python/pycairo/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-05 18:14:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-05 18:14:27 +0000
commit40ba211fdc9b6a08efb34bcaf4e922ed47078011 (patch)
tree767f01014c66a41a1a2144a2891655fdf7a7adb2 /dev-python/pycairo/files
parenta33fe876b7e767245871047dc2c292b102cf28df (diff)
downloadbaldeagleos-repo-40ba211fdc9b6a08efb34bcaf4e922ed47078011.tar.gz
baldeagleos-repo-40ba211fdc9b6a08efb34bcaf4e922ed47078011.tar.xz
baldeagleos-repo-40ba211fdc9b6a08efb34bcaf4e922ed47078011.zip
Adding metadata
Diffstat (limited to 'dev-python/pycairo/files')
-rw-r--r--dev-python/pycairo/files/pycairo-1.23.0-fix-sphinx.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/pycairo/files/pycairo-1.23.0-fix-sphinx.patch b/dev-python/pycairo/files/pycairo-1.23.0-fix-sphinx.patch
deleted file mode 100644
index a86dd935e482..000000000000
--- a/dev-python/pycairo/files/pycairo-1.23.0-fix-sphinx.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-https://bugs.gentoo.org/890411
-https://github.com/pygobject/pycairo/pull/318
-
-From 9e78bd1acbaef6659dbe3076934ed779eac27a96 Mon Sep 17 00:00:00 2001
-From: Chris Mayo <aklhfex@gmail.com>
-Date: Sun, 23 Apr 2023 19:44:26 +0100
-Subject: [PATCH] docs: Fix build failure due to extlinks with Sphinx 6
-
-extlinks caption must be None or contain one %s.
-
-Compatible with Sphinx >= 4.0.
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -48,10 +48,10 @@ def exec_module(path):
- ]
-
- extlinks = {
-- 'fdobug': ('https://bugs.freedesktop.org/show_bug.cgi?id=%s', '#fdo-'),
-- 'bug': ('https://github.com/pygobject/pycairo/issues/%s', '#'),
-- 'pr': ('https://github.com/pygobject/pycairo/pull/%s', '#pr-'),
-- 'user': ('https://github.com/%s', ''),
-+ 'fdobug': ('https://bugs.freedesktop.org/show_bug.cgi?id=%s', '#fdo-%s'),
-+ 'bug': ('https://github.com/pygobject/pycairo/issues/%s', '#%s'),
-+ 'pr': ('https://github.com/pygobject/pycairo/pull/%s', '#pr-%s'),
-+ 'user': ('https://github.com/%s', '%s'),
- }
- suppress_warnings = ["image.nonlocal_uri"]
-