python3-sphinx ver. bump

This commit is contained in:
Rmys
2023-04-01 18:06:17 +03:00
parent 01483c8ae0
commit f9c59fca8c
2 changed files with 23 additions and 6 deletions
@@ -5,11 +5,17 @@
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools, autotools, get
# WorkDir="Sphinx-%s" % get.srcVERSION()
# t = "dist/sphinx-5.3.0-py3-none-any.whl"
# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION", "5.3.0")
def build(): def build():
pythonmodules.compile(pyVer="3") shelltools.export("PYTHON", "/usr/bin/python3")
pythonmodules.run("-m build --wheel --skip-dependency-check --no-isolation", pyVer="3")
def install(): def install():
pythonmodules.install(pyVer="3") # py3.run("-m installer -d %s " % get.installDIR(), pyVer = '3')
# shelltools.system("python3 -m installer --wheel DESTDIR=%s" % get.installDIR())
pythonmodules.run("-m installer --destdir='%s' dist/*.whl" % get.installDIR(), pyVer="3")
@@ -14,9 +14,13 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary> <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> <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="f5cef78d6df4668bcbb23b38ac1c07602cb48da2" type="targz">https://pypi.org/packages/source/S/Sphinx/Sphinx-5.0.1.tar.gz</Archive> <Archive sha1sum="ebde4d219cf9e0445bc98230aa201d53309deaa4" type="targz">https://pypi.org/packages/source/S/Sphinx/Sphinx-5.3.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-tomli</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-flit-core</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
@@ -61,7 +65,7 @@
</Files> </Files>
</Package> </Package>
<Package> <!--Package>
<Name>python3-sphinx-docs</Name> <Name>python3-sphinx-docs</Name>
<Summary>Documentation files for python3-sphinx</Summary> <Summary>Documentation files for python3-sphinx</Summary>
<RuntimeDependencies> <RuntimeDependencies>
@@ -70,9 +74,16 @@
<Files> <Files>
<Path fileType="doc">/usr/share/doc/python3-sphinx</Path> <Path fileType="doc">/usr/share/doc/python3-sphinx</Path>
</Files> </Files>
</Package> </Package-->
<History> <History>
<Update release="20">
<Date>2022-11-29</Date>
<Version>5.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19"> <Update release="19">
<Date>2022-06-03</Date> <Date>2022-06-03</Date>
<Version>5.0.1</Version> <Version>5.0.1</Version>