diff --git a/programming/language/python3/python3-pycryptodome/actions.py b/programming/language/python3/python3-pycryptodome/actions.py new file mode 100644 index 0000000000..98392cfdde --- /dev/null +++ b/programming/language/python3/python3-pycryptodome/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 shelltools +from pisi.actionsapi import pythonmodules + +def build(): + # fix unused direct dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pycryptodome/pspec.xml b/programming/language/python3/python3-pycryptodome/pspec.xml new file mode 100644 index 0000000000..08e4fa5fe4 --- /dev/null +++ b/programming/language/python3/python3-pycryptodome/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-pycryptodome + https://www.pycryptodome.org/ + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + A self-contained Python package of low-level cryptographic primitives + PyCryptodome is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1) + https://github.com/Legrandin/pycryptodome/archive/v3.9.7.tar.gz + + python3-devel + python3-setuptools + + + + + python3-pycryptodome + A self-contained Python package of low-level cryptographic primitives + + + python3 + gmp + + + /usr/lib/python3* + /usr/share/doc/python3-pycryptodome + + + + + + 2020-02-21 + 3.9.7 + First release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pycryptodome/translations.xml b/programming/language/python3/python3-pycryptodome/translations.xml new file mode 100644 index 0000000000..dc0a1227da --- /dev/null +++ b/programming/language/python3/python3-pycryptodome/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pycryptodome + Düşük seviye kriptografik ilkeler içeren python3 paketidir. + PyCrypto'dan çatallanan PyCryptodome düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır. + + \ No newline at end of file