diff --git a/programming/language/python/python-cryptography/actions.py b/programming/language/python/python-cryptography/actions.py index ff5dd1ed5c..351da5fcd8 100644 --- a/programming/language/python/python-cryptography/actions.py +++ b/programming/language/python/python-cryptography/actions.py @@ -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) \ 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/python/python-cryptography/pspec.xml b/programming/language/python/python-cryptography/pspec.xml index 0fc0b5d3a9..ae0148b39c 100644 --- a/programming/language/python/python-cryptography/pspec.xml +++ b/programming/language/python/python-cryptography/pspec.xml @@ -13,11 +13,22 @@ library Cryptographic recipes for Python 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 python-setuptools - python-devel openssl-devel + python-devel + @@ -28,11 +39,31 @@ python-cffi + /usr/share/doc/python-cryptography/README.rst + /usr/share/doc/python-cryptography/LICENSE /usr/lib/python2* - /usr/share/doc/python-cryptography + + + 2020-04-08 + 2.9 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2019-11-06 2.8 diff --git a/programming/language/python/python-cryptography/translations.xml b/programming/language/python/python-cryptography/translations.xml index ffaee2337f..07f25774e1 100644 --- a/programming/language/python/python-cryptography/translations.xml +++ b/programming/language/python/python-cryptography/translations.xml @@ -5,4 +5,11 @@ Python için kriptografik tarifler python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir. + \ No newline at end of file