diff --git a/system/devel/cython/actions.py b/system/devel/cython/actions.py
new file mode 100644
index 00000000..93f8a969
--- /dev/null
+++ b/system/devel/cython/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 pythonmodules
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+WorkDir = "Cython-%s" % get.srcVERSION()
+
+def build():
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+
+ pisitools.dohtml("Doc/*.html")
+ pisitools.dodoc("COPYING.txt", "LICENSE.txt", "README.txt", "ToDo.txt", "USAGE.txt")
diff --git a/system/devel/cython/pspec.xml b/system/devel/cython/pspec.xml
new file mode 100644
index 00000000..d22ba35c
--- /dev/null
+++ b/system/devel/cython/pspec.xml
@@ -0,0 +1,72 @@
+
+
+
+
+ cython
+ http://www.cython.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Apache-2.0
+ app:console
+ library
+ C extensions for the Python
+ Cython is a language that makes writing C extensions for the Python language as easy as Python itself.
+ http://www.cython.org/release/Cython-0.22.tar.gz
+
+
+
+ cython
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2015-02-16
+ 0.22
+ Version bump.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2015-02-03
+ 0.21.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-07-05
+ 0.20.2
+ Version bump
+ Vedat Demir
+ vedat@pisilinux.org
+
+
+ 2013-11-07
+ 0.19.2
+ Version bump
+ Burak Fazıl Ertürk
+ burakerturk@pisilinux.org
+
+
+ 2013-05-02
+ 0.19
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2012-09-15
+ 0.17
+ First release
+ Erdinç Gültekin
+ admins@pisilinux.org
+
+
+
diff --git a/system/devel/cython/translations.xml b/system/devel/cython/translations.xml
new file mode 100644
index 00000000..dd91f70d
--- /dev/null
+++ b/system/devel/cython/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ cython
+ Python için C eklentileri
+ Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir.
+
+