diff --git a/programming/language/python3/python3-filelock/actions.py b/programming/language/python3/python3-filelock/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-filelock/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-filelock/pspec.xml b/programming/language/python3/python3-filelock/pspec.xml new file mode 100644 index 0000000000..c534c9e9a3 --- /dev/null +++ b/programming/language/python3/python3-filelock/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-filelock + https://github.com/benediktschmitt/py-filelock + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + A platform independent file lock for Python. + python3-filelock contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication. + https://github.com/benediktschmitt/py-filelock/archive/v3.0.12.tar.gz + + python3-setuptools + python3-devel + + + + + python3-filelock + A platform independent file lock for Python. + + python3 + + + /usr/share/doc/python3-filelock + /usr/lib/python3* + + + + + + 2020-03-03 + 3.0.12 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-filelock/translations.xml b/programming/language/python3/python3-filelock/translations.xml new file mode 100755 index 0000000000..c3c2dd0841 --- /dev/null +++ b/programming/language/python3/python3-filelock/translations.xml @@ -0,0 +1,8 @@ + + + + python3-filelock + Python için platform bağımsız dosya kilidi. + python3-filelock, python için platform bağımsız dosya kilidi olan tek bir modül içerir. + + \ No newline at end of file