From 6fc4d6ccd4270e6ca976f7514226930a2478d999 Mon Sep 17 00:00:00 2001 From: IdrisKalp Date: Tue, 10 Dec 2019 19:33:22 +0300 Subject: [PATCH] python-sphinx-alabaster-theme move to core --- .../python-sphinx-alabaster-theme/actions.py | 19 ++++++ .../python-sphinx-alabaster-theme/pspec.xml | 64 +++++++++++++++++++ .../translations.xml | 8 +++ 3 files changed, 91 insertions(+) create mode 100755 programming/language/python/python-sphinx-alabaster-theme/actions.py create mode 100755 programming/language/python/python-sphinx-alabaster-theme/pspec.xml create mode 100755 programming/language/python/python-sphinx-alabaster-theme/translations.xml diff --git a/programming/language/python/python-sphinx-alabaster-theme/actions.py b/programming/language/python/python-sphinx-alabaster-theme/actions.py new file mode 100755 index 00000000..661334e1 --- /dev/null +++ b/programming/language/python/python-sphinx-alabaster-theme/actions.py @@ -0,0 +1,19 @@ +#!/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 pisitools +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() + + pisitools.dodoc("LICENSE*", "README*") diff --git a/programming/language/python/python-sphinx-alabaster-theme/pspec.xml b/programming/language/python/python-sphinx-alabaster-theme/pspec.xml new file mode 100755 index 00000000..95aafedd --- /dev/null +++ b/programming/language/python/python-sphinx-alabaster-theme/pspec.xml @@ -0,0 +1,64 @@ + + + + + python-sphinx-alabaster-theme + https://github.com/shibukawa/imagesize_py + + PisiLinux Community + admins@pisilinux.org + + BSD + library + Sphinx default theme. + Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible. + https://github.com/bitprophet/alabaster/archive/0.7.12.tar.gz + + python-devel + python-setuptools + + + + + python-sphinx-alabaster-theme + + python-setuptools + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + + 2019-10-03 + 0.7.12 + Version bump + idris Kalp + idriskalp@gmail.com + + + 2018-08-15 + 0.7.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-02-25 + 0.7.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-01-29 + 0.7.9 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/programming/language/python/python-sphinx-alabaster-theme/translations.xml b/programming/language/python/python-sphinx-alabaster-theme/translations.xml new file mode 100755 index 00000000..f9370a09 --- /dev/null +++ b/programming/language/python/python-sphinx-alabaster-theme/translations.xml @@ -0,0 +1,8 @@ + + + + python-sphinx-alabaster-theme + Sphinx varsayılan teması. + Alabaster, Sphinx dokümantasyon sistemi için görsel (c) yalın, duyarlı, yapılandırılabilir bir temadır. Python 2 + 3 uyumludur. + +