python3-sphinx-5.0.1

This commit is contained in:
Rmys
2022-06-03 12:16:38 +03:00
committed by GitHub
parent 523e62a5f5
commit eb30f8d9c5
2 changed files with 10 additions and 5 deletions
@@ -8,8 +8,6 @@ from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("LC_ALL", "en_US.UTF-8")
def build():
pythonmodules.compile(pyVer="3")
@@ -14,14 +14,14 @@
<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="8b39aa17a7a7ba8883286d7c1c26e2f9863c0252" type="targz">https://pypi.org/packages/source/S/Sphinx/Sphinx-5.0.0.tar.gz</Archive>
<Archive sha1sum="f5cef78d6df4668bcbb23b38ac1c07602cb48da2" type="targz">https://pypi.org/packages/source/S/Sphinx/Sphinx-5.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">sphinx-fix_testcase.patch</Patch>
<Patch level="1">sphinx-fix_findall.patch</Patch>
<!-- <Patch level="1">sphinx-fix_testcase.patch</Patch> -->
<!-- <Patch level="1">sphinx-fix_findall.patch</Patch> -->
</Patches>
</Source>
@@ -73,6 +73,13 @@
</Package>
<History>
<Update release="19">
<Date>2022-06-03</Date>
<Version>5.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2022-05-30</Date>
<Version>5.0.0</Version>