From 05d05979672562b21223863ad0ba159b93fb8a4a Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 15 Feb 2020 16:45:23 +0300 Subject: [PATCH] python3-flask-compress:first pisi release --- .../python3/python3-flask-compress/actions.py | 15 +++++++ .../python3/python3-flask-compress/pspec.xml | 45 +++++++++++++++++++ .../python3-flask-compress/translations.xml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 programming/language/python3/python3-flask-compress/actions.py create mode 100644 programming/language/python3/python3-flask-compress/pspec.xml create mode 100644 programming/language/python3/python3-flask-compress/translations.xml diff --git a/programming/language/python3/python3-flask-compress/actions.py b/programming/language/python3/python3-flask-compress/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-flask-compress/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-flask-compress/pspec.xml b/programming/language/python3/python3-flask-compress/pspec.xml new file mode 100644 index 0000000000..ba186747d0 --- /dev/null +++ b/programming/language/python3/python3-flask-compress/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-flask-compress + http://pypi.python.org/pypi/Flask-Compress/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + Compress responses in your Flask app. + Flask-Compress allows you to easily compress your Flask application's responses with gzip. + https://github.com/colour-science/flask-compress/archive/v1.4.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask-compress + Compress responses in your Flask app. + + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-compress + + + + + + 2020-02-14 + 1.4.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-compress/translations.xml b/programming/language/python3/python3-flask-compress/translations.xml new file mode 100644 index 0000000000..4a7e10a9a5 --- /dev/null +++ b/programming/language/python3/python3-flask-compress/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask-compress + Flask uygulamanızdaki yanıtları sıkıştırır. + python3-flask-compress, flask uygulamanızdaki yanıtları gzip kullanarak kolayca sıkıştırmanıza olanak verir. + + \ No newline at end of file