From ccc7b6bb962380c5e701e5bdbe6edb3066992a16 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 15 Feb 2020 15:56:46 +0300 Subject: [PATCH] python-itsdangerous:first pisi release --- .../python/python-itsdangerous/actions.py | 15 +++++++ .../python/python-itsdangerous/pspec.xml | 41 +++++++++++++++++++ .../python-itsdangerous/translations.xml | 8 ++++ 3 files changed, 64 insertions(+) create mode 100644 programming/language/python/python-itsdangerous/actions.py create mode 100644 programming/language/python/python-itsdangerous/pspec.xml create mode 100644 programming/language/python/python-itsdangerous/translations.xml diff --git a/programming/language/python/python-itsdangerous/actions.py b/programming/language/python/python-itsdangerous/actions.py new file mode 100644 index 0000000000..cd8ba0b513 --- /dev/null +++ b/programming/language/python/python-itsdangerous/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() + +def install(): + pythonmodules.install() + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python/python-itsdangerous/pspec.xml b/programming/language/python/python-itsdangerous/pspec.xml new file mode 100644 index 0000000000..c0d3fbaa8e --- /dev/null +++ b/programming/language/python/python-itsdangerous/pspec.xml @@ -0,0 +1,41 @@ + + + + + python-itsdangerous + https://palletsprojects.com/p/itsdangerous/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + BSDv3 + library + Safely pass trusted data to untrusted environments and back. + python3-itsdangerous provides safely pass trusted data to untrusted environments and back. + https://github.com/pallets/itsdangerous/archive/1.1.0.tar.gz + + python-setuptools + python-devel + + + + + python-itsdangerous + Safely pass trusted data to untrusted environments and back. + + /usr/lib/python2* + /usr/share/doc/python-itsdangerous + + + + + + 2020-02-15 + 1.1.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-itsdangerous/translations.xml b/programming/language/python/python-itsdangerous/translations.xml new file mode 100644 index 0000000000..fb1b37a889 --- /dev/null +++ b/programming/language/python/python-itsdangerous/translations.xml @@ -0,0 +1,8 @@ + + + + python-itsdangerous + Güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiir. + python-itsdangerous,güvenilir veriyi güvenilir olmayan ortamlardan geçirip geri getiren python kitaplığı sunar. + + \ No newline at end of file