diff --git a/programming/language/python3/python3-pycparser/actions.py b/programming/language/python3/python3-pycparser/actions.py
new file mode 100644
index 0000000000..c6fa7fb71f
--- /dev/null
+++ b/programming/language/python3/python3-pycparser/actions.py
@@ -0,0 +1,22 @@
+#!/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 build():
+ pythonmodules.compile(pyVer="3")
+
+def check():
+ pythonmodules.run("tests/all_tests.py", pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
+
+ for dirs in ["examples"]:
+ pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
\ No newline at end of file
diff --git a/programming/language/python3/python3-pycparser/pspec.xml b/programming/language/python3/python3-pycparser/pspec.xml
new file mode 100644
index 0000000000..1b99ff3187
--- /dev/null
+++ b/programming/language/python3/python3-pycparser/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python3-pycparser
+ https://github.com/eliben/pycparser
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ BSD
+ library
+ Complete C99 parser in pure Python
+ pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.
+ https://github.com/eliben/pycparser/archive/release_v2.19.tar.gz
+
+ python3-setuptools
+ python3
+
+
+
+
+ python3-pycparser
+ Complete C99 parser in pure Python
+
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-pycparser
+
+
+
+
+
+ 2019-11-07
+ 2.19
+ First pisi release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-pycparser/translations.xml b/programming/language/python3/python3-pycparser/translations.xml
new file mode 100644
index 0000000000..3ca6fb82c8
--- /dev/null
+++ b/programming/language/python3/python3-pycparser/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pycparser
+ Python ile yazılmış C99 cözümleyicisi.
+ pycparser, C kaynak kodunu çözümlemesi gereken uygulamalara kolaylıkla bütünleşebilen bir python modülüdür.
+
+
\ No newline at end of file