summaryrefslogtreecommitdiff
path: root/dev-python/wand
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-30 23:46:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-30 23:46:05 +0000
commitbb262580ec0b56a32797f121e627928d103e6bb1 (patch)
treeb3b80cb753a087635c972352ce99fed1d01f286b /dev-python/wand
parent35e3ee5faf74dc69409f957f81a6848d4d24c49f (diff)
gentoo auto-resync : 30:12:2023 - 23:46:05
Diffstat (limited to 'dev-python/wand')
-rw-r--r--dev-python/wand/Manifest3
-rw-r--r--dev-python/wand/files/wand-0.6.11-sphinx-6.patch29
-rw-r--r--dev-python/wand/wand-0.6.11.ebuild43
3 files changed, 0 insertions, 75 deletions
diff --git a/dev-python/wand/Manifest b/dev-python/wand/Manifest
index 5fba6e4ff0bd..6e754e22dc00 100644
--- a/dev-python/wand/Manifest
+++ b/dev-python/wand/Manifest
@@ -1,6 +1,3 @@
-AUX wand-0.6.11-sphinx-6.patch 1352 BLAKE2B bf9d8892392f806a665c8491da68b95a2699e06beb3270c8390ee625a819205d973d084bc7c7831f0d5d64918824c433d471c61e4f2131030d0cad8b12345425 SHA512 9229a734c1ff35f69e2e4b6d0a5d05580690db1f49e8663fef386b7506b2a050c46373b3842f600fb8e896954ce92fb49ea967e0e74cca792ef468951181fd23
-DIST Wand-0.6.11.tar.gz 11883567 BLAKE2B 561bcf6645f6eb41737c5e999f01e2719b5170d6e662e3812b4bd444fa77331175a22eff95eeb94ce17ecbe6dbef9a97e9a4f509f878431b64b357843fb15061 SHA512 4e551c2942835872f52247c2d642faf2ad4bad6bb206376e4f8dc5cdabe981e73b7e0f58a705d5dcbf8f95c445ed13bbe6b8443b9b29d0056e7aaf50565a608d
DIST Wand-0.6.13.tar.gz 11883700 BLAKE2B b4764d87a5a71acae42ef41b6f066649d9df675045c78de49a64d2a6fa440d0ae995ef20c02ae8fa40af9d728d0b91a43f0371ea220afbae13d3bb9ed3742cd4 SHA512 a166a365474e3c4442b1c0fc521837026a236d416b7cf3f899acee5f3b1febb4c5deb0b75bf158393fb9df60e37e6cd8d528cdfdb637a19ecd271ba841dfada2
-EBUILD wand-0.6.11.ebuild 798 BLAKE2B 3a905748fd533f96615c15d368f0b3ad63659008e017e2207778fed923fefa572515a425fa76e462c86105ff9a8ace5b06cb211fa5df3c7658bfa75379c948be SHA512 b419a4942b47066eb29d1132ab5844bddef81f633902bc81141fd5c4649356b69c777e795b7d8898d2f2c57e73913c49e86c96949be217a6123f8e8e01c62526
EBUILD wand-0.6.13.ebuild 751 BLAKE2B 9f513c40496186b52d4a8041a8833ddb8be3209a7ba30bd971ffdc88f4f2d32dc85ccad9a4ab3feaf43cc528bfb4e1b5e90285435005a0a7b1ff14696fd84149 SHA512 c2ce19a666c48995d7c49e0d0f356ab23a76439e025aaea9afe49efaeddb4657af5ba647ef04dc277c438afb2650aa221c02dff8124d0ea7301a9c95edfc1707
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
deleted file mode 100644
index 4da4354e67ca..000000000000
--- a/dev-python/wand/files/wand-0.6.11-sphinx-6.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://bugs.gentoo.org/889906
-https://github.com/emcconville/wand/commit/460f605f45d406b6d0e2f3e6af7bfa2c62c66882
-
-From 460f605f45d406b6d0e2f3e6af7bfa2c62c66882 Mon Sep 17 00:00:00 2001
-From: Louis Sautier <sautier.louis@gmail.com>
-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
deleted file mode 100644
index 9bc949713fc1..000000000000
--- a/dev-python/wand/wand-0.6.11.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Ctypes-based simple ImageMagick binding for Python"
-HOMEPAGE="
- https://docs.wand-py.org/
- https://github.com/emcconville/wand/
- https://pypi.org/project/Wand/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- media-gfx/imagemagick
-"
-BDEPEND="
- test? (
- media-gfx/imagemagick[fftw,jpeg,png,truetype,xml]
- )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-sphinx-6.patch
-)
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_test() {
- # PDF support is blocked by the default ImageMagick security policy
- epytest --skip-pdf
-}