commit:     4150416613108c2eb9f6184f33f78d430eb445b6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:32:56 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:34:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41504166

dev-python/wand: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/wand/Manifest                         |  1 -
 dev-python/wand/files/wand-0.6.11-sphinx-6.patch | 29 ----------------
 dev-python/wand/wand-0.6.11.ebuild               | 43 ------------------------
 3 files changed, 73 deletions(-)

diff --git a/dev-python/wand/Manifest b/dev-python/wand/Manifest
index b153a8e4fcd1..3b382724144c 100644
--- a/dev-python/wand/Manifest
+++ b/dev-python/wand/Manifest
@@ -1,2 +1 @@
-DIST Wand-0.6.11.tar.gz 11883567 BLAKE2B 
561bcf6645f6eb41737c5e999f01e2719b5170d6e662e3812b4bd444fa77331175a22eff95eeb94ce17ecbe6dbef9a97e9a4f509f878431b64b357843fb15061
 SHA512 
4e551c2942835872f52247c2d642faf2ad4bad6bb206376e4f8dc5cdabe981e73b7e0f58a705d5dcbf8f95c445ed13bbe6b8443b9b29d0056e7aaf50565a608d
 DIST Wand-0.6.13.tar.gz 11883700 BLAKE2B 
b4764d87a5a71acae42ef41b6f066649d9df675045c78de49a64d2a6fa440d0ae995ef20c02ae8fa40af9d728d0b91a43f0371ea220afbae13d3bb9ed3742cd4
 SHA512 
a166a365474e3c4442b1c0fc521837026a236d416b7cf3f899acee5f3b1febb4c5deb0b75bf158393fb9df60e37e6cd8d528cdfdb637a19ecd271ba841dfada2

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 <[email protected]>
-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
-}

Reply via email to