From b68b07c1b4ce134af711cf4c1bc168aaf58c5479 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 5 Mar 2020 12:02:33 +0300 Subject: [PATCH] python3-cycler:first pisi rel --- .../python3/python3-cycler/actions.py | 13 ++++++ .../language/python3/python3-cycler/pspec.xml | 45 +++++++++++++++++++ .../python3/python3-cycler/translations.xml | 8 ++++ 3 files changed, 66 insertions(+) create mode 100644 programming/language/python3/python3-cycler/actions.py create mode 100644 programming/language/python3/python3-cycler/pspec.xml create mode 100644 programming/language/python3/python3-cycler/translations.xml diff --git a/programming/language/python3/python3-cycler/actions.py b/programming/language/python3/python3-cycler/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-cycler/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-cycler/pspec.xml b/programming/language/python3/python3-cycler/pspec.xml new file mode 100644 index 0000000000..dc4a380927 --- /dev/null +++ b/programming/language/python3/python3-cycler/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-cycler + https://github.com/matplotlib/cycler + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSDv3 + library + cycler: composable cycles. + python3-cycler provides composable style cycles. + https://github.com/matplotlib/cycler/archive/v0.10.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-cycler + cycler: composable cycles. + + python3-six + python3 + + + /usr/share/doc/python3-cycler + /usr/lib/python3* + + + + + + 2020-03-05 + 0.10.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-cycler/translations.xml b/programming/language/python3/python3-cycler/translations.xml new file mode 100644 index 0000000000..b3a954514a --- /dev/null +++ b/programming/language/python3/python3-cycler/translations.xml @@ -0,0 +1,8 @@ + + + + python3-cycler + cycler: birleştirilebilir döngüler. + python3-cycler, birleştirilebilir stil döngüler içeren python kitaplığı sunar. + + \ No newline at end of file