1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

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>
This commit is contained in:
Kurt Jaeger 2016-07-13 16:34:47 +00:00
parent ef220c70b1
commit 2494b2a637
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418490
4 changed files with 26 additions and 0 deletions

View File

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

18
devel/py-stopit/Makefile Normal file
View File

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

3
devel/py-stopit/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1467936276
SHA256 (stopit-1.1.1.tar.gz) = d879a892e6c0d524763b8bf20831a78311d86ea59ec199ec551abf3f494b0708
SIZE (stopit-1.1.1.tar.gz) = 18009

View File

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