summaryrefslogtreecommitdiff
path: root/app-text/pelican
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-13 11:48:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-13 11:48:35 +0000
commite45f0df9d7f9f5260e69235b8c7c6e00153747f0 (patch)
tree1999e441fd73f9d62d9ab632067bb978b9b34f29 /app-text/pelican
parent4bc834b03b9438dcfd45780f31a02994c24608ba (diff)
gentoo auto-resync : 13:01:2023 - 11:48:35
Diffstat (limited to 'app-text/pelican')
-rw-r--r--app-text/pelican/Manifest3
-rw-r--r--app-text/pelican/files/pelican-4.8.0-sphinx-6.patch20
-rw-r--r--app-text/pelican/pelican-4.8.0.ebuild6
3 files changed, 27 insertions, 2 deletions
diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index bcf598d21011..b1dd72512ff2 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,3 +1,4 @@
+AUX pelican-4.8.0-sphinx-6.patch 636 BLAKE2B 7b18a9025d6443759737b7fb1b2ac0671fbd5bec8b94bc197dcb2015d927c2eb1f82ef8a71997b611eb7c1950ab0092c34e8dc3ca81a8d4b2f60058b29df7efc SHA512 e5a9a93e0eee19ced45fa2f48b1a6561cfccbded2902161fc1542a12fd5f406dcf59014cafeb55f919eef2c98100b2fdb803d097ca9a410a17b83d42eeb646fa
DIST pelican-4.8.0.gh.tar.gz 1401791 BLAKE2B 889c9054659c9f98cca571fa0f3ea9ee7752aa65c3feb71278570bad74095f521d3838aa1a32dc3ae331ba86149cdd10be9c31c7ed5bc6e06348edf3eb3bb081 SHA512 2e94eb88a836bcb430026463c0e7e906b7f065507e0d873b6e0fc980e271e6a8f2e62b22af4b61c963d90ef61d57787de20656fe7497b0ae14e93eff2d364f3b
-EBUILD pelican-4.8.0.ebuild 2023 BLAKE2B 4359617d4128e0ce8dee47a5f1891803f4b91620c4f11e44ee69987a6524177007761834f8a02e96cb6354ea68e9f91e225961528a64289dde5d2430f6489e45 SHA512 2c7186cba25d278cd93056c4c57339d197a2626e957288f559b295613dccb64955f7af7a84f388f5d20539909b7d6057145d7e5f43b18916a5e32bad2dfed60b
+EBUILD pelican-4.8.0.ebuild 2071 BLAKE2B 3390cbfb451f0cbac69cd8beb540271dc3d92aeb2fc7cdeca533c1a586f2f79ac593d68d167d0678bc6553456696e80feb801e1773c1907372863fe000845f57 SHA512 424a0ac4b8c38f6cfd021793070b15d66298b3d0e5d228b8f00cf7d7106f2411f88198826e779c05e37f791da768051df58f027eca759409791b3edfcbaf18d5
MISC metadata.xml 463 BLAKE2B 2f062e4ee585182b37fdd094c75fe58aa600c57a416c955da7abef66e0c42eb1cd1d1d2b38c3cb322a6e0f044ffabf3915aedd16dee147f6a94fb92205f0d196 SHA512 5bc95a863d0741b536c3b9d3c2f7f9181ec5a26be18f15a1df4f691c8cafa0498d6ed57db37563ea972f8ea025f92c8f92729d97967b044f885989b996646d12
diff --git a/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch b/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch
new file mode 100644
index 000000000000..60302f21a072
--- /dev/null
+++ b/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch
@@ -0,0 +1,20 @@
+https://bugs.gentoo.org/889706
+https://github.com/getpelican/pelican/commit/33aca76d78601f0f0da635c8a14c89bbbc9ff8d6
+
+From 33aca76d78601f0f0da635c8a14c89bbbc9ff8d6 Mon Sep 17 00:00:00 2001
+From: Justin Mayer <entroP@gmail.com>
+Date: Mon, 1 Aug 2022 12:36:54 +0200
+Subject: [PATCH] Adjust extlinks configuration for Sphinx 5.0+
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -23,7 +23,7 @@
+ '''.format(last_stable)
+
+ extlinks = {
+- 'pelican-doc': ('https://docs.getpelican.com/%s/', '')
++ 'pelican-doc': ('https://docs.getpelican.com/%s/', '%s')
+ }
+
+ # -- Options for HTML output --------------------------------------------------
+
diff --git a/app-text/pelican/pelican-4.8.0.ebuild b/app-text/pelican/pelican-4.8.0.ebuild
index 46e07a259b83..2b2b943036ec 100644
--- a/app-text/pelican/pelican-4.8.0.ebuild
+++ b/app-text/pelican/pelican-4.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -45,6 +45,10 @@ EPYTEST_DESELECT=(
pelican/tests/test_pelican.py::TestPelican::test_custom_generation_works
)
+PATCHES=(
+ "${FILESDIR}"/${P}-sphinx-6.patch
+)
+
distutils_enable_tests pytest
python_compile_all() {