pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Add py-retry_decorator version 1.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e7661390cde
branches:  trunk
changeset: 374580:3e7661390cde
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Jan 25 19:03:04 2018 +0000

description:
Add py-retry_decorator version 1.1.0.

retry_decorator is a Python module that exposes a decorator that retries the
decorated function with exponential backoff.

This is yet another dependency for PR pkg/52941.

diffstat:

 devel/Makefile                    |   3 ++-
 devel/py-retry_decorator/DESCR    |   2 ++
 devel/py-retry_decorator/Makefile |  16 ++++++++++++++++
 devel/py-retry_decorator/PLIST    |  11 +++++++++++
 devel/py-retry_decorator/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r fba557fcbda3 -r 3e7661390cde devel/Makefile
--- a/devel/Makefile    Thu Jan 25 18:14:56 2018 +0000
+++ b/devel/Makefile    Thu Jan 25 19:03:04 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2594 2018/01/24 12:40:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.2595 2018/01/25 19:03:04 bsiegert Exp $
 #
 
 COMMENT=       Development utilities
@@ -2112,6 +2112,7 @@
 SUBDIR+=       py-requests-futures
 SUBDIR+=       py-requests-mock
 SUBDIR+=       py-requests-toolbelt
+SUBDIR+=       py-retry_decorator
 SUBDIR+=       py-rope
 SUBDIR+=       py-rply
 SUBDIR+=       py-ruamel-base
diff -r fba557fcbda3 -r 3e7661390cde devel/py-retry_decorator/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-retry_decorator/DESCR    Thu Jan 25 19:03:04 2018 +0000
@@ -0,0 +1,2 @@
+retry_decorator is a Python module that exposes a decorator that retries the
+decorated function with exponential backoff.
diff -r fba557fcbda3 -r 3e7661390cde devel/py-retry_decorator/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-retry_decorator/Makefile Thu Jan 25 19:03:04 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/01/25 19:03:04 bsiegert Exp $
+
+DISTNAME=      retry_decorator-1.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/retry_decorator/}
+
+MAINTAINER=    bsiegert%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pnpnpn/retry-decorator
+COMMENT=       Retry decorator for Python
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fba557fcbda3 -r 3e7661390cde devel/py-retry_decorator/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-retry_decorator/PLIST    Thu Jan 25 19:03:04 2018 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/25 19:03:04 bsiegert Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/retry_decorator/__init__.py
+${PYSITELIB}/retry_decorator/__init__.pyo
+${PYSITELIB}/retry_decorator/__init__.pyc
+${PYSITELIB}/retry_decorator/retry_decorator.pyo
+${PYSITELIB}/retry_decorator/retry_decorator.pyc
+${PYSITELIB}/retry_decorator/retry_decorator.py
diff -r fba557fcbda3 -r 3e7661390cde devel/py-retry_decorator/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-retry_decorator/distinfo Thu Jan 25 19:03:04 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/25 19:03:04 bsiegert Exp $
+
+SHA1 (retry_decorator-1.1.0.tar.gz) = d9a65c8758e70763450e94d327e09a8e1017249c
+RMD160 (retry_decorator-1.1.0.tar.gz) = 1e53a6cc88df7019b6a53d62be0bfd2992ef2f0f
+SHA512 (retry_decorator-1.1.0.tar.gz) = 0c699ccee6d189608fc6610b0c40db8e0648830cf3b463c74853e448f59314f4ead2acd379ac92fcd75d1ba7d6f0592753f112495d9bd4652190486a1d17f094
+Size (retry_decorator-1.1.0.tar.gz) = 3291 bytes



Home | Main Index | Thread Index | Old Index