diff --git a/programming/language/python3/python3-speaklater/actions.py b/programming/language/python3/python3-speaklater/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-speaklater/actions.py @@ -0,0 +1,13 @@ +#!/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 + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-speaklater/pspec.xml b/programming/language/python3/python3-speaklater/pspec.xml new file mode 100644 index 0000000000..b36b01359d --- /dev/null +++ b/programming/language/python3/python3-speaklater/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-speaklater + https://github.com/mitsuhiko/speaklater/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + Implements a lazy string for python useful for use with gettext. + A module that provides lazy strings for translations. Basically you get an object that appears to be a string but changes the value every time the value is evaluated based on a callable you provide. + https://files.pythonhosted.org/packages/11/92/5ae1effe0ccb8561c034a0111d53c8788660ddb7ed4992f0da1bb5c525e5/speaklater-1.3.tar.gz + + python3-setuptools + python3-devel + + + + + python3-speaklater + Implements a lazy string for python useful for use with gettext. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-speaklater + + + + + + 2020-02-19 + 1.3 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-speaklater/translations.xml b/programming/language/python3/python3-speaklater/translations.xml new file mode 100644 index 0000000000..dbf3475b48 --- /dev/null +++ b/programming/language/python3/python3-speaklater/translations.xml @@ -0,0 +1,8 @@ + + + + python3-speaklater + Gettext ile kullanımı yararlı, pythonda tembel söz katarları uygulaması. + python3-speaklater, gettext ile kullanımı yararlı, pythonda tembel söz katarları uygulaması sunar. + + \ No newline at end of file