This is a backport of the concurrent.futures package from Python 3.2 which provides a high-level interface for asynchronously executing callables.
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/10/02 07:55:04 sthen Exp $
|
|
|
|
COMMENT= futures implementation for Python
|
|
|
|
MODPY_EGG_VERSION= 2.1.4
|
|
DISTNAME= futures-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/futures/}
|
|
|
|
MODULES= lang/python
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
.include <bsd.port.mk>
|