pkgsrc-WIP-changes archive

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

py-retrying: imported version 1.3.3



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Jun 3 12:01:57 2020 +0200
Changeset:	be50497ed5840ee673e19a35a0adea8dce86ad27

Added Files:
	py-retrying/DESCR
	py-retrying/Makefile
	py-retrying/PLIST
	py-retrying/distinfo

Log Message:
py-retrying: imported version 1.3.3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=be50497ed5840ee673e19a35a0adea8dce86ad27

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-retrying/DESCR    |  2 ++
 py-retrying/Makefile | 16 ++++++++++++++++
 py-retrying/PLIST    |  9 +++++++++
 py-retrying/distinfo |  6 ++++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/py-retrying/DESCR b/py-retrying/DESCR
new file mode 100644
index 0000000000..3309e4b49a
--- /dev/null
+++ b/py-retrying/DESCR
@@ -0,0 +1,2 @@
+Retrying 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. 
diff --git a/py-retrying/Makefile b/py-retrying/Makefile
new file mode 100644
index 0000000000..10693d04ee
--- /dev/null
+++ b/py-retrying/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	retrying-1.3.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/retrying/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/rholder/retrying
+COMMENT=	General-purpose retrying library, written in Python
+LICENSE=	apache-2.0
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-retrying/PLIST b/py-retrying/PLIST
new file mode 100644
index 0000000000..b17274842e
--- /dev/null
+++ b/py-retrying/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/retrying.pyo
+${PYSITELIB}/retrying.pyc
+${PYSITELIB}/retrying-1.3.3-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/retrying-1.3.3-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/retrying-1.3.3-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/retrying-1.3.3-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/retrying-1.3.3-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/retrying.py
diff --git a/py-retrying/distinfo b/py-retrying/distinfo
new file mode 100644
index 0000000000..8381dbde2a
--- /dev/null
+++ b/py-retrying/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (retrying-1.3.3.tar.gz) = 5edeb4cdcd5f72ae0e6413a2d3514c4190c47fe0
+RMD160 (retrying-1.3.3.tar.gz) = c9222e22eea4137f4c1891cadc6c2260afe864a6
+SHA512 (retrying-1.3.3.tar.gz) = 99b81560caf63416f0301721ed9b9f9e3527a2fee4c53aeb0630b6e860ed81baf4b12b9819ca5b81346d45c4f40dfcb479a0b25305da1f560657fd3fdf2ffa75
+Size (retrying-1.3.3.tar.gz) = 10890 bytes


Home | Main Index | Thread Index | Old Index