diff --git a/programming/language/python3/python3-cryptography/actions.py b/programming/language/python3/python3-cryptography/actions.py
index 954e469871..5912719b29 100644
--- a/programming/language/python3/python3-cryptography/actions.py
+++ b/programming/language/python3/python3-cryptography/actions.py
@@ -6,18 +6,20 @@
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
pisitools.cflags.add("-Wno-stringop-truncation -Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-discarded-qualifiers -Wno-sign-conversion -Wno-sign-compare")
- # 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(pyVer="3")
+ # build documentation
+ shelltools.cd("docs")
+ autotools.make("html")
def install():
pythonmodules.install(pyVer="3")
+ pisitools.dohtml("docs/_build/html/*")
- for dirs in ["vectors"]:
- pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
\ No newline at end of file
+ #for dirs in ["vectors"]:
+ # pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
\ No newline at end of file
diff --git a/programming/language/python3/python3-cryptography/pspec.xml b/programming/language/python3/python3-cryptography/pspec.xml
index 1e7d753108..8b13f6accc 100644
--- a/programming/language/python3/python3-cryptography/pspec.xml
+++ b/programming/language/python3/python3-cryptography/pspec.xml
@@ -13,11 +13,13 @@
library
Cryptographic recipes for Python3
A package designed to expose cryptographic recipes and primitives to Python developers
- https://github.com/pyca/cryptography/archive/2.8.tar.gz
+ https://github.com/pyca/cryptography/archive/2.9.tar.gz
python3-setuptools
python3-devel
openssl-devel
+
+ python3-sphinx
@@ -29,11 +31,31 @@
python3
+ /usr/share/doc/python3-cryptography/README.rst
+ /usr/share/doc/python3-cryptography/LICENSE
/usr/lib/python3*
- /usr/share/doc/python3-cryptography
+
+
+ python3-cryptography-docs
+ Documentation files for python3-cryptography
+
+ python3-cryptography
+
+
+ /usr/share/doc/python3-cryptography/html
+
+
+
+
+ 2020-04-07
+ 2.9
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2019-11-06
2.8
diff --git a/programming/language/python3/python3-cryptography/translations.xml b/programming/language/python3/python3-cryptography/translations.xml
index f48df81ced..77d79214ab 100644
--- a/programming/language/python3/python3-cryptography/translations.xml
+++ b/programming/language/python3/python3-cryptography/translations.xml
@@ -5,4 +5,10 @@
Python için kriptografik tarifler.
python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir.
+
+
+ python3-cryptography-docs
+ python3-cryptography için belgelendirme dosyaları
+ python3-cryptography-docs, python3-cryptography için belgelendirme dosyaları içerir.
+
\ No newline at end of file