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-hkdf +version : 0.0.3 +release : 1 +source : + - https://pypi.python.org/packages/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-0.0.3.tar.gz : 622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca +license : BSD-2-Clause +component : programming.python +summary : This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01s +description: | + This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01 +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,39 @@ + + + python-hkdf + + Devil505 + devil505@tuta.io + + BSD-2-Clause + programming.python + This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01s + This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01 + + https://solus-project.com/sources/README.Solus + + + python-hkdf + This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01s + This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01 + + programming.python + + /usr/lib/python3.6/site-packages/__pycache__/hkdf.cpython-36.pyc + /usr/lib/python3.6/site-packages/hkdf-0.0.3-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/hkdf-0.0.3-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/hkdf-0.0.3-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/hkdf-0.0.3-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/hkdf.py + + + + + 2018-07-13 + 0.0.3 + Packaging update + Devil505 + devil505@tuta.io + + + \ No newline at end of file