diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,14 @@ +name : python-spake2 +version : 0.8 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/s/spake2/spake2-0.8.tar.gz : c17a614b29ee4126206e22181f70a406c618d3c6c62ca6d6779bce95e9c926f4 +license : MIT +component : programming.python +summary : This library implements the SPAKE2 password-authenticated key exchange +description: | + This library implements the SPAKE2 password-authenticated key exchange +setup : | + %python3_setup +install : | + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,82 @@ + + + python-spake2 + + Devil505 + devil505@tuta.io + + MIT + programming.python + This library implements the SPAKE2 password-authenticated key exchange + This library implements the SPAKE2 password-authenticated key exchange + + https://solus-project.com/sources/README.Solus + + + python-spake2 + This library implements the SPAKE2 password-authenticated key exchange + This library implements the SPAKE2 password-authenticated key exchange + + programming.python + + /usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/requires.txt + /usr/lib/python3.6/site-packages/spake2-0.8-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/spake2/__init__.py + /usr/lib/python3.6/site-packages/spake2/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/__pycache__/_version.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/__pycache__/ed25519_basic.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/__pycache__/ed25519_group.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/__pycache__/groups.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/__pycache__/params.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/__pycache__/six.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/__pycache__/spake2.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/__pycache__/util.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/_version.py + /usr/lib/python3.6/site-packages/spake2/ed25519_basic.py + /usr/lib/python3.6/site-packages/spake2/ed25519_group.py + /usr/lib/python3.6/site-packages/spake2/groups.py + /usr/lib/python3.6/site-packages/spake2/parameters/__init__.py + /usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/all.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/ed25519.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/i1024.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/i2048.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/parameters/__pycache__/i3072.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/parameters/all.py + /usr/lib/python3.6/site-packages/spake2/parameters/ed25519.py + /usr/lib/python3.6/site-packages/spake2/parameters/i1024.py + /usr/lib/python3.6/site-packages/spake2/parameters/i2048.py + /usr/lib/python3.6/site-packages/spake2/parameters/i3072.py + /usr/lib/python3.6/site-packages/spake2/params.py + /usr/lib/python3.6/site-packages/spake2/six.py + /usr/lib/python3.6/site-packages/spake2/spake2.py + /usr/lib/python3.6/site-packages/spake2/test/__init__.py + /usr/lib/python3.6/site-packages/spake2/test/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/test/__pycache__/common.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/test/__pycache__/myhkdf.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/test/__pycache__/test_compat.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/test/__pycache__/test_group.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/test/__pycache__/test_spake2.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/test/__pycache__/test_utils.cpython-36.pyc + /usr/lib/python3.6/site-packages/spake2/test/common.py + /usr/lib/python3.6/site-packages/spake2/test/myhkdf.py + /usr/lib/python3.6/site-packages/spake2/test/test_compat.py + /usr/lib/python3.6/site-packages/spake2/test/test_group.py + /usr/lib/python3.6/site-packages/spake2/test/test_spake2.py + /usr/lib/python3.6/site-packages/spake2/test/test_utils.py + /usr/lib/python3.6/site-packages/spake2/util.py + + + + + 2018-07-12 + 0.8 + Packaging update + Devil505 + devil505@tuta.io + + + \ No newline at end of file