From 0fb6d4d9de6de621cd1c267dc8c89c1124bc75d8 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 16 Jan 2020 23:54:15 +0300 Subject: [PATCH] python3-sphinx_rtd_theme:first pisi release --- .../python3-sphinx_rtd_theme/actions.py | 13 ++++++ .../python3-sphinx_rtd_theme/pspec.xml | 44 +++++++++++++++++++ .../python3-sphinx_rtd_theme/translations.xml | 8 ++++ 3 files changed, 65 insertions(+) create mode 100644 programming/language/python3/python3-sphinx_rtd_theme/actions.py create mode 100644 programming/language/python3/python3-sphinx_rtd_theme/pspec.xml create mode 100644 programming/language/python3/python3-sphinx_rtd_theme/translations.xml diff --git a/programming/language/python3/python3-sphinx_rtd_theme/actions.py b/programming/language/python3/python3-sphinx_rtd_theme/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sphinx_rtd_theme/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-sphinx_rtd_theme/pspec.xml b/programming/language/python3/python3-sphinx_rtd_theme/pspec.xml new file mode 100644 index 0000000000..f49213ee6d --- /dev/null +++ b/programming/language/python3/python3-sphinx_rtd_theme/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-sphinx_rtd_theme + https://github.com/readthedocs/sphinx_rtd_theme + + Blue Devil + bluedevil@sctzine.com + + MIT + programming.language.python3 + library + Sphinx theme for readthedocs.org. + This Sphinx theme was designed to provide a great reader experience for documentation users on both desktop and mobile devices. + https://github.com/readthedocs/sphinx_rtd_theme/archive/0.4.3.tar.gz> + + python3-setuptools + python3-devel + + + + + python3-sphinx_rtd_theme + Sphinx theme for readthedocs.org. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinx_rtd_theme + + + + + + 2020-01-15 + 0.4.3 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sphinx_rtd_theme/translations.xml b/programming/language/python3/python3-sphinx_rtd_theme/translations.xml new file mode 100644 index 0000000000..697da28be6 --- /dev/null +++ b/programming/language/python3/python3-sphinx_rtd_theme/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sphinx_rtd_theme + readthedocs.org için sphinx teması. + Hem mobil hem masaüstü belgelendirme kullanıcılarına çok iyi bir okuma deneyimi sunmak amacıyla tasarlanmış bir sphinx teması. + + \ No newline at end of file