diff --git a/programming/language/python3/python3-matplotlib/actions.py b/programming/language/python3/python3-matplotlib/actions.py
new file mode 100644
index 0000000000..2077867cf9
--- /dev/null
+++ b/programming/language/python3/python3-matplotlib/actions.py
@@ -0,0 +1,24 @@
+#!/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 pythonmodules
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ # dodoc method cannot move LICENSE named dir, so i delete the directory
+ shelltools.unlinkDir("LICENSE")
+
+def build():
+ # suppress compiler warnings:
+ pisitools.cflags.add("-Wno-unused-but-set-variable -Wno-misleading-indentation -Wno-stringop-truncation -Wno-unused-function")
+ # fix unused direct dependency analysis
+ shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -lbz2")
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-matplotlib/pspec.xml b/programming/language/python3/python3-matplotlib/pspec.xml
new file mode 100644
index 0000000000..5dce451334
--- /dev/null
+++ b/programming/language/python3/python3-matplotlib/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ python3-matplotlib
+ https://github.com/matplotlib/matplotlib
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ PSF
+ library
+ matplotlib: plotting with Python.
+ Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
+ https://github.com/matplotlib/matplotlib/archive/v3.2.0.tar.gz
+
+ python3-setuptools
+ freetype-devel
+ python3-devel
+ python3-numpy
+
+
+
+
+ python3-matplotlib
+ matplotlib: plotting with Python.
+
+ python3-kiwisolver
+ python3-pyparsing
+ python3-dateutil
+ python3-cycler
+ python3-numpy
+ freetype
+ python3
+ libpng
+
+
+ /usr/share/doc/python3-matplotlib
+ /usr/lib/python3*
+
+
+
+
+
+ 2020-03-05
+ 3.2.0
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-matplotlib/translations.xml b/programming/language/python3/python3-matplotlib/translations.xml
new file mode 100644
index 0000000000..08fe1522cc
--- /dev/null
+++ b/programming/language/python3/python3-matplotlib/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-matplotlib
+ matplotlib: python grafik çizim kitaplığı.
+ python3-matplotlib, python ile hareketli, durağan ve etkileşimli çizgeler yapılmasını sağlayan kapsamlı bir python kitaplığı sunar.
+
+
\ No newline at end of file