From 72d11160a5544fc8d1754438ab2681c9fe83debd Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 20 Feb 2020 19:46:54 +0300 Subject: [PATCH] python3-atomicwrites:first pisi rel. --- .../python3/python3-atomicwrites/actions.py | 18 ++++++++ .../python3/python3-atomicwrites/pspec.xml | 46 +++++++++++++++++++ .../python3-atomicwrites/translations.xml | 8 ++++ 3 files changed, 72 insertions(+) create mode 100644 programming/language/python3/python3-atomicwrites/actions.py create mode 100644 programming/language/python3/python3-atomicwrites/pspec.xml create mode 100755 programming/language/python3/python3-atomicwrites/translations.xml diff --git a/programming/language/python3/python3-atomicwrites/actions.py b/programming/language/python3/python3-atomicwrites/actions.py new file mode 100644 index 0000000000..01b119288a --- /dev/null +++ b/programming/language/python3/python3-atomicwrites/actions.py @@ -0,0 +1,18 @@ +#!/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 +from pisi.actionsapi import get + +def build(): + pythonmodules.compile(pyVer="3") + +def check(): + shelltools.system("PYTHONPATH=build:%s/python-atomicwrites-1.3.0/build/lib py.test" % get.workDIR()) + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-atomicwrites/pspec.xml b/programming/language/python3/python3-atomicwrites/pspec.xml new file mode 100644 index 0000000000..8d1a8cbcfc --- /dev/null +++ b/programming/language/python3/python3-atomicwrites/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-atomicwrites + https://github.com/untitaker/python-atomicwrites + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Powerful Python library for atomic file writes. + python3-atomicwrites provides powerful Python library for atomic file writes. + https://github.com/untitaker/python-atomicwrites/archive/1.3.0.tar.gz + + python3-setuptools + python3-devel + + python3-pytest + + + + + python3-atomicwrites + Powerful Python library for atomic file writes. + + python3 + + + /usr/share/doc/python3-atomicwrites + /usr/lib/python3* + + + + + + 2020-02-18 + 1.3.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-atomicwrites/translations.xml b/programming/language/python3/python3-atomicwrites/translations.xml new file mode 100755 index 0000000000..6204ada2c4 --- /dev/null +++ b/programming/language/python3/python3-atomicwrites/translations.xml @@ -0,0 +1,8 @@ + + + + python3-atomicwrites + Atomik dosya yazma için çok güçlü python kitaplığı. + python3-atomicwrites, atomik dosya yazma için çok güçlü python kitaplığı sunar. + + \ No newline at end of file