pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-func_timeout



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 12 07:32:29 UTC 2020

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

Log Message:
devel/py-func_timeout: import py-func_timeout-4.3.5

Python module to support running any existing function with a given
timeout.


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

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

Added files:

Index: pkgsrc/devel/py-func_timeout/DESCR
diff -u /dev/null pkgsrc/devel/py-func_timeout/DESCR:1.1
--- /dev/null   Thu Mar 12 07:32:29 2020
+++ pkgsrc/devel/py-func_timeout/DESCR  Thu Mar 12 07:32:28 2020
@@ -0,0 +1,2 @@
+Python module to support running any existing function with a given
+timeout.
Index: pkgsrc/devel/py-func_timeout/Makefile
diff -u /dev/null pkgsrc/devel/py-func_timeout/Makefile:1.1
--- /dev/null   Thu Mar 12 07:32:29 2020
+++ pkgsrc/devel/py-func_timeout/Makefile       Thu Mar 12 07:32:28 2020
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2020/03/12 07:32:28 wiz Exp $
+
+DISTNAME=      func_timeout-4.3.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=f/func_timeout/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/kata198/func_timeout
+COMMENT=       Specify timeouts when calling any existing function
+LICENSE=       gnu-lgpl-v2
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-func_timeout/PLIST
diff -u /dev/null pkgsrc/devel/py-func_timeout/PLIST:1.1
--- /dev/null   Thu Mar 12 07:32:29 2020
+++ pkgsrc/devel/py-func_timeout/PLIST  Thu Mar 12 07:32:28 2020
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/12 07:32:28 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/func_timeout/StoppableThread.py
+${PYSITELIB}/func_timeout/StoppableThread.pyc
+${PYSITELIB}/func_timeout/StoppableThread.pyo
+${PYSITELIB}/func_timeout/__init__.py
+${PYSITELIB}/func_timeout/__init__.pyc
+${PYSITELIB}/func_timeout/__init__.pyo
+${PYSITELIB}/func_timeout/dafunc.py
+${PYSITELIB}/func_timeout/dafunc.pyc
+${PYSITELIB}/func_timeout/dafunc.pyo
+${PYSITELIB}/func_timeout/exceptions.py
+${PYSITELIB}/func_timeout/exceptions.pyc
+${PYSITELIB}/func_timeout/exceptions.pyo
+${PYSITELIB}/func_timeout/py2_raise.py
+${PYSITELIB}/func_timeout/py3_raise.py
+${PYSITELIB}/func_timeout/py3_raise.pyc
+${PYSITELIB}/func_timeout/py3_raise.pyo
Index: pkgsrc/devel/py-func_timeout/distinfo
diff -u /dev/null pkgsrc/devel/py-func_timeout/distinfo:1.1
--- /dev/null   Thu Mar 12 07:32:29 2020
+++ pkgsrc/devel/py-func_timeout/distinfo       Thu Mar 12 07:32:28 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/12 07:32:28 wiz Exp $
+
+SHA1 (func_timeout-4.3.5.tar.gz) = ca33423c382a5352ec3c42c9e9acc58fad6f95ff
+RMD160 (func_timeout-4.3.5.tar.gz) = 33ebfc047c273d60b477c7d9a92074973ff56b90
+SHA512 (func_timeout-4.3.5.tar.gz) = 4ef942b89aa0585d6daea69d66a217916bcdfc0f1070a871f13975f7ad2c375f0137df4248251754b26e3f0f64ef239f5ee110a3641ed3ff8368bbb6fc59f6f9
+Size (func_timeout-4.3.5.tar.gz) = 44264 bytes



Home | Main Index | Thread Index | Old Index