svn commit: r430866 - in head/devel: . py-tenacity
Roman Bogorodskiy
novel at FreeBSD.org
Sun Jan 8 12:36:58 UTC 2017
Author: novel
Date: Sun Jan 8 12:36:56 2017
New Revision: 430866
URL: https://svnweb.freebsd.org/changeset/ports/430866
Log:
Add py-tenacity 3.4.0, task retrying for python library.
PR: 215850
Submitted by: Alexander Nusov <alexander.nusov at nfvexpress.com>
Added:
head/devel/py-tenacity/
head/devel/py-tenacity/Makefile (contents, props changed)
head/devel/py-tenacity/distinfo (contents, props changed)
head/devel/py-tenacity/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jan 8 12:35:46 2017 (r430865)
+++ head/devel/Makefile Sun Jan 8 12:36:56 2017 (r430866)
@@ -4658,6 +4658,7 @@
SUBDIR += py-tconfpy
SUBDIR += py-tempora
SUBDIR += py-tempstorage
+ SUBDIR += py-tenacity
SUBDIR += py-termcolor
SUBDIR += py-terminable_thread
SUBDIR += py-termstyle
Added: head/devel/py-tenacity/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-tenacity/Makefile Sun Jan 8 12:36:56 2017 (r430866)
@@ -0,0 +1,23 @@
+# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME= tenacity
+PORTVERSION= 3.4.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= alexander.nusov at nfvexpress.com
+COMMENT= Task retrying for python library
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+NO_ARCH= yes
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/devel/py-tenacity/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-tenacity/distinfo Sun Jan 8 12:36:56 2017 (r430866)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481138391
+SHA256 (tenacity-3.4.0.tar.gz) = 72918085efeaaebcfd241ea04256151935826e428b81d1e18f3e924cb7a1f4c4
+SIZE (tenacity-3.4.0.tar.gz) = 21074
Added: head/devel/py-tenacity/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-tenacity/pkg-descr Sun Jan 8 12:36:56 2017 (r430866)
@@ -0,0 +1,5 @@
+Tenacity is an Apache 2.0 licensed general-purpose retrying library, written
+in Python, to simplify the task of adding retry behavior to just about
+anything. It originates from a fork of Retrying.
+
+WWW: http://pypi.python.org/pypi/tenacity
More information about the svn-ports-all
mailing list