diff --git a/multimedia/converter/pythonmagick/actions.py b/multimedia/converter/pythonmagick/actions.py
deleted file mode 100644
index 460786fb24..0000000000
--- a/multimedia/converter/pythonmagick/actions.py
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/copyleft/gpl.txt
-
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import get
-
-def setup():
- #shelltools.system("./autogen.pl")
- autotools.configure()
-
-def build():
- autotools.make()
-
-def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
- pisitools.dodoc("ChangeLog", "LICENSE", "README")
diff --git a/multimedia/converter/pythonmagick/pspec.xml b/multimedia/converter/pythonmagick/pspec.xml
deleted file mode 100644
index 82eb6955f4..0000000000
--- a/multimedia/converter/pythonmagick/pspec.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
- pythonmagick
- http://www.imagemagick.org
-
- PisiLinux Community
- admins@pisilinux.org
-
- as-is
- library
- Python bindings for the ImageMagick
- PythonMagick is an object oriented Python bindings for the ImageMagick library.
- http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.xz
-
- python-devel
- boost-devel
- imagemagick-devel
- python-devel
-
-
-
-
- pythonmagick
-
- boost
- imagemagick
- libgcc
-
-
- /usr/lib
- /usr/share/doc
-
-
-
-
-
- 2016-02-08
- 0.9.12
- First release
- Stefan Gronewold
- groni@pisilinux.org
-
-
-
diff --git a/multimedia/converter/pythonmagick/translations.xml b/multimedia/converter/pythonmagick/translations.xml
deleted file mode 100644
index f07636f245..0000000000
--- a/multimedia/converter/pythonmagick/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- pythonmagick
- ImageMagick için Python bağlayıcıları
- PythonMagick, ImageMagick kütüphanesi için nesne yönelimli Python bağlayıcılarıdır.
-
-