From c1b69cfe405e377872cfbfbd75c5c886e298dc41 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 15:15:06 +0300 Subject: [PATCH] python3-validictory:moved from contrib --- .../python3/python3-validictory/actions.py | 15 +++++++ .../python3/python3-validictory/pspec.xml | 44 +++++++++++++++++++ .../python3-validictory/translations.xml | 8 ++++ 3 files changed, 67 insertions(+) create mode 100644 programming/language/python3/python3-validictory/actions.py create mode 100644 programming/language/python3/python3-validictory/pspec.xml create mode 100644 programming/language/python3/python3-validictory/translations.xml diff --git a/programming/language/python3/python3-validictory/actions.py b/programming/language/python3/python3-validictory/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-validictory/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 +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-validictory/pspec.xml b/programming/language/python3/python3-validictory/pspec.xml new file mode 100644 index 0000000000..a936a715fc --- /dev/null +++ b/programming/language/python3/python3-validictory/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-validictory + https://github.com/jamesturk/validictory + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + A general purpose Python3 data validator. + python3-validictory is a general purpose Python3 data validator. + https://github.com/jamesturk/validictory/archive/1.1.2.tar.gz + + python3-devel + python3-setuptools + + + + + python3-validictory + A general purpose Python3 data validator. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-validictory + + + + + + 2019-12-23 + 1.1.2 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-validictory/translations.xml b/programming/language/python3/python3-validictory/translations.xml new file mode 100644 index 0000000000..7b6b47c6f6 --- /dev/null +++ b/programming/language/python3/python3-validictory/translations.xml @@ -0,0 +1,8 @@ + + + + python3-validictory + Python3 için genel maksatlı veri onaylama kitaplığı + python3-validictory, Python için genel maksatlı veri onaylama kitaplığı sunar. + + \ No newline at end of file