mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
24 lines
716 B
Makefile
24 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"
|