python3-sphinx ver. bump
This commit is contained in:
@@ -5,11 +5,17 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
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():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
shelltools.export("PYTHON", "/usr/bin/python3")
|
||||
pythonmodules.run("-m build --wheel --skip-dependency-check --no-isolation", pyVer="3")
|
||||
|
||||
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>
|
||||
<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="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>
|
||||
<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>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -61,7 +65,7 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<!--Package>
|
||||
<Name>python3-sphinx-docs</Name>
|
||||
<Summary>Documentation files for python3-sphinx</Summary>
|
||||
<RuntimeDependencies>
|
||||
@@ -70,9 +74,16 @@
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-sphinx</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
</Package-->
|
||||
|
||||
<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">
|
||||
<Date>2022-06-03</Date>
|
||||
<Version>5.0.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user