+ 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 :
+ - pkgconfig(python3)
+ - python-setuptools
+setup : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..7182dd5
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,167 @@
+<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.
+ <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.