From b87c898e1d9641a520ae06de7a8ec7db1cebede7 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Thu, 24 Sep 2020 20:45:51 +0200 Subject: [PATCH] python3-toml: first rel --- .../language/python3/python3-toml/actions.py | 15 +++++++ .../language/python3/python3-toml/pspec.xml | 44 +++++++++++++++++++ .../python3/python3-toml/translations.xml | 8 ++++ 3 files changed, 67 insertions(+) create mode 100644 programming/language/python3/python3-toml/actions.py create mode 100644 programming/language/python3/python3-toml/pspec.xml create mode 100755 programming/language/python3/python3-toml/translations.xml diff --git a/programming/language/python3/python3-toml/actions.py b/programming/language/python3/python3-toml/actions.py new file mode 100644 index 0000000000..3a393ce7c1 --- /dev/null +++ b/programming/language/python3/python3-toml/actions.py @@ -0,0 +1,15 @@ +#!/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") diff --git a/programming/language/python3/python3-toml/pspec.xml b/programming/language/python3/python3-toml/pspec.xml new file mode 100644 index 0000000000..081183f199 --- /dev/null +++ b/programming/language/python3/python3-toml/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-toml + https://github.com/uiri/toml + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Python lib for parsing TOML + A Python library for parsing and creating TOML. + https://github.com/uiri/toml/archive/0.10.1.tar.gz + + python3-devel + python3-setuptools + + + + + python3-toml + Python lib for parsing TOML + + python3 + + + /usr/share/doc/ + /usr/lib/python3* + + + + + + 2020-09-24 + 0.10.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-toml/translations.xml b/programming/language/python3/python3-toml/translations.xml new file mode 100755 index 0000000000..ae98d251f0 --- /dev/null +++ b/programming/language/python3/python3-toml/translations.xml @@ -0,0 +1,8 @@ + + + + python3-toml + TOML çözümleyen python kitaplığı. + python3-toml, TOML çözümleyen python kitaplığı sunar. + + \ No newline at end of file