diff --git a/programming/language/python/python-pytz/actions.py b/programming/language/python/python-pytz/actions.py new file mode 100755 index 00000000..13d86cb3 --- /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("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 100755 index 00000000..fac167b0 --- /dev/null +++ b/programming/language/python/python-pytz/pspec.xml @@ -0,0 +1,57 @@ + + + + + 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://files.pythonhosted.org/packages/27/c0/fbd352ca76050952a03db776d241959d5a2ee1abddfeb9e2a53fdb489be4/pytz-2019.2.tar.gz + + + + python-pytz + + /usr/lib + /usr/share/doc/python-pytz + + + + + + 2019-10-03 + 2019.2 + Version bump + idris Kalp + idriskalp@gmail.com + + + 2018-05-15 + 2018.4 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-26 + 2018.3 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 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 100755 index 00000000..07463956 --- /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. + +