python-cryptography:ver bump

This commit is contained in:
blue-devil
2020-04-09 17:40:49 +03:00
parent b1f15aa4c1
commit c4a18b1af5
3 changed files with 48 additions and 6 deletions
@@ -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)
@@ -13,11 +13,22 @@
<IsA>library</IsA>
<Summary>Cryptographic recipes for Python</Summary>
<Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description>
<Archive sha1sum="93d4e9d58f911d342c68973a75542375ef8021ab" type="targz">https://github.com/pyca/cryptography/archive/2.8.tar.gz</Archive>
<Archive sha1sum="d30a891552c70febeb67f936877a8abfc220e0ef" type="targz">https://github.com/pyca/cryptography/archive/2.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>python-devel</Dependency>
<!-- documentation dependencies
<Dependency>python-sphinxcontrib-websupport</Dependency>
<Dependency>python-sphinx-alabaster-theme</Dependency>
<Dependency>python-snowballstemmer</Dependency>
<Dependency>python-imagesize</Dependency>
<Dependency>python-requests</Dependency>
<Dependency>python-certifi</Dependency>
<Dependency>python-sphinx</Dependency>
<Dependency>python-typing</Dependency>
<Dependency>python-Babel</Dependency>
-->
</BuildDependencies>
</Source>
@@ -28,11 +39,31 @@
<Dependency>python-cffi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-cryptography/README.rst</Path>
<Path fileType="doc">/usr/share/doc/python-cryptography/LICENSE</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-cryptography</Path>
</Files>
</Package>
<!--
<Package>
<Name>python-cryptography-docs</Name>
<Summary>Documentation files for python-cryptography</Summary>
<RuntimeDependencies>
<Dependency release="current">python-cryptography</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-cryptography/html</Path>
</Files>
</Package>
-->
<History>
<Update release="2">
<Date>2020-04-08</Date>
<Version>2.9</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-11-06</Date>
<Version>2.8</Version>
@@ -5,4 +5,11 @@
<Summary xml:lang="tr">Python için kriptografik tarifler</Summary>
<Description xml:lang="tr">python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir.</Description>
</Source>
<!--
<Package>
<Name>python-cryptography-docs</Name>
<Summary xml:lang="tr">python-cryptography için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">python-cryptography-docs, python-cryptography için belgelendirme dosyaları içerir.</Description>
</Package>
-->
</PISI>