wip/py-ct: py-tenacity-6.2.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-07 14:09:01 +01:00
parent 230e2c1478
commit c60f892a61
4 changed files with 74 additions and 0 deletions

4
py-tenacity/DESCR Normal file
View File

@ -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

21
py-tenacity/Makefile Normal file
View File

@ -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
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"

43
py-tenacity/PLIST Normal file
View File

@ -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

6
py-tenacity/distinfo Normal file
View File

@ -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