From 3810062b3be240c55e38ad1630219ced6e739214 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 20 Feb 2020 19:52:16 +0300 Subject: [PATCH] python3-dateutil:moved from contrib --- .../python3/python3-dateutil/actions.py | 16 +++++++ .../python3/python3-dateutil/pspec.xml | 46 +++++++++++++++++++ .../python3/python3-dateutil/translations.xml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 programming/language/python3/python3-dateutil/actions.py create mode 100644 programming/language/python3/python3-dateutil/pspec.xml create mode 100644 programming/language/python3/python3-dateutil/translations.xml diff --git a/programming/language/python3/python3-dateutil/actions.py b/programming/language/python3/python3-dateutil/actions.py new file mode 100644 index 0000000000..2a523eb9f6 --- /dev/null +++ b/programming/language/python3/python3-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 + +def build(): + shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","2.8.1") + pythonmodules.compile(pyVer="3") + +def install(): + shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","2.8.1") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-dateutil/pspec.xml b/programming/language/python3/python3-dateutil/pspec.xml new file mode 100644 index 0000000000..d5a6da4d93 --- /dev/null +++ b/programming/language/python3/python3-dateutil/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-dateutil + https://github.com/dateutil/dateutil + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + python3-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 + + python3-setuptools-scm + python3-setuptools + python3-devel + + + + + python3-dateutil + python3-dateutil provides powerful extensions to datetime + + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-dateutil + + + + + + 2019-12-24 + 2.8.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-dateutil/translations.xml b/programming/language/python3/python3-dateutil/translations.xml new file mode 100644 index 0000000000..be8a344bc6 --- /dev/null +++ b/programming/language/python3/python3-dateutil/translations.xml @@ -0,0 +1,8 @@ + + + + python3-dateutil + Python3 datetime için güçlü genişletmeler içeren python3 modülü + python3-dateutil, Python3 standart datetime modülüne gelişmiş, güçlü ek özellikler katan genişleme kitaplığıdır. + +