diff --git a/programming/language/python/python-Babel/actions.py b/programming/language/python/python-Babel/actions.py
new file mode 100644
index 0000000000..8807be481d
--- /dev/null
+++ b/programming/language/python/python-Babel/actions.py
@@ -0,0 +1,25 @@
+#!/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 pisitools
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+#WorkDir = "Babel-%s" % get.srcVERSION()
+
+htmltxt = "%s/%s/html" % (get.docDIR(), get.srcNAME())
+
+def build():
+ shelltools.system("python setup.py import_cldr")
+ #pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+
+ pisitools.dohtml("docs/")
+ #pisitools.insinto(htmltxt, "docs/*.txt")
+ pisitools.dodoc("LICENSE","AUTHORS","README*")
diff --git a/programming/language/python/python-Babel/pspec.xml b/programming/language/python/python-Babel/pspec.xml
new file mode 100644
index 0000000000..bba6d87e3d
--- /dev/null
+++ b/programming/language/python/python-Babel/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python-Babel
+ http://babel.pocoo.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ library
+ A collection of tools for internationalizing Python applications
+ Babel is composed of two major parts: 1) tools to build and work with gettext message catalogs , 2) a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.
+ https://github.com/python-babel/babel/archive/2.3.4.tar.gz
+
+ python-devel
+ python-setuptools
+
+
+
+
+ python-Babel
+
+ python-pytz
+ python-setuptools
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc/python-Babel
+
+
+
+
+
+ 2017-01-29
+ 2.3.4
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python/python-Babel/translations.xml b/programming/language/python/python-Babel/translations.xml
new file mode 100644
index 0000000000..461674a058
--- /dev/null
+++ b/programming/language/python/python-Babel/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-Babel
+ Python uygulamalarını uluslararasılaştırmak için bir takım koleksiyonu
+ Babel temelde iki parçadan oluşur: 1) gettext mesaj kataloglarıyla çalışmak ve onları derlemek için araçlar 2) CLDR(Common Locale Data Repository), Genel Yerel Veri Deposuna, çeşitli yerel gösterim isimlerine ulaşımı sağlamak, yerelleştirilmiş numara ve tarih biçimlerini desteklemek gibi özellikler sağlayan bir python arayüzü.
+
+
diff --git a/programming/language/python/python-imagesize/actions.py b/programming/language/python/python-imagesize/actions.py
new file mode 100644
index 0000000000..661334e13d
--- /dev/null
+++ b/programming/language/python/python-imagesize/actions.py
@@ -0,0 +1,19 @@
+#!/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 pisitools
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+
+def build():
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+
+ pisitools.dodoc("LICENSE*", "README*")
diff --git a/programming/language/python/python-imagesize/pspec.xml b/programming/language/python/python-imagesize/pspec.xml
new file mode 100644
index 0000000000..39f3d58015
--- /dev/null
+++ b/programming/language/python/python-imagesize/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ python-imagesize
+ https://github.com/shibukawa/imagesize_py
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ library
+ Getting image size from png/jpeg/jpeg2000/gif file.
+ This module analyzes jpeg/jpeg2000/png/gif image header and return image size.
+ https://github.com/shibukawa/imagesize_py/archive/0.7.1.tar.gz
+
+ python-devel
+ python-setuptools
+
+
+
+
+ python-imagesize
+
+ python-setuptools
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2017-01-29
+ 0.7.1
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python/python-imagesize/translations.xml b/programming/language/python/python-imagesize/translations.xml
new file mode 100644
index 0000000000..e42a92dda8
--- /dev/null
+++ b/programming/language/python/python-imagesize/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-imagesize
+ Png / jpeg / jpeg2000 / gif dosyasından görüntü boyutu elde etme.
+ Bu modül jpeg / jpeg2000 / png / gif resim başlığını ve dönüş resim boyutunu analiz eder.
+
+
diff --git a/programming/language/python/python-pytz/actions.py b/programming/language/python/python-pytz/actions.py
new file mode 100644
index 0000000000..143c3783c0
--- /dev/null
+++ b/programming/language/python/python-pytz/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 pisitools
+from pisi.actionsapi import pythonmodules
+
+def setup():
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+
+ pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt")
diff --git a/programming/language/python/python-pytz/pspec.xml b/programming/language/python/python-pytz/pspec.xml
new file mode 100644
index 0000000000..5654660d97
--- /dev/null
+++ b/programming/language/python/python-pytz/pspec.xml
@@ -0,0 +1,36 @@
+
+
+
+
+ python-pytz
+ http://pytz.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ ZPL
+ library
+ World Timezone Definitions for Python
+ python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported.
+ https://pypi.python.org/packages/42/00/5c89fc6c9b305df84def61863528e899e9dccb196f8438f6cbe960758fc5/pytz-2016.10.tar.gz
+
+
+
+ python-pytz
+
+ /usr/lib
+ /usr/share/doc/python-pytz
+
+
+
+
+
+ 2017-01-29
+ 2016.10
+ First release
+ Erdinç Gültekin
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python/python-pytz/translations.xml b/programming/language/python/python-pytz/translations.xml
new file mode 100644
index 0000000000..0746395614
--- /dev/null
+++ b/programming/language/python/python-pytz/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-pytz
+ Python için Dünya Saat Dilimi(World Time Zone) tanımları
+ python-pytz, Olson tz veritabanını Python'a taşımaktadır. Bu kütüphane Python kullanarak doğru ve farklı platformlar üzerinde hesaplamalar yapmayı sağlar. Aynı zamanda gün ışığından kazanmak için saat ayarlama ile ilgili belirsizlikleri de çözmektedir. Bu konuda Python Library Reference (datetime.tzinfo) kısmında ayrıntılı bilgi bulabilirsiniz. 540'a yakın Olson zaman dilimi desteklenmektedir.
+
+
diff --git a/programming/language/python/python-sphinx-alabaster-theme/actions.py b/programming/language/python/python-sphinx-alabaster-theme/actions.py
new file mode 100644
index 0000000000..661334e13d
--- /dev/null
+++ b/programming/language/python/python-sphinx-alabaster-theme/actions.py
@@ -0,0 +1,19 @@
+#!/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 pisitools
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+
+def build():
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+
+ pisitools.dodoc("LICENSE*", "README*")
diff --git a/programming/language/python/python-sphinx-alabaster-theme/pspec.xml b/programming/language/python/python-sphinx-alabaster-theme/pspec.xml
new file mode 100644
index 0000000000..0344608d80
--- /dev/null
+++ b/programming/language/python/python-sphinx-alabaster-theme/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ python-sphinx-alabaster-theme
+ https://github.com/shibukawa/imagesize_py
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ library
+ Sphinx default theme.
+ Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible.
+ https://github.com/bitprophet/alabaster/archive/0.7.9.tar.gz
+
+ python-devel
+ python-setuptools
+
+
+
+
+ python-sphinx-alabaster-theme
+
+ python-setuptools
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2017-01-29
+ 0.7.9
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python/python-sphinx-alabaster-theme/translations.xml b/programming/language/python/python-sphinx-alabaster-theme/translations.xml
new file mode 100644
index 0000000000..f9370a092e
--- /dev/null
+++ b/programming/language/python/python-sphinx-alabaster-theme/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-sphinx-alabaster-theme
+ Sphinx varsayılan teması.
+ Alabaster, Sphinx dokümantasyon sistemi için görsel (c) yalın, duyarlı, yapılandırılabilir bir temadır. Python 2 + 3 uyumludur.
+
+
diff --git a/programming/language/python/python-sphinx/pspec.xml b/programming/language/python/python-sphinx/pspec.xml
index 8d9745edf8..b5fa191bf4 100644
--- a/programming/language/python/python-sphinx/pspec.xml
+++ b/programming/language/python/python-sphinx/pspec.xml
@@ -15,12 +15,17 @@
https://pypi.python.org/packages/e3/87/e271f7f0d498c7fdaec009c27955401d18ef357c0d468e1eb2be36bdc68c/Sphinx-1.5.2.tar.gz
docutils
+ python-six
+ python-requests
+ python-sphinx-alabaster-theme
+ python-Babel
+ python-imagesize
python-Pygments
python-Jinja2
python-MarkupSafe
- remove_docutils.patch
+
@@ -48,7 +53,7 @@
- 2017-01-25
+ 2017-01-29
1.5.2
Version Bump
Pisi Linux Community