pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-ct: py-tenacity-6.2.0 import to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Mon Dec 7 14:09:01 2020 +0100
Changeset: c60f892a6181fe96f17c0850fa4998a3cd0c8f99
Added Files:
py-tenacity/DESCR
py-tenacity/Makefile
py-tenacity/PLIST
py-tenacity/distinfo
Log Message:
wip/py-ct: py-tenacity-6.2.0 import to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c60f892a6181fe96f17c0850fa4998a3cd0c8f99
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-tenacity/DESCR | 4 ++++
py-tenacity/Makefile | 21 +++++++++++++++++++++
py-tenacity/PLIST | 43 +++++++++++++++++++++++++++++++++++++++++++
py-tenacity/distinfo | 6 ++++++
4 files changed, 74 insertions(+)
diffs:
diff --git a/py-tenacity/DESCR b/py-tenacity/DESCR
new file mode 100644
index 0000000000..bebcc4ca0a
--- /dev/null
+++ b/py-tenacity/DESCR
@@ -0,0 +1,4 @@
+Tenacity is simplify the task of adding retry behavior to just about anything.
+It originates from a fork of retrying which is sadly no longer maintained.
+Tenacity isn't api compatible with retrying but adds significant new functionality
+and fixes a number of longstanding bugs
diff --git a/py-tenacity/Makefile b/py-tenacity/Makefile
new file mode 100644
index 0000000000..13376f7abe
--- /dev/null
+++ b/py-tenacity/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= tenacity-6.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/tenacity/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/jd/tenacity
+COMMENT= Retry code until it succeeds
+LICENSE= apache-2.0
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+
+DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-tornado>=5.1.1:../../www/py-tornado
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-tenacity/PLIST b/py-tenacity/PLIST
new file mode 100644
index 0000000000..f495fb87b8
--- /dev/null
+++ b/py-tenacity/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tenacity/__init__.py
+${PYSITELIB}/tenacity/__init__.pyc
+${PYSITELIB}/tenacity/__init__.pyo
+${PYSITELIB}/tenacity/_asyncio.py
+${PYSITELIB}/tenacity/_asyncio.pyc
+${PYSITELIB}/tenacity/_asyncio.pyo
+${PYSITELIB}/tenacity/_utils.py
+${PYSITELIB}/tenacity/_utils.pyc
+${PYSITELIB}/tenacity/_utils.pyo
+${PYSITELIB}/tenacity/after.py
+${PYSITELIB}/tenacity/after.pyc
+${PYSITELIB}/tenacity/after.pyo
+${PYSITELIB}/tenacity/before.py
+${PYSITELIB}/tenacity/before.pyc
+${PYSITELIB}/tenacity/before.pyo
+${PYSITELIB}/tenacity/before_sleep.py
+${PYSITELIB}/tenacity/before_sleep.pyc
+${PYSITELIB}/tenacity/before_sleep.pyo
+${PYSITELIB}/tenacity/compat.py
+${PYSITELIB}/tenacity/compat.pyc
+${PYSITELIB}/tenacity/compat.pyo
+${PYSITELIB}/tenacity/nap.py
+${PYSITELIB}/tenacity/nap.pyc
+${PYSITELIB}/tenacity/nap.pyo
+${PYSITELIB}/tenacity/py.typed
+${PYSITELIB}/tenacity/retry.py
+${PYSITELIB}/tenacity/retry.pyc
+${PYSITELIB}/tenacity/retry.pyo
+${PYSITELIB}/tenacity/stop.py
+${PYSITELIB}/tenacity/stop.pyc
+${PYSITELIB}/tenacity/stop.pyo
+${PYSITELIB}/tenacity/tornadoweb.py
+${PYSITELIB}/tenacity/tornadoweb.pyc
+${PYSITELIB}/tenacity/tornadoweb.pyo
+${PYSITELIB}/tenacity/wait.py
+${PYSITELIB}/tenacity/wait.pyc
+${PYSITELIB}/tenacity/wait.pyo
diff --git a/py-tenacity/distinfo b/py-tenacity/distinfo
new file mode 100644
index 0000000000..325bbeb47d
--- /dev/null
+++ b/py-tenacity/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tenacity-6.2.0.tar.gz) = d6944a0d01b965f32f98308ccfdb2de1c90f8363
+RMD160 (tenacity-6.2.0.tar.gz) = 6be40e866fab246ae1aa9b1410556e817f0e51b9
+SHA512 (tenacity-6.2.0.tar.gz) = 3753ab44390810458c559d243bdc5e3c0092a0c2af7eb4e6fa43d5e6e215a58d4bf3ff6e81800db2f517796b501fff038964b424e364ac417ddd3e70b57bc6c8
+Size (tenacity-6.2.0.tar.gz) = 35213 bytes
Home |
Main Index |
Thread Index |
Old Index