diff --git a/programming/language/python3/python3-isodate/actions.py b/programming/language/python3/python3-isodate/actions.py new file mode 100644 index 0000000000..facf79a83c --- /dev/null +++ b/programming/language/python3/python3-isodate/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import pythonmodules + +def setup(): + pass + +def build(): + pythonmodules.compile(pyVer = '3') + +def install(): + pythonmodules.install(pyVer = '3') + +# pisitools.dodoc("") diff --git a/programming/language/python3/python3-isodate/pspec.xml b/programming/language/python3/python3-isodate/pspec.xml new file mode 100644 index 0000000000..f7af02c9a1 --- /dev/null +++ b/programming/language/python3/python3-isodate/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-isodate + https://github.com/gweis/isodate/ + + fury + uglyside@yandex.ru + + BSD + library + programming.language.python3 + ISO 8601 date/time parser. + This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. + + https://github.com/gweis/isodate/archive/refs/tags/0.6.0.tar.gz + + + python3-devel + python3-setuptools + + + + + python3-isodate + + python3 + + + /usr/lib + /usr/share + + + + + + 2021-06-18 + 0.6.0 + First build. + fury + uglyside@yandex.ru + + +