Merge pull request #12640 from Rmys/master

python3-sphinxcontrib-jquery
This commit is contained in:
Rmys
2023-10-22 17:58:35 +03:00
committed by GitHub
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 pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
def build(): def build():
# suppress compiler warnings # 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") 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") pythonmodules.compile(pyVer="3")
# build documentation # build documentation
shelltools.export("PYTHONPATH", "%s/cryptography-%s/build/lib.linux-x86_64-cpython-311" % (get.workDIR(), get.srcVERSION()))
shelltools.cd("docs") shelltools.cd("docs")
autotools.make("html") autotools.make("html")
@@ -26,6 +26,7 @@
<Dependency>python3-cryptography</Dependency> <Dependency>python3-cryptography</Dependency>
<Dependency>python3-sphinx_rtd_theme</Dependency> <Dependency>python3-sphinx_rtd_theme</Dependency>
<Dependency>python3-setuptools-rust</Dependency> <Dependency>python3-setuptools-rust</Dependency>
<Dependency>python3-sphinxcontrib-jquery</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -40,6 +41,7 @@
<Path fileType="library">/usr/lib/python3*</Path> <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/LICENSE</Path>
<Path fileType="doc">/usr/share/doc/python3-cryptography/README.rst</Path> <Path fileType="doc">/usr/share/doc/python3-cryptography/README.rst</Path>
<Path fileType="doc">/usr/share/doc/python3-cryptography/PKG-INFO</Path>
</Files> </Files>
</Package> </Package>