pkgsrc/parallel/py-billiard/Makefile
adam 36fd36ec4c py-billiard: updated to 3.6.3.0
3.6.1:
- Logging max memory reached at INFO rather than WARNING
- Pass arguments when wrapping sys.exit
- Remove win32/py2k special
- Ensure READY messages sent out by exiting worker are consumed prior to it actually existing.
- Pass max_memory_per_child to child worker process
- Fix compatibility with Python 2.7 on Windows
2020-05-17 19:16:38 +00:00

25 lines
727 B
Makefile

# $NetBSD: Makefile,v 1.19 2020/05/17 19:16:38 adam Exp $
DISTNAME= billiard-3.6.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= parallel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/billiard/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/celery/billiard
COMMENT= Python multiprocessing fork with improvements and bugfixes
LICENSE= modified-bsd
TEST_DEPENDS+= ${PYPKGPREFIX}-case>=1.3.1:../../devel/py-case
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
.include "../../lang/python/pyversion.mk"
# builds _billiard.so
.if ${_PYTHON_VERSION} != 27
USE_LANGUAGES= # none
.endif
PYSETUPTESTTARGET= pytest
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"