diff --git a/programming/language/python/python-typing/actions.py b/programming/language/python/python-typing/actions.py new file mode 100644 index 0000000000..dc68e32f57 --- /dev/null +++ b/programming/language/python/python-typing/actions.py @@ -0,0 +1,14 @@ +#!/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 pisitools + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-typing/pspec.xml b/programming/language/python/python-typing/pspec.xml new file mode 100644 index 0000000000..373e8100e9 --- /dev/null +++ b/programming/language/python/python-typing/pspec.xml @@ -0,0 +1,41 @@ + + + + + python-typing + https://pypi.org/project/typing/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + PSF + library + Backport of the standard library typing module + This is a backport of the standard library typing module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools. + https://pypi.io/packages/source/t/typing/typing-3.7.4.1.tar.gz + + python-setuptools + python-devel + + + + + python-typing + Backport of the standard library typing module + + /usr/share/doc/python-typing + /usr/lib + + + + + + 2019-11-13 + 3.7.4.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-typing/translations.xml b/programming/language/python/python-typing/translations.xml new file mode 100644 index 0000000000..c6f1544f8a --- /dev/null +++ b/programming/language/python/python-typing/translations.xml @@ -0,0 +1,8 @@ + + + + python-typing + Geriye dönük Python 2.7 typing bağlayıcıları + Python 3.5'dan önceki sürümler için geriye dönüklük destegi saglayan pyton2 bağlayıcısıdır. + + \ No newline at end of file