Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wand/
Date: Sun, 17 Oct 2021 09:44:41
Message-Id: 1634463695.86e2903eacb16021dc79526591a4ec1e7b5fe1c0.mgorny@gentoo
1 commit: 86e2903eacb16021dc79526591a4ec1e7b5fe1c0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:41:35 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:41:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e2903e
7
8 dev-python/wand: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wand/Manifest | 2 --
13 dev-python/wand/wand-0.6.5.ebuild | 33 ---------------------------------
14 dev-python/wand/wand-0.6.6.ebuild | 33 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-python/wand/Manifest b/dev-python/wand/Manifest
18 index ab53b77ba59..17e4557237c 100644
19 --- a/dev-python/wand/Manifest
20 +++ b/dev-python/wand/Manifest
21 @@ -1,3 +1 @@
22 -DIST Wand-0.6.5.tar.gz 11477141 BLAKE2B 7257dbee8642d619d69d773aa5e0f70c27e32eb5ca4168746efb191ce6d2a49b000aee07127aa51e1906e52e7bc7f2375f39482edf6a841933e4eb2711217fed SHA512 7355888da6ea604759d4af8548d4c2e08d529c88d2720400bbfc6a19bdb03049f3faa5abcd5f3a9c69b705754e86ad4f511a76a0a310d5dece5c2774d74e543b
23 -DIST Wand-0.6.6.tar.gz 11477246 BLAKE2B e4e908da487994c50b02fb25c7a19a70865fc021e00a36170562dd546ac0d0b9c6eb6d622fc50e0160feb48d52828617d8cf83b1ef0f2f449fdc32f174880917 SHA512 618a8678031b57382d008062ffa21168aeb7afd7a5b82675020b11c756f1542f9a2d2d656d7d683cbf47e4d8be118bf0aac005b4aa1a6e5ae9dc417edea0bd79
24 DIST Wand-0.6.7.tar.gz 11686093 BLAKE2B 58abbdc22eb1603ed42e2e2473c0ed2b9026c9c0a499bb885512b56ecf01fb4ffe450979808bba2b4c4466994f86bea9a9c0ced216f8338c845b96a755f39c9f SHA512 e79ecb909f6ad7b3ddae217bb7b27f3c010d22a40eb99866e2a6eb07346000acbead280176e3352da13c20b68a341c751c55d6203bef7968522c8dbcfcab0b06
25
26 diff --git a/dev-python/wand/wand-0.6.5.ebuild b/dev-python/wand/wand-0.6.5.ebuild
27 deleted file mode 100644
28 index e31b06bc29f..00000000000
29 --- a/dev-python/wand/wand-0.6.5.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
38 -
39 -inherit distutils-r1
40 -
41 -MY_P="${PN^}-${PV}"
42 -DESCRIPTION="Ctypes-based simple ImageMagick binding for Python"
43 -HOMEPAGE="http://wand-py.org/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -RDEPEND="media-gfx/imagemagick"
52 -BDEPEND="
53 - test? (
54 - media-gfx/imagemagick[fftw,jpeg,png,truetype,xml]
55 - )
56 -"
57 -
58 -distutils_enable_sphinx docs
59 -distutils_enable_tests pytest
60 -
61 -python_test() {
62 - # PDF support is blocked by the default ImageMagick security policy
63 - pytest -vv --skip-pdf || die "Tests fail with ${EPYTHON}"
64 -}
65
66 diff --git a/dev-python/wand/wand-0.6.6.ebuild b/dev-python/wand/wand-0.6.6.ebuild
67 deleted file mode 100644
68 index 7c69ca33381..00000000000
69 --- a/dev-python/wand/wand-0.6.6.ebuild
70 +++ /dev/null
71 @@ -1,33 +0,0 @@
72 -# Copyright 1999-2021 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
78 -
79 -inherit distutils-r1
80 -
81 -MY_P="${PN^}-${PV}"
82 -DESCRIPTION="Ctypes-based simple ImageMagick binding for Python"
83 -HOMEPAGE="http://wand-py.org/"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
85 -S="${WORKDIR}/${MY_P}"
86 -
87 -LICENSE="MIT"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~x86"
90 -
91 -RDEPEND="media-gfx/imagemagick"
92 -BDEPEND="
93 - test? (
94 - media-gfx/imagemagick[fftw,jpeg,png,truetype,xml]
95 - )
96 -"
97 -
98 -distutils_enable_sphinx docs
99 -distutils_enable_tests pytest
100 -
101 -python_test() {
102 - # PDF support is blocked by the default ImageMagick security policy
103 - pytest -vv --skip-pdf || die "Tests fail with ${EPYTHON}"
104 -}