2494b2a637
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>
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# $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>
|