From 17d65b4627a6e6757173384ca808f8a730511041 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 20 Feb 2020 19:53:59 +0300 Subject: [PATCH] python3-pallets-sphinx-themes:first pisi rel. --- .../python3-pallets-sphinx-themes/actions.py | 15 ++++++ .../python3-pallets-sphinx-themes/pspec.xml | 46 +++++++++++++++++++ .../translations.xml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 programming/language/python3/python3-pallets-sphinx-themes/actions.py create mode 100644 programming/language/python3/python3-pallets-sphinx-themes/pspec.xml create mode 100644 programming/language/python3/python3-pallets-sphinx-themes/translations.xml diff --git a/programming/language/python3/python3-pallets-sphinx-themes/actions.py b/programming/language/python3/python3-pallets-sphinx-themes/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-pallets-sphinx-themes/actions.py @@ -0,0 +1,15 @@ +#!/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 +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-pallets-sphinx-themes/pspec.xml b/programming/language/python3/python3-pallets-sphinx-themes/pspec.xml new file mode 100644 index 0000000000..a02eb6ec4a --- /dev/null +++ b/programming/language/python3/python3-pallets-sphinx-themes/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-pallets-sphinx-themes + https://github.com/pallets/pallets-sphinx-themes + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSDv3 + library + Sphinx themes for Pallets and related projects. + python3-pallets-sphinx-themes provides sphinx themes for Pallets and related projects. + https://github.com/pallets/pallets-sphinx-themes/archive/1.2.3.tar.gz + + python3-setuptools + python3-devel + + + + + python3-pallets-sphinx-themes + Sphinx themes for Pallets and related projects. + + python3-importlib_metadata + python3-sphinx + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pallets-sphinx-themes + + + + + + 2020-02-18 + 1.2.3 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pallets-sphinx-themes/translations.xml b/programming/language/python3/python3-pallets-sphinx-themes/translations.xml new file mode 100644 index 0000000000..e2ece0ad56 --- /dev/null +++ b/programming/language/python3/python3-pallets-sphinx-themes/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pallets-sphinx-themes + Pallets ve benzeri projeler için sphinx teması. + python3-pallets-sphinx-themes, pallets ve benzeri projeler için sphinx teması sağlar. + + \ No newline at end of file