Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11055084
D3277.id8968.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
8 KB
Referenced Files
None
Subscribers
None
D3277.id8968.diff
View Options
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,23 @@
+name : python-pynacl
+version : 1.2.1
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/08/19/cf56e60efd122fa6d2228118a9b345455b13ffe16a14be81d025b03b261f/PyNaCl-1.2.1.tar.gz : e0d38fa0a75f65f556fb912f2c6790d1fa29b7dd27a1d9cc5591b281321eaaa9
+license : Apache-2.0
+component : programming.python
+summary : Python binding to the Networking and Cryptography (NaCl) library
+description: |
+ Python binding to the Networking and Cryptography (NaCl) library
+builddeps :
+ - pkgconfig(libsodium)
+ - pkgconfig(python3)
+ - python-cffi
+rundeps :
+ - libsodium
+ - python-cffi
+ - python-six
+setup : |
+ export SODIUM_INSTALL=system
+ %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,92 @@
+<PISI>
+ <Source>
+ <Name>python-pynacl</Name>
+ <Packager>
+ <Name>Devil505</Name>
+ <Email>devil505@tuta.io</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python binding to the Networking and Cryptography (NaCl) library</Summary>
+ <Description xml:lang="en">Python binding to the Networking and Cryptography (NaCl) library
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-pynacl</Name>
+ <Summary xml:lang="en">Python binding to the Networking and Cryptography (NaCl) library</Summary>
+ <Description xml:lang="en">Python binding to the Networking and Cryptography (NaCl) library
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/PyNaCl-1.2.1-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/PyNaCl-1.2.1-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/PyNaCl-1.2.1-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/PyNaCl-1.2.1-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/PyNaCl-1.2.1-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/PyNaCl-1.2.1-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__pycache__/encoding.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__pycache__/exceptions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__pycache__/hash.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__pycache__/hashlib.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__pycache__/public.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__pycache__/secret.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__pycache__/signing.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/_sodium.abi3.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/crypto_box.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/crypto_generichash.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/crypto_hash.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/crypto_pwhash.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/crypto_scalarmult.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/crypto_secretbox.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/crypto_shorthash.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/crypto_sign.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/randombytes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/sodium_core.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/crypto_box.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/crypto_generichash.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/crypto_hash.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/crypto_pwhash.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/crypto_scalarmult.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/crypto_secretbox.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/crypto_shorthash.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/crypto_sign.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/randombytes.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/sodium_core.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/bindings/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/encoding.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/hash.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/hashlib.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/public.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/__pycache__/_argon2.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/__pycache__/argon2i.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/__pycache__/argon2id.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/__pycache__/scrypt.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/_argon2.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/argon2i.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/argon2id.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/pwhash/scrypt.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/secret.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/signing.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/nacl/utils.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-07-13</Date>
+ <Version>1.2.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Devil505</Name>
+ <Email>devil505@tuta.io</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 12, 1:26 AM (3 h, 15 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803977
Default Alt Text
D3277.id8968.diff (8 KB)
Attached To
Mode
D3277: python-pynacl, depend for the inclusion of magic-wormhole
Attached
Detach File
Event Timeline
Log In to Comment