python-cryptography:ver bump
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
# suppress compiler warnings
|
||||
@@ -15,9 +15,13 @@ def build():
|
||||
# fix unused direct dependency analysis
|
||||
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()
|
||||
# build documentation
|
||||
#shelltools.cd("docs")
|
||||
#autotools.make("html")
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
#pisitools.dohtml("docs/_build/html/*")
|
||||
|
||||
for dirs in ["vectors"]:
|
||||
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
#for dirs in ["vectors"]:
|
||||
# pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
Reference in New Issue
Block a user