diff --git a/programming/language/python3/python3-ecdsa/actions.py b/programming/language/python3/python3-ecdsa/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-ecdsa/actions.py @@ -0,0 +1,13 @@ +#!/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 + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-ecdsa/pspec.xml b/programming/language/python3/python3-ecdsa/pspec.xml new file mode 100644 index 0000000000..8b4668c732 --- /dev/null +++ b/programming/language/python3/python3-ecdsa/pspec.xml @@ -0,0 +1,59 @@ + + + + + python3-ecdsa + https://github.com/warner/python-ecdsa + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python + MIT + library + ECDSA implementation for Python + This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. + https://github.com/warner/python-ecdsa/archive/python-ecdsa-0.15.tar.gz + + python3-devel + python3-setuptools + + + + + python3-ecdsa + ECDSA module for python + + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-ecdsa + + + + + + 2020-01-23 + 0.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-21 + 0.14.1 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-01 + 0.13 + First Pisi Release, built with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-ecdsa/translations.xml b/programming/language/python3/python3-ecdsa/translations.xml new file mode 100644 index 0000000000..95ee0e11ca --- /dev/null +++ b/programming/language/python3/python3-ecdsa/translations.xml @@ -0,0 +1,8 @@ + + + + python3-ecdsa + Python3 için ECDSA Kriptografi Uygulaması + Python3 için kolay kullanımlı, MIT lisanslı ECDSA kriptografi (Elliptic Curve Digital Signature Algorithm) modülü. Bu kitaplık ile hızlıca anahtar oluşturabilir (giriş ahahtarı ve doğrulama anahtarı), iletileri imzalayabilir ve imzalarınızı doğrulayabilirsiniz. Anahtar ile imzalar çok kısadır ve diğer protokollere bütünlleştirmek oldukça kolaydır. + + \ No newline at end of file