From 921ac4ec341f7336e57b8bc5420f811a8b24cf82 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 22 Feb 2020 02:48:07 +0300 Subject: [PATCH] python3-pynacl:moved from contrib --- .../python3/python3-pynacl/actions.py | 16 ++++++ .../language/python3/python3-pynacl/pspec.xml | 52 +++++++++++++++++++ .../python3/python3-pynacl/translations.xml | 8 +++ 3 files changed, 76 insertions(+) create mode 100644 programming/language/python3/python3-pynacl/actions.py create mode 100644 programming/language/python3/python3-pynacl/pspec.xml create mode 100644 programming/language/python3/python3-pynacl/translations.xml diff --git a/programming/language/python3/python3-pynacl/actions.py b/programming/language/python3/python3-pynacl/actions.py new file mode 100644 index 0000000000..8ef8ef2102 --- /dev/null +++ b/programming/language/python3/python3-pynacl/actions.py @@ -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(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pynacl/pspec.xml b/programming/language/python3/python3-pynacl/pspec.xml new file mode 100644 index 0000000000..63dd574f80 --- /dev/null +++ b/programming/language/python3/python3-pynacl/pspec.xml @@ -0,0 +1,52 @@ + + + + + python3-pynacl + https://github.com/pyca/pynacl/ + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python3 + Apache + library + Python3 binding to the Networking and Cryptography (NaCl) library + python3-pynacl PyNaCl is a Python3 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. + https://github.com/pyca/pynacl/archive/1.3.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-pynacl + PyNaCl module for python3 + + python3-cffi + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pynacl + + + + + + 2019-12-11 + 1.3.0 + Rebuilt + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-25 + 1.3.0 + First release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pynacl/translations.xml b/programming/language/python3/python3-pynacl/translations.xml new file mode 100644 index 0000000000..c9151f349d --- /dev/null +++ b/programming/language/python3/python3-pynacl/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pynacl + Python3 için NaCl modülü + PyNaCl, ağ ve kriptografi kitaplığından geliştirilen libsodium kitaplığının python3 modülüdür. + + \ No newline at end of file