diff --git a/programming/language/python/python-dateutil/actions.py b/programming/language/python/python-dateutil/actions.py new file mode 100644 index 0000000000..4aacdc265c --- /dev/null +++ b/programming/language/python/python-dateutil/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 pythonmodules +from pisi.actionsapi import shelltools + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","2.8.1") + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-dateutil/pspec.xml b/programming/language/python/python-dateutil/pspec.xml new file mode 100644 index 0000000000..92c707f70f --- /dev/null +++ b/programming/language/python/python-dateutil/pspec.xml @@ -0,0 +1,45 @@ + + + + + python-dateutil + https://github.com/dateutil/dateutil + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + BSD + library + python-dateutil provides powerful extensions to datetime + The dateutil module provides powerful extensions to the standard datetime module, available in Python. + https://github.com/dateutil/dateutil/archive/2.8.1.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + + + + python-dateutil + python-dateutil provides powerful extensions to datetime + + python-six + + + /usr/lib/python2* + /usr/share/doc/python-dateutil + + + + + + 2019-12-24 + 2.8.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-dateutil/translations.xml b/programming/language/python/python-dateutil/translations.xml new file mode 100644 index 0000000000..40498e2d70 --- /dev/null +++ b/programming/language/python/python-dateutil/translations.xml @@ -0,0 +1,8 @@ + + + + python-dateutil + Python datetime için güçlü genişletmeler içeren python modülü + python-dateutil, Python standart datetime modülüne gelişmiş, güçlü ek özellikler katan genişleme kitaplığıdır. + + \ No newline at end of file