freebsd-ports/devel/py-stopit/Makefile
Kurt Jaeger 2494b2a637 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>
2016-07-13 16:34:47 +00:00

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>