diff --git a/programming/language/python/python-MarkupSafe/actions.py b/programming/language/python/python-MarkupSafe/actions.py
new file mode 100755
index 00000000..106a43f8
--- /dev/null
+++ b/programming/language/python/python-MarkupSafe/actions.py
@@ -0,0 +1,23 @@
+#!/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 get
+from pisi.actionsapi import shelltools
+
+shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
+
+WorkDir = "MarkupSafe-%s" % get.srcVERSION()
+
+def build():
+ pythonmodules.compile()
+
+def check():
+ pythonmodules.compile("test")
+
+def install():
+ pythonmodules.install()
+
diff --git a/programming/language/python/python-MarkupSafe/pspec.xml b/programming/language/python/python-MarkupSafe/pspec.xml
new file mode 100755
index 00000000..f0c0fd8f
--- /dev/null
+++ b/programming/language/python/python-MarkupSafe/pspec.xml
@@ -0,0 +1,73 @@
+
+
+
+
+ python-MarkupSafe
+ http://pypi.python.org/pypi/MarkupSafe
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ library
+ Implements a XML/HTML/XHTML Markup safe string for Python
+ python-MarkupSafe, implements a unicode subclass that supports HTML strings.
+ https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz
+
+ python-setuptools
+
+
+
+
+ python-MarkupSafe
+
+ /usr/lib/python2.*
+ /usr/share/doc
+
+
+
+
+
+ 2019-10-03
+ 1.1.1
+ Version bump
+ idris Kalp
+ idriskalp@gmail.com
+
+
+ 2018-08-15
+ 1.0
+ Rebuild
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2018-02-26
+ 1.0
+ Version Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2017-01-25
+ 0.23
+ Version Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2016-06-09
+ 0.23
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2014-05-29
+ 0.23
+ First release
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
diff --git a/programming/language/python/python-MarkupSafe/translations.xml b/programming/language/python/python-MarkupSafe/translations.xml
new file mode 100755
index 00000000..3f5732b9
--- /dev/null
+++ b/programming/language/python/python-MarkupSafe/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-MarkupSafe
+ XML/HTML/XHTML markup dilleri için güvenli python karakter dizeleri gerçekleştirimi
+ python-MarkupSafe, HTML karakter dizeleri için unicode bir alt sınıf gerçekleştirimi sağlar.
+
+