diff --git a/programming/language/python3/python3-sphinx/actions.py b/programming/language/python3/python3-sphinx/actions.py index b6bc17ff06..085f6eebf6 100644 --- a/programming/language/python3/python3-sphinx/actions.py +++ b/programming/language/python3/python3-sphinx/actions.py @@ -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") diff --git a/programming/language/python3/python3-sphinx/pspec.xml b/programming/language/python3/python3-sphinx/pspec.xml index d2ca1580f8..d6a425d841 100644 --- a/programming/language/python3/python3-sphinx/pspec.xml +++ b/programming/language/python3/python3-sphinx/pspec.xml @@ -14,9 +14,13 @@ library Python documentation generator. It can generate HTML or Latex outputs 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. - https://pypi.org/packages/source/S/Sphinx/Sphinx-5.0.1.tar.gz + https://pypi.org/packages/source/S/Sphinx/Sphinx-5.3.0.tar.gz python3-devel + python3-build + python3-tomli + python3-installer + python3-flit-core python3-setuptools @@ -61,7 +65,7 @@ - + + + 2022-11-29 + 5.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-03 5.0.1