diff --git a/pisi-index.xml b/pisi-index.xml
index 634a8fc1..4687b07c 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -21284,6 +21284,62 @@
+
+
+ mpdecimal
+ http://www.bytereef.org/mpdecimal/index.html
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ custom
+ app:console
+ programming.language.python3
+ 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.
+ http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.4.2.tar.gz
+
+ glibc-devel
+
+ programming/language/python3/mpdecimal/pspec.xml
+
+
+ mpdecimal
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+ mpdecimal-devel
+ Development files for mpdecimal
+ mpdecimal için geliştirme dosyaları
+
+ 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
+
+
+
slang
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 3c5ed769..be1c08c2 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-f3677a2d66410dd26193ec372cc501190512d0b5
\ No newline at end of file
+afd244b276b1dcb7bc571005889f0214703e36c0
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 9d46206c..ceb10a19 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 4dd85182..3a45d3e0 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-21ca76de9d83ed964c512af08bc8dd88648afc06
\ No newline at end of file
+faf21c7898df19772ed6c4aec8b2a8059cdc5549
\ No newline at end of file
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