9bc8971186
--------------------- - Now compiles on GNU/kFreeBSD - Pool: `AF_PIPE` address fixed so that it works on recent Windows versions in combination with Python 2.7.7. - Pool: Fix for `Supervisor object has no attribute _children` error. - Pool: Fixed bug with human_status(None). - Pool: shrink did not work properly if asked to remove more than 1 process.
23 lines
716 B
Makefile
23 lines
716 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/07/16 23:15:12 rodent Exp $
|
|
|
|
DISTNAME= billiard-3.3.0.18
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= parallel
|
|
MASTER_SITES= https://pypi.python.org/packages/source/b/billiard/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://github.com/celery/billiard
|
|
COMMENT= Python multiprocessing fork with improvements and bugfixes
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES+= c
|
|
REPLACE_PYTHON+= funtests/setup.py funtests/tests/test_multiprocessing.py
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
TWO_OR_THREE= ${PYPKGPREFIX:C/([0-9])[0-9]/\1/1}
|
|
PLIST_SUBST+= PY_VER_MAJ=${TWO_OR_THREE}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|