diff --git a/programming/language/python/python-pycparser/actions.py b/programming/language/python/python-pycparser/actions.py
new file mode 100644
index 0000000000..688524050a
--- /dev/null
+++ b/programming/language/python/python-pycparser/actions.py
@@ -0,0 +1,16 @@
+#!/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
+
+def build():
+ pythonmodules.compile()
+
+def check():
+ pythonmodules.run("tests/all_tests.py")
+
+def install():
+ pythonmodules.install()
\ No newline at end of file
diff --git a/programming/language/python/python-pycparser/pspec.xml b/programming/language/python/python-pycparser/pspec.xml
new file mode 100644
index 0000000000..8207080342
--- /dev/null
+++ b/programming/language/python/python-pycparser/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ python-pycparser
+ https://github.com/eliben/pycparser
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ 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.20.tar.gz
+
+ python-setuptools
+ python
+
+
+
+
+ python-pycparser
+ Complete C99 parser in pure Python
+
+ /usr/share/doc/python-pycparser
+ /usr/lib/python2*
+
+
+
+
+
+ 2020-03-04
+ 2.20
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2019-11-07
+ 2.19
+ First pisi release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-pycparser/translations.xml b/programming/language/python/python-pycparser/translations.xml
new file mode 100644
index 0000000000..fcd12265c3
--- /dev/null
+++ b/programming/language/python/python-pycparser/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-pycparser
+ Python ile yazilmis C99 cozumleyicisi
+ 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