+ Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
+builddeps :
+ - pbr
+ - python-pytest
+ - python-tornado
+rundeps :
+ - python-six
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ %python3_test py.test3
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,72 @@
+<PISI>
+ <Source>
+ <Name>python-tenacity</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Retrying library for Python</Summary>
+ <Description xml:lang="en">Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
+ <Summary xml:lang="en">Retrying library for Python</Summary>
+ <Description xml:lang="en">Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.