24 lines
694 B
Makefile
24 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.13 2016/06/08 17:43:38 wiz Exp $
|
|
|
|
DISTNAME= billiard-3.3.0.18
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= parallel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=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"
|