diff --git a/programming/language/python3/python3-blinker/actions.py b/programming/language/python3/python3-blinker/actions.py
new file mode 100644
index 0000000000..deef24d556
--- /dev/null
+++ b/programming/language/python3/python3-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(pyVer="3")
+
+def check():
+ shelltools.system("nosetests3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-blinker/pspec.xml b/programming/language/python3/python3-blinker/pspec.xml
new file mode 100644
index 0000000000..ac15f1b541
--- /dev/null
+++ b/programming/language/python3/python3-blinker/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ python3-blinker
+ https://github.com/jek/blinker
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ 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
+
+ python3-setuptools
+ python3-devel
+
+ python3-nose
+
+
+
+
+ python3-blinker
+ A fast Python in-process signal/event dispatching system.
+
+ python3
+
+
+ /usr/share/doc/python3-blinker
+ /usr/lib/python3*
+
+
+
+
+
+ 2020-02-12
+ 1.4
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-blinker/translations.xml b/programming/language/python3/python3-blinker/translations.xml
new file mode 100755
index 0000000000..53836479a9
--- /dev/null
+++ b/programming/language/python3/python3-blinker/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-blinker
+ Python için hızlı bir proses-içi sinyal/olay dağıtım dizimi
+ python3-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