python3-sphinxcontrib-jquery

This commit is contained in:
Rmys
2023-10-22 17:46:21 +03:00
parent 0d2e76be85
commit 0cea23cd15
2 changed files with 5 additions and 0 deletions
@@ -8,6 +8,8 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
def build():
# suppress compiler warnings
@@ -16,6 +18,7 @@ def build():
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
pythonmodules.compile(pyVer="3")
# build documentation
shelltools.export("PYTHONPATH", "%s/cryptography-%s/build/lib.linux-x86_64-cpython-311" % (get.workDIR(), get.srcVERSION()))
shelltools.cd("docs")
autotools.make("html")
@@ -26,6 +26,7 @@
<Dependency>python3-cryptography</Dependency>
<Dependency>python3-sphinx_rtd_theme</Dependency>
<Dependency>python3-setuptools-rust</Dependency>
<Dependency>python3-sphinxcontrib-jquery</Dependency>
</BuildDependencies>
</Source>
@@ -40,6 +41,7 @@
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-cryptography/LICENSE</Path>
<Path fileType="doc">/usr/share/doc/python3-cryptography/README.rst</Path>
<Path fileType="doc">/usr/share/doc/python3-cryptography/PKG-INFO</Path>
</Files>
</Package>