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: profiles/, dev-python/pythonmagick/
Date: Sun, 31 May 2020 10:14:34
Message-Id: 1590919913.b1095b04dfe889e5a9bb1f29c96fe498d9592a51.mgorny@gentoo
1 commit: b1095b04dfe889e5a9bb1f29c96fe498d9592a51
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:11:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:11:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1095b04
7
8 dev-python/pythonmagick: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719504
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pythonmagick/Manifest | 1 -
14 dev-python/pythonmagick/metadata.xml | 11 ----
15 dev-python/pythonmagick/pythonmagick-0.9.17.ebuild | 60 ----------------------
16 profiles/package.mask | 5 --
17 4 files changed, 77 deletions(-)
18
19 diff --git a/dev-python/pythonmagick/Manifest b/dev-python/pythonmagick/Manifest
20 deleted file mode 100644
21 index 8f8e1cba466..00000000000
22 --- a/dev-python/pythonmagick/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST PythonMagick-0.9.17.tar.xz 271844 BLAKE2B 92ab2d877332e23c3e869b9e92290e48b2b3d3df107186b0f1b718b2d6b3421b9a27a95f6105856cbc75bfe4ddc3b6abf50b4d2a50a3c81c860e389b797f91ec SHA512 e50e5e0d27f2dc8ccd1b251a0311ecca825423b34e85a257bfce42696c4a285977ffb8bade487fb8a3a4f8cad26d0a41fc067b172b733d0c48e951a27badded7
26
27 diff --git a/dev-python/pythonmagick/metadata.xml b/dev-python/pythonmagick/metadata.xml
28 deleted file mode 100644
29 index 8dfa6639044..00000000000
30 --- a/dev-python/pythonmagick/metadata.xml
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <longdescription lang="en">
41 - An object-oriented Python interface to ImageMagick.
42 -</longdescription>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/pythonmagick/pythonmagick-0.9.17.ebuild b/dev-python/pythonmagick/pythonmagick-0.9.17.ebuild
46 deleted file mode 100644
47 index 8df6dff7769..00000000000
48 --- a/dev-python/pythonmagick/pythonmagick-0.9.17.ebuild
49 +++ /dev/null
50 @@ -1,60 +0,0 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=6
55 -PYTHON_COMPAT=( python3_6 )
56 -
57 -inherit libtool python-r1
58 -
59 -MY_PN="PythonMagick"
60 -MY_P="${MY_PN}-${PV}"
61 -
62 -DESCRIPTION="Python bindings for ImageMagick"
63 -HOMEPAGE="http://www.imagemagick.org/script/api.php"
64 -SRC_URI="mirror://imagemagick/python/${MY_P}.tar.xz"
65 -
66 -LICENSE="GPL-3"
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~ppc ~x86"
69 -IUSE=""
70 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
71 -
72 -RDEPEND="${PYTHON_DEPS}
73 - >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
74 - >=media-gfx/imagemagick-6.9.1
75 -"
76 -DEPEND="${RDEPEND}
77 - virtual/pkgconfig
78 -"
79 -
80 -S="${WORKDIR}/${MY_P}"
81 -
82 -src_prepare() {
83 - default
84 - elibtoolize
85 - python_copy_sources
86 -}
87 -
88 -src_configure() {
89 - python_configure() {
90 - econf \
91 - --disable-static \
92 - --with-boost-python=boost_python-${EPYTHON#python}
93 - }
94 -
95 - python_foreach_impl run_in_build_dir python_configure
96 -}
97 -
98 -src_compile() {
99 - python_foreach_impl run_in_build_dir emake
100 -}
101 -
102 -src_test() {
103 - python_foreach_impl run_in_build_dir emake check
104 -}
105 -
106 -src_install() {
107 - python_foreach_impl run_in_build_dir emake DESTDIR="${D}" install
108 - einstalldocs
109 - find "${D}" -name '*.la' -delete || die
110 -}
111
112 diff --git a/profiles/package.mask b/profiles/package.mask
113 index 34507e47b8a..eb5f04d408e 100644
114 --- a/profiles/package.mask
115 +++ b/profiles/package.mask
116 @@ -312,11 +312,6 @@ dev-python/sdnotify
117 # Removal in 30 days. Bug #719546.
118 dev-python/scoop
119
120 -# Michał Górny <mgorny@g.o> (2020-04-26)
121 -# Unmaintained. Stuck on Python 3.6. No tests. No revdeps.
122 -# Removal in 30 days. Bug #719504.
123 -dev-python/pythonmagick
124 -
125 # Michał Górny <mgorny@g.o> (2020-04-22)
126 # Effectively unmaintained and stuck on Python 3.6.
127 #