diff --git a/programming/language/python/python-blinker/actions.py b/programming/language/python/python-blinker/actions.py
new file mode 100644
index 0000000000..dd92c1ca6b
--- /dev/null
+++ b/programming/language/python/python-blinker/actions.py
@@ -0,0 +1,18 @@
+#!/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 get
+
+def build():
+ pythonmodules.compile()
+
+def check():
+ shelltools.system("nosetests")
+
+def install():
+ pythonmodules.install()
\ No newline at end of file
diff --git a/programming/language/python/python-blinker/pspec.xml b/programming/language/python/python-blinker/pspec.xml
new file mode 100644
index 0000000000..ce3fa709c6
--- /dev/null
+++ b/programming/language/python/python-blinker/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ python-blinker
+ https://github.com/jek/blinker
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ MIT
+ library
+ A fast Python in-process signal/event dispatching system.
+ Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".
+ https://github.com/jek/blinker/archive/rel-1.4.tar.gz
+
+ python-setuptools
+ python-devel
+
+ python-nose
+
+
+
+
+ python-blinker
+ A fast Python in-process signal/event dispatching system.
+
+ /usr/share/doc/python-blinker
+ /usr/lib/python2*
+
+
+
+
+
+ 2020-02-12
+ 1.4
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-blinker/translations.xml b/programming/language/python/python-blinker/translations.xml
new file mode 100755
index 0000000000..2973b6ea4e
--- /dev/null
+++ b/programming/language/python/python-blinker/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-blinker
+ Python için hızlı bir proses-içi sinyal/olay dağıtım dizimi
+ python-blinker, istekli/ilgili partilerin olay veya sinyallere kaydolmasına izin veren hızlı bir dağıtım dizimi sağlar.
+
+
\ No newline at end of file