pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May 25 10:15:41 UTC 2021

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-tenacity: DESCR Makefile PLIST distinfo

Log Message:
py-tenacity: added version 7.0.0

Tenacity is a retrying library to simplify the task of adding retry behavior to
just about anything.


To generate a diff of this commit:
cvs rdiff -u -r1.3394 -r1.3395 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-tenacity/DESCR \
    pkgsrc/devel/py-tenacity/Makefile pkgsrc/devel/py-tenacity/PLIST \
    pkgsrc/devel/py-tenacity/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3394 pkgsrc/devel/Makefile:1.3395
--- pkgsrc/devel/Makefile:1.3394        Tue May 25 10:08:12 2021
+++ pkgsrc/devel/Makefile       Tue May 25 10:15:41 2021
@@ -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

Added files:

Index: pkgsrc/devel/py-tenacity/DESCR
diff -u /dev/null pkgsrc/devel/py-tenacity/DESCR:1.1
--- /dev/null   Tue May 25 10:15:41 2021
+++ pkgsrc/devel/py-tenacity/DESCR      Tue May 25 10:15:41 2021
@@ -0,0 +1,2 @@
+Tenacity is a retrying library to simplify the task of adding retry behavior to
+just about anything.
Index: pkgsrc/devel/py-tenacity/Makefile
diff -u /dev/null pkgsrc/devel/py-tenacity/Makefile:1.1
--- /dev/null   Tue May 25 10:15:41 2021
+++ pkgsrc/devel/py-tenacity/Makefile   Tue May 25 10:15:41 2021
@@ -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@localhost
+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"
Index: pkgsrc/devel/py-tenacity/PLIST
diff -u /dev/null pkgsrc/devel/py-tenacity/PLIST:1.1
--- /dev/null   Tue May 25 10:15:41 2021
+++ pkgsrc/devel/py-tenacity/PLIST      Tue May 25 10:15:41 2021
@@ -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
Index: pkgsrc/devel/py-tenacity/distinfo
diff -u /dev/null pkgsrc/devel/py-tenacity/distinfo:1.1
--- /dev/null   Tue May 25 10:15:41 2021
+++ pkgsrc/devel/py-tenacity/distinfo   Tue May 25 10:15:41 2021
@@ -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



Home | Main Index | Thread Index | Old Index