python-pynacl:ver. bump

This commit is contained in:
blue-devil
2020-05-01 01:57:55 +03:00
parent 134c6ad877
commit 1ed78230e6
3 changed files with 71 additions and 0 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
def build():
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -lbz2")
pythonmodules.compile()
def install():
pythonmodules.install()
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-pynacl</Name>
<Homepage>https://github.com/pyca/pynacl/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Python binding to the Networking and Cryptography (NaCl) library</Summary>
<Description>python-pynacl PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.</Description>
<Archive sha1sum="f0b09d0168e8f6fbefb0cff0d6eb26ae484bee4e" type="targz">https://github.com/pyca/pynacl/archive/1.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-cffi</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python-pycparser</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-pynacl</Name>
<Summary>PyNaCl module for python</Summary>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>python-cffi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-11-25</Date>
<Version>1.3.0</Version>
<Comment>First release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-pynacl</Name>
<Summary xml:lang="tr">Python için NaCl modülü</Summary>
<Description xml:lang="tr">PyNaCl, ağ ve kriptografi kitaplığınından geliştirilen libsodium kitaplığının python modülüdür.</Description>
</Source>
</PISI>