diff --git a/programming/language/python3/mpdecimal/actions.py b/programming/language/python3/mpdecimal/actions.py
deleted file mode 100644
index c1955007ac..0000000000
--- a/programming/language/python3/mpdecimal/actions.py
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/licenses/gpl.txt
-
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import get
-
-def setup():
- autotools.configure("--prefix=/usr/")
-
-def build():
- autotools.make()
-
-def install():
- autotools.rawInstall('DESTDIR=%s' % get.installDIR())
-
- pisitools.dodoc("LICENSE.txt", "README.txt")
\ No newline at end of file
diff --git a/programming/language/python3/mpdecimal/pspec.xml b/programming/language/python3/mpdecimal/pspec.xml
deleted file mode 100644
index 5e09935a41..0000000000
--- a/programming/language/python3/mpdecimal/pspec.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- mpdecimal
- http://www.bytereef.org/mpdecimal/index.html
-
- Kamil Atlı
- suvari@pisilinux.org
-
- custom
- app:console
- Package for correctly-rounded arbitrary precision decimal floating point arithmetic
- mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic.
- http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.4.2.tar.gz
-
- glibc-devel
-
-
-
-
- mpdecimal
-
- /usr/lib
- /usr/share/doc
-
-
-
-
- mpdecimal-devel
- Development files for mpdecimal
-
- mpdecimal
-
-
- /usr/lib/pkgconfig
- /usr/include
-
-
-
-
-
- 2018-07-31
- 2.4.2
- First release
- Kamil Atlı
- suvari@pisilinux.org
-
-
- 2018-01-31
- 2.4.2
- First release
- Kamil Atlı
- suvari@pisilinux.org
-
-
-
diff --git a/programming/language/python3/mpdecimal/translations.xml b/programming/language/python3/mpdecimal/translations.xml
deleted file mode 100644
index 9c7b661546..0000000000
--- a/programming/language/python3/mpdecimal/translations.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- mpdecimal
- Package for correctly-rounded arbitrary precision decimal floating point arithmetic
- Degiskenler icin karsilaştirma islemini yapan bir modul
- mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic.
-
-
-
- mpdecimal-devel
- Development files for mpdecimal
- mpdecimal için geliştirme dosyaları
-
-
\ No newline at end of file