commit:     b1095b04dfe889e5a9bb1f29c96fe498d9592a51
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 10:11:53 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 10:11:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1095b04

dev-python/pythonmagick: Remove last-rited pkg

Closes: https://bugs.gentoo.org/719504
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pythonmagick/Manifest                   |  1 -
 dev-python/pythonmagick/metadata.xml               | 11 ----
 dev-python/pythonmagick/pythonmagick-0.9.17.ebuild | 60 ----------------------
 profiles/package.mask                              |  5 --
 4 files changed, 77 deletions(-)

diff --git a/dev-python/pythonmagick/Manifest b/dev-python/pythonmagick/Manifest
deleted file mode 100644
index 8f8e1cba466..00000000000
--- a/dev-python/pythonmagick/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PythonMagick-0.9.17.tar.xz 271844 BLAKE2B 
92ab2d877332e23c3e869b9e92290e48b2b3d3df107186b0f1b718b2d6b3421b9a27a95f6105856cbc75bfe4ddc3b6abf50b4d2a50a3c81c860e389b797f91ec
 SHA512 
e50e5e0d27f2dc8ccd1b251a0311ecca825423b34e85a257bfce42696c4a285977ffb8bade487fb8a3a4f8cad26d0a41fc067b172b733d0c48e951a27badded7

diff --git a/dev-python/pythonmagick/metadata.xml 
b/dev-python/pythonmagick/metadata.xml
deleted file mode 100644
index 8dfa6639044..00000000000
--- a/dev-python/pythonmagick/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Python</name>
-  </maintainer>
-  <longdescription lang="en">
-  An object-oriented Python interface to ImageMagick.
-</longdescription>
-</pkgmetadata>

diff --git a/dev-python/pythonmagick/pythonmagick-0.9.17.ebuild 
b/dev-python/pythonmagick/pythonmagick-0.9.17.ebuild
deleted file mode 100644
index 8df6dff7769..00000000000
--- a/dev-python/pythonmagick/pythonmagick-0.9.17.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit libtool python-r1
-
-MY_PN="PythonMagick"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python bindings for ImageMagick"
-HOMEPAGE="http://www.imagemagick.org/script/api.php";
-SRC_URI="mirror://imagemagick/python/${MY_P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
-       >=media-gfx/imagemagick-6.9.1
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-       elibtoolize
-       python_copy_sources
-}
-
-src_configure() {
-       python_configure() {
-               econf \
-                       --disable-static \
-                       --with-boost-python=boost_python-${EPYTHON#python}
-       }
-
-       python_foreach_impl run_in_build_dir python_configure
-}
-
-src_compile() {
-       python_foreach_impl run_in_build_dir emake
-}
-
-src_test() {
-       python_foreach_impl run_in_build_dir emake check
-}
-
-src_install() {
-       python_foreach_impl run_in_build_dir emake DESTDIR="${D}" install
-       einstalldocs
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 34507e47b8a..eb5f04d408e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -312,11 +312,6 @@ dev-python/sdnotify
 # Removal in 30 days.  Bug #719546.
 dev-python/scoop
 
-# Michał Górny <[email protected]> (2020-04-26)
-# Unmaintained.  Stuck on Python 3.6.  No tests.  No revdeps.
-# Removal in 30 days.  Bug #719504.
-dev-python/pythonmagick
-
 # Michał Górny <[email protected]> (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #

Reply via email to