Import of pkgsrc-2014Q1
This commit is contained in:
25
parallel/py-billiard/Makefile
Normal file
25
parallel/py-billiard/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# $NetBSD: Makefile,v 1.10 2014/02/20 00:47:28 rodent Exp $
|
||||
|
||||
DISTNAME= billiard-3.3.0.16
|
||||
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
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 26
|
||||
|
||||
.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"
|
||||
Reference in New Issue
Block a user