diff --git a/programming/language/python3/mpdecimal/actions.py b/programming/language/python3/mpdecimal/actions.py
new file mode 100644
index 00000000..c1955007
--- /dev/null
+++ b/programming/language/python3/mpdecimal/actions.py
@@ -0,0 +1,20 @@
+#!/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
new file mode 100644
index 00000000..5e09935a
--- /dev/null
+++ b/programming/language/python3/mpdecimal/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+
+ 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
new file mode 100644
index 00000000..9c7b6615
--- /dev/null
+++ b/programming/language/python3/mpdecimal/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ 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