From e1d95cd8c0944013a250bde528253138bffa2e65 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 19 Jan 2023 05:58:32 +0000 Subject: gentoo auto-resync : 19:01:2023 - 05:58:31 --- dev-python/wand/Manifest | 3 ++- dev-python/wand/files/wand-0.6.11-sphinx-6.patch | 29 ++++++++++++++++++++++++ dev-python/wand/wand-0.6.11.ebuild | 4 ++++ 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 dev-python/wand/files/wand-0.6.11-sphinx-6.patch (limited to 'dev-python/wand') diff --git a/dev-python/wand/Manifest b/dev-python/wand/Manifest index 9414e1642596..8a29a6c8ef05 100644 --- a/dev-python/wand/Manifest +++ b/dev-python/wand/Manifest @@ -1,5 +1,6 @@ +AUX wand-0.6.11-sphinx-6.patch 1352 BLAKE2B bf9d8892392f806a665c8491da68b95a2699e06beb3270c8390ee625a819205d973d084bc7c7831f0d5d64918824c433d471c61e4f2131030d0cad8b12345425 SHA512 9229a734c1ff35f69e2e4b6d0a5d05580690db1f49e8663fef386b7506b2a050c46373b3842f600fb8e896954ce92fb49ea967e0e74cca792ef468951181fd23 DIST Wand-0.6.10.tar.gz 11885159 BLAKE2B 206a652fa87a69f4d7af6156b2dc2b0ff515f317f9ad3d938ee15e50043ab3e3ffc052e0650ebfb2e5f5c5d1d1f1500f4880578a6cd7765d6c3af02f877fd843 SHA512 bde72e0ec56898c0885e483ec8dafc5dd2fbc1319736b5d46074cb00d1643c5368fbf66e0c8ff918dbe4b7b6ac4901551ee2c8563317c90c269e7ccfe53edf6f DIST Wand-0.6.11.tar.gz 11883567 BLAKE2B 561bcf6645f6eb41737c5e999f01e2719b5170d6e662e3812b4bd444fa77331175a22eff95eeb94ce17ecbe6dbef9a97e9a4f509f878431b64b357843fb15061 SHA512 4e551c2942835872f52247c2d642faf2ad4bad6bb206376e4f8dc5cdabe981e73b7e0f58a705d5dcbf8f95c445ed13bbe6b8443b9b29d0056e7aaf50565a608d EBUILD wand-0.6.10.ebuild 799 BLAKE2B f2bc63190935d06f760e8d9d0873cadec7d0c137aca69287d52cf11ccec2721746c9f4140986c6eb7c6acccdaf51c636ede579b66b8d27dfef5c3285ca2803d5 SHA512 7626ba0fdc11089be8fd1c4fcd906d46bb538100312af595aa5a2751c5525c65ca3ed2866e42a27491851ff0c9ca575b331d3f77ba4b5bfc16e7ce05b5be1ec3 -EBUILD wand-0.6.11.ebuild 799 BLAKE2B f2bc63190935d06f760e8d9d0873cadec7d0c137aca69287d52cf11ccec2721746c9f4140986c6eb7c6acccdaf51c636ede579b66b8d27dfef5c3285ca2803d5 SHA512 7626ba0fdc11089be8fd1c4fcd906d46bb538100312af595aa5a2751c5525c65ca3ed2866e42a27491851ff0c9ca575b331d3f77ba4b5bfc16e7ce05b5be1ec3 +EBUILD wand-0.6.11.ebuild 847 BLAKE2B 5d14b7b078daa774cb64e092598dc6a63168649df1fdce0da8c11a34735252b3976ae0461bfe1b3b181f1d80e5ceea8e21a29e7f1b778e665c4a14995f718ee1 SHA512 ccad3042ff7ba1481d3135f816b686529e5f055d54f96564e5255ca9004e3736bf7ce59652f778e4f97590e50da798de628da63e0b68fbfcc3a9b68fa455811f MISC metadata.xml 534 BLAKE2B 0c2295ce9b9805ceff22c9549adfa46578a5d5d1d4f13b7af416ad23f305ee24275deb7204a68076901e6060d41a3935580e24578d2fe56a2c32817ab83165b5 SHA512 68f30bc7ad8cf6a451acf550c02b76e1f71a8c66c9ffc8832995bd292bd460d16c9526e5bb2daaed9cabece9591499f9dd3b0f11d748af247c78654d6104ee13 diff --git a/dev-python/wand/files/wand-0.6.11-sphinx-6.patch b/dev-python/wand/files/wand-0.6.11-sphinx-6.patch new file mode 100644 index 000000000000..4da4354e67ca --- /dev/null +++ b/dev-python/wand/files/wand-0.6.11-sphinx-6.patch @@ -0,0 +1,29 @@ +https://bugs.gentoo.org/889906 +https://github.com/emcconville/wand/commit/460f605f45d406b6d0e2f3e6af7bfa2c62c66882 + +From 460f605f45d406b6d0e2f3e6af7bfa2c62c66882 Mon Sep 17 00:00:00 2001 +From: Louis Sautier +Date: Sat, 14 Jan 2023 22:30:03 +0100 +Subject: [PATCH] docs: fix build with Sphinx 6.0.0 + +See https://github.com/sphinx-doc/sphinx/commit/93cf1a57d916a1ff96c8e8a0356d0256e40489ac +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -263,11 +263,11 @@ def __repr__(self): + intersphinx_mapping = {'http://docs.python.org/': None} + + extlinks = { +- 'issue': ('https://github.com/emcconville/wand/issues/%s', '#'), +- 'pull': ('https://github.com/emcconville/wand/pull/%s', '!'), +- 'branch': ('https://github.com/emcconville/wand/compare/master...%s', ''), +- 'commit': ('https://github.com/emcconville/wand/commit/%s', ''), +- 'cli': ('https://imagemagick.org/script/command-line-options.php#%s', '-'), ++ 'issue': ('https://github.com/emcconville/wand/issues/%s', '#%s'), ++ 'pull': ('https://github.com/emcconville/wand/pull/%s', '!%s'), ++ 'branch': ('https://github.com/emcconville/wand/compare/master...%s', '%s'), ++ 'commit': ('https://github.com/emcconville/wand/commit/%s', '%s'), ++ 'cli': ('https://imagemagick.org/script/command-line-options.php#%s', '-%s'), + } + + # fall back if theme is not there + diff --git a/dev-python/wand/wand-0.6.11.ebuild b/dev-python/wand/wand-0.6.11.ebuild index cb0ffa456453..13b137e5a7a5 100644 --- a/dev-python/wand/wand-0.6.11.ebuild +++ b/dev-python/wand/wand-0.6.11.ebuild @@ -31,6 +31,10 @@ BDEPEND=" ) " +PATCHES=( + "${FILESDIR}"/${P}-sphinx-6.patch +) + distutils_enable_sphinx docs distutils_enable_tests pytest -- cgit v1.2.3