svn commit: r418490 - in head/devel: . py-stopit

Kurt Jaeger pi at FreeBSD.org
Wed Jul 13 16:34:49 UTC 2016


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 at 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 at 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


More information about the svn-ports-head mailing list