python3-sphinx:version bump

This commit is contained in:
blue-devil
2020-01-10 21:22:07 +00:00
parent a2fdc4e239
commit c56adf1c27
3 changed files with 36 additions and 28 deletions
@@ -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")