From 0291f52023471e98389b4fec081c8d905903209d Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 16 Sep 2020 00:35:43 +0200 Subject: [PATCH] python3-scour : first rel --- .../language/python3/python3-scour/actions.py | 13 ++++++ .../language/python3/python3-scour/pspec.xml | 45 +++++++++++++++++++ .../python3/python3-scour/translations.xml | 8 ++++ 3 files changed, 66 insertions(+) create mode 100644 programming/language/python3/python3-scour/actions.py create mode 100644 programming/language/python3/python3-scour/pspec.xml create mode 100644 programming/language/python3/python3-scour/translations.xml diff --git a/programming/language/python3/python3-scour/actions.py b/programming/language/python3/python3-scour/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-scour/actions.py @@ -0,0 +1,13 @@ +#!/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") \ No newline at end of file diff --git a/programming/language/python3/python3-scour/pspec.xml b/programming/language/python3/python3-scour/pspec.xml new file mode 100644 index 0000000000..7406002fcd --- /dev/null +++ b/programming/language/python3/python3-scour/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-scour + https://github.com/scour-project/scour + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + Apachev2.0 + library + Scour - An SVG Optimizer / Cleaner + Scour is an SVG optimizer/cleaner that reduces the size of scalable vector graphics by optimizing structure and removing unnecessary data written in Python. + https://github.com/scour-project/scour/archive/v038.1.tar.gz + + python3-devel + python3-setuptools + + + + + python3-scour + Scour - An SVG Optimizer / Cleaner + + python3 + + + /usr/bin/scour + /usr/lib/python3* + /usr/share/doc/python3-scour + + + + + + 2020-09-15 + 0.38.1 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-scour/translations.xml b/programming/language/python3/python3-scour/translations.xml new file mode 100644 index 0000000000..80984a5ae3 --- /dev/null +++ b/programming/language/python3/python3-scour/translations.xml @@ -0,0 +1,8 @@ + + + + python3-scour + SVG iyileştirici/temizleyici. + python3-scour, SVG çizim dosyalarının yapısını düzelten, bunu yaparken boyutlarını da düşürerek iyileştirme yapan bir python kitaplığıdır. + + \ No newline at end of file