3e5dc1e522
3.2.0: * The ThreadPoolExecutor class constructor now accepts an optional thread_name_prefix argument to make it possible to customize the names of the threads created by the pool. * Backported fixes from upstream
18 lines
529 B
Makefile
18 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/12/01 10:27:25 adam Exp $
|
|
|
|
DISTNAME= futures-3.2.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/futures/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/agronholm/pythonfutures
|
|
COMMENT= Library brings asynchronous computations from Python 3.x
|
|
LICENSE= python-software-foundation
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # included in 3+
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|