summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-05-25 10:15:41 +0000
committeradam <adam@pkgsrc.org>2021-05-25 10:15:41 +0000
commitb4bb8ef293efd3407e17c18adfebc2ffb40e6c21 (patch)
tree42edd7b2ca0f5bad71f204a6ad1bd3ff9523e333 /devel
parent7953d26e8465aa88ebd1902b2a78347f7bc84378 (diff)
downloadpkgsrc-b4bb8ef293efd3407e17c18adfebc2ffb40e6c21.tar.gz
py-tenacity: added version 7.0.0
Tenacity is a retrying library to simplify the task of adding retry behavior to just about anything.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/py-tenacity/DESCR2
-rw-r--r--devel/py-tenacity/Makefile21
-rw-r--r--devel/py-tenacity/PLIST43
-rw-r--r--devel/py-tenacity/distinfo6
5 files changed, 74 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7fb21a7be11..ecd83bddece 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3394 2021/05/25 10:08:12 adam Exp $
+# $NetBSD: Makefile,v 1.3395 2021/05/25 10:15:41 adam Exp $
#
COMMENT= Development utilities
@@ -2652,6 +2652,7 @@ SUBDIR+= py-subversion
SUBDIR+= py-subvertpy
SUBDIR+= py-sure
SUBDIR+= py-sysctl
+SUBDIR+= py-tenacity
SUBDIR+= py-termcolor
SUBDIR+= py-test
SUBDIR+= py-test-assume
diff --git a/devel/py-tenacity/DESCR b/devel/py-tenacity/DESCR
new file mode 100644
index 00000000000..cca49f92e51
--- /dev/null
+++ b/devel/py-tenacity/DESCR
@@ -0,0 +1,2 @@
+Tenacity is a retrying library to simplify the task of adding retry behavior to
+just about anything.
diff --git a/devel/py-tenacity/Makefile b/devel/py-tenacity/Makefile
new file mode 100644
index 00000000000..c1e9b4c09b2
--- /dev/null
+++ b/devel/py-tenacity/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/05/25 10:15:41 adam Exp $
+
+DISTNAME= tenacity-7.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/tenacity/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/jd/tenacity
+COMMENT= Retry code until it succeeds
+LICENSE= apache-2.0
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-tenacity/PLIST b/devel/py-tenacity/PLIST
new file mode 100644
index 00000000000..1af2365e897
--- /dev/null
+++ b/devel/py-tenacity/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2021/05/25 10:15:41 adam Exp $
+${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/devel/py-tenacity/distinfo b/devel/py-tenacity/distinfo
new file mode 100644
index 00000000000..2b3f00254a6
--- /dev/null
+++ b/devel/py-tenacity/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/25 10:15:41 adam Exp $
+
+SHA1 (tenacity-7.0.0.tar.gz) = de0c917d072479ec2f356b4e237082cddbcb158d
+RMD160 (tenacity-7.0.0.tar.gz) = 796c7761686f9a06eb9128d3f9d7c14bc7f9b4ac
+SHA512 (tenacity-7.0.0.tar.gz) = a627112df19b9f6d1c53294daad7fe1b0aeaed15e6ec07054228575fbc76ca5c22f560ddd6fc176c5c22141669423547ba17f1e33c7d0e7e92d0188acad065c4
+Size (tenacity-7.0.0.tar.gz) = 33874 bytes