Page MenuHomeSolus

0001-Initial-working-python-keyring.patch

Authored By
SFaulken
Oct 1 2016, 7:31 PM
Size
9 KB
Referenced Files
None
Subscribers
None

0001-Initial-working-python-keyring.patch

From 72362a2a8528e8f5f7b62db19a82be83bc27cfc3 Mon Sep 17 00:00:00 2001
From: Shawn W Dunn <sfalken@cloverleaf-linux.org>
Date: Sat, 1 Oct 2016 12:30:47 -0700
Subject: [PATCH] Initial working python-keyring
Signed-off-by: Shawn W Dunn <sfalken@cloverleaf-linux.org>
---
package.yml | 18 ++++++++++
pspec_x86_64.xml | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 119 insertions(+)
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..3c1c73c
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,18 @@
+name : python-keyring
+version : 9.3.1
+release : 1
+source :
+ - https://pypi.python.org/packages/7e/84/65816c2936cf7191bcb5b3e3dc4fb87def6f8a38be25b3a78131bbb08594/keyring-9.3.1.tar.gz : 3be74f6568fcac1350b837d7e46bd3525e2e9fe2b78b3a3a87dc3b29f24a0c00
+license :
+ - MIT
+ - Python-2.0
+component : programming.python
+summary : Python system keyring module
+description: |
+ The python keyring lib provides and easy way to access the system keyring service from python. It can be used in any application that needs safe password storage.
+builddeps :
+ - python-setuptools
+setup : |
+ %python_setup
+install : |
+ %python_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..a91e189
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,101 @@
+<PISI>
+ <Source>
+ <Name>python-keyring</Name>
+ <Packager>
+ <Name>Shawn W Dunn</Name>
+ <Email>sfalken@cloverleaf-linux.org</Email>
+ </Packager>
+ <License>MIT</License>
+ <License>Python-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python system keyring module</Summary>
+ <Description xml:lang="en">The python keyring lib provides and easy way to access the system keyring service from python. It can be used in any application that needs safe password storage.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-keyring</Name>
+ <Summary xml:lang="en">Python system keyring module</Summary>
+ <Description xml:lang="en">The python keyring lib provides and easy way to access the system keyring service from python. It can be used in any application that needs safe password storage.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring-9.3.1-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring-9.3.1-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring-9.3.1-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring-9.3.1-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring-9.3.1-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring-9.3.1-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/__main__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backend.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backend.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/OS_X.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/OS_X.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/SecretService.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/SecretService.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/Windows.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/Windows.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/_OS_X_API.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/_OS_X_API.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/fail.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/fail.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/kwallet.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/backends/kwallet.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/cli.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/cli.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/core.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/core.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/credentials.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/credentials.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/errors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/errors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/getpassbackend.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/getpassbackend.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/http.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/http.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/py27compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/py27compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/py33compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/py33compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/test_OS_X.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/test_OS_X.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/test_SecretService.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/test_SecretService.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/test_Windows.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/test_Windows.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/test_kwallet.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/backends/test_kwallet.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/test_backend.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/test_backend.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/tests/util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/util/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/util/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/util/escape.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/util/escape.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/util/platform_.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/util/platform_.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/util/properties.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/keyring/util/properties.pyc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-10-01</Date>
+ <Version>9.3.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Shawn W Dunn</Name>
+ <Email>sfalken@cloverleaf-linux.org</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2911
Default Alt Text
0001-Initial-working-python-keyring.patch (9 KB)

Event Timeline