diff --git a/programming/language/python/python-sphinxcontrib-websupport/actions.py b/programming/language/python/python-sphinxcontrib-websupport/actions.py new file mode 100644 index 0000000000..fa06c01404 --- /dev/null +++ b/programming/language/python/python-sphinxcontrib-websupport/actions.py @@ -0,0 +1,16 @@ +#!/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() + +def check(): + pythonmodules.compile("test") + +def install(): + pythonmodules.install("-O1") \ No newline at end of file diff --git a/programming/language/python/python-sphinxcontrib-websupport/pspec.xml b/programming/language/python/python-sphinxcontrib-websupport/pspec.xml new file mode 100644 index 0000000000..580f3f9589 --- /dev/null +++ b/programming/language/python/python-sphinxcontrib-websupport/pspec.xml @@ -0,0 +1,68 @@ + + + + + python-sphinxcontrib-websupport + https://www.sphinx-doc.org/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + BSD + library + Sphinx API for Web Apps + sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application. + https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.1.tar.gz + + python-setuptools + python-devel + + + + + python-sphinxcontrib-websupport + sphinxcontrib-websupport module for python + + python-setuptools + python-docutils + python-Jinja2 + + + + /usr/share/doc/python-sphinxcontrib-websupport + /usr/lib/python2* + + + + + + 2020-03-27 + 1.2.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-24 + 1.2.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-13 + 1.1.2 + Rebuilt and clean + Blue Devil + bluedevil@sctzine.com + + + 2019-11-13 + 1.1.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-sphinxcontrib-websupport/translations.xml b/programming/language/python/python-sphinxcontrib-websupport/translations.xml new file mode 100644 index 0000000000..f68ed5c5ce --- /dev/null +++ b/programming/language/python/python-sphinxcontrib-websupport/translations.xml @@ -0,0 +1,8 @@ + + + + python-sphinxcontrib-websupport + python-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. + python-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. python3-sphinxcontrib-websupport, ağ uygulamalarınız için Sphinx ile bütünleşebilen python apisi sunar. + + \ No newline at end of file