python3-sphinx

This commit is contained in:
Rmys
2022-06-02 12:09:42 +03:00
committed by GitHub
parent 869e11c627
commit 716f5b2409
4 changed files with 220 additions and 1 deletions
@@ -5,9 +5,13 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("LC_ALL", "en_US.UTF-8")
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")