From 932b1c9a7a7f7dc779b36a55c35cf85b3b448e68 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 23 Apr 2020 02:44:36 +0300 Subject: [PATCH] first rel:sphinxcontrib-log-cabinet --- .../actions.py | 13 ++++++ .../pspec.xml | 44 +++++++++++++++++++ .../translations.xml | 8 ++++ 3 files changed, 65 insertions(+) create mode 100644 programming/language/python3/python3-sphinxcontrib-log-cabinet/actions.py create mode 100644 programming/language/python3/python3-sphinxcontrib-log-cabinet/pspec.xml create mode 100644 programming/language/python3/python3-sphinxcontrib-log-cabinet/translations.xml diff --git a/programming/language/python3/python3-sphinxcontrib-log-cabinet/actions.py b/programming/language/python3/python3-sphinxcontrib-log-cabinet/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-log-cabinet/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-sphinxcontrib-log-cabinet/pspec.xml b/programming/language/python3/python3-sphinxcontrib-log-cabinet/pspec.xml new file mode 100644 index 0000000000..5df8c4f5e6 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-log-cabinet/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-sphinxcontrib-log-cabinet + https://github.com/davidism/sphinxcontrib-log-cabinet + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + Organize changelog directives in Sphinx docs. + Organize changelogs generated by versionadded, versionchanged, deprecated directives. The log will be sorted by newest to oldest version. For HTML docs, older versions will be collapsed by default. + https://github.com/davidism/sphinxcontrib-log-cabinet/archive/1.0.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-sphinxcontrib-log-cabinet + Organize changelog directives in Sphinx docs. + + python3 + + + /usr/share/doc/python3-sphinxcontrib-log-cabinet + /usr/lib/python3* + + + + + + 2020-04-22 + 1.0.1 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sphinxcontrib-log-cabinet/translations.xml b/programming/language/python3/python3-sphinxcontrib-log-cabinet/translations.xml new file mode 100644 index 0000000000..18389b9e43 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-log-cabinet/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sphinxcontrib-log-cabinet + Sphinx belgesinde "changelog" etkinliğini düzenler. + python3-sphinxcontrib-log-cabinet, sphinx belgesinde "changelog" etkinliğini düzenlemeye yarayan python kitaplığını içerir. + + \ No newline at end of file