python3-sphinx:version bump
This commit is contained in:
@@ -5,21 +5,9 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir = "Sphinx-%s" % get.srcVERSION()
|
||||
|
||||
def build():
|
||||
shelltools.system('sed -i "s:sphinx-apidoc:&3:g" setup.py')
|
||||
shelltools.system('sed -i "s:sphinx-autogen:&3:g" setup.py')
|
||||
shelltools.system('sed -i "s:sphinx-build:&3:g" setup.py')
|
||||
shelltools.system('sed -i "s:sphinx-quickstart:&3:g" setup.py')
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("CHANGES", "EXAMPLES")
|
||||
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -3,29 +3,21 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-sphinx</Name>
|
||||
<Homepage>http://sphinx.pocoo.org</Homepage>
|
||||
<Homepage>https://www.sphinx-doc.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary>
|
||||
<Description>It's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.</Description>
|
||||
<Archive sha1sum="d374d466a6d6b4fcf1df997ae580d66480134ea8" type="targz">https://files.pythonhosted.org/packages/8b/7e/b188d9a3b9c938e736e02a74c1363c2888e095d770df2c72b4c312f9fdcb/Sphinx-1.6.5.tar.gz</Archive>
|
||||
<Archive sha1sum="7b895f83397829abbc1f7866c7adbd21bf8dfac2" type="targz">https://files.pythonhosted.org/packages/d3/32/96bbaccabdb6d0d1cec1067d71bd50cd18e93aed18216eafbe2afb85ac2d/Sphinx-2.3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>docutils</Dependency>
|
||||
<Dependency>python3-docutils</Dependency>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-requests</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-sphinx-alabaster-theme</Dependency>
|
||||
<Dependency>python3-Babel</Dependency>
|
||||
<Dependency>python3-imagesize</Dependency>
|
||||
<Dependency>python3-Pygments</Dependency>
|
||||
<Dependency>python3-Jinja2</Dependency>
|
||||
<Dependency>python3-MarkupSafe</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
@@ -34,10 +26,27 @@
|
||||
<Package>
|
||||
<Name>python3-sphinx</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>docutils</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-serializinghtml</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-websupport</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-applehelp</Dependency>
|
||||
<Dependency>python3-sphinx-alabaster-theme</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-htmlhelp</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-devhelp</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-jsmath</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-qthelp</Dependency>
|
||||
<Dependency>python3-snowballstemmer</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-imagesize</Dependency>
|
||||
<Dependency>python3-packaging</Dependency>
|
||||
<Dependency>python3-pyparsing</Dependency>
|
||||
<Dependency>python3-docutils</Dependency>
|
||||
<Dependency>python3-Pygments</Dependency>
|
||||
<Dependency>python3-requests</Dependency>
|
||||
<Dependency>python3-certifi</Dependency>
|
||||
<Dependency>python3-Jinja2</Dependency>
|
||||
<Dependency>python3-Babel</Dependency>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -49,12 +58,22 @@
|
||||
<Package>
|
||||
<Name>python3-sphinx-docs</Name>
|
||||
<Summary>Documentation files for python3-sphinx</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-sphinx</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-sphinx</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>2.3.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-12-06</Date>
|
||||
<Version>1.6.5</Version>
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
<Package>
|
||||
<Name>python-sphinx-docs</Name>
|
||||
<Summary xml:lang="tr">python3-sphinx için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-sphinx-docs, python3-sphinx için belgelendirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user