Date: Wed, 13 Jul 2016 16:34:47 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418490 - in head/devel: . py-stopit Message-ID: <201607131634.u6DGYlQs051617@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Jul 13 16:34:47 2016 New Revision: 418490 URL: https://svnweb.freebsd.org/changeset/ports/418490 Log: New port: devel/py-stopit Raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators. WWW: https://pypi.python.org/pypi/stopit PR: 211050 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Added: head/devel/py-stopit/ head/devel/py-stopit/Makefile (contents, props changed) head/devel/py-stopit/distinfo (contents, props changed) head/devel/py-stopit/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 13 16:24:33 2016 (r418489) +++ head/devel/Makefile Wed Jul 13 16:34:47 2016 (r418490) @@ -4445,6 +4445,7 @@ SUBDIR += py-statsd SUBDIR += py-stdnum SUBDIR += py-stevedore + SUBDIR += py-stopit SUBDIR += py-structlog SUBDIR += py-stsci.distutils SUBDIR += py-subversion Added: head/devel/py-stopit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-stopit/Makefile Wed Jul 13 16:34:47 2016 (r418490) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= stopit +PORTVERSION= 1.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@bsd.com.br +COMMENT= Timeout control decorator and context managers in Python + +LICENSE= GPLv3 + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-stopit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-stopit/distinfo Wed Jul 13 16:34:47 2016 (r418490) @@ -0,0 +1,3 @@ +TIMESTAMP = 1467936276 +SHA256 (stopit-1.1.1.tar.gz) = d879a892e6c0d524763b8bf20831a78311d86ea59ec199ec551abf3f494b0708 +SIZE (stopit-1.1.1.tar.gz) = 18009 Added: head/devel/py-stopit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-stopit/pkg-descr Wed Jul 13 16:34:47 2016 (r418490) @@ -0,0 +1,4 @@ +Raise asynchronous exceptions in other threads, control the timeout +of blocks or callables with two context managers and two decorators. + +WWW: https://pypi.python.org/pypi/stopit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607131634.u6DGYlQs051617>