summaryrefslogtreecommitdiff
path: root/parallel/py-billiard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/py-billiard/Makefile')
-rw-r--r--parallel/py-billiard/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/parallel/py-billiard/Makefile b/parallel/py-billiard/Makefile
new file mode 100644
index 00000000000..491ac63077c
--- /dev/null
+++ b/parallel/py-billiard/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2013/07/02 11:08:27 rodent Exp $
+#
+
+DISTNAME= billiard-2.7.3.30
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= parallel
+MASTER_SITES= http://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
+
+REPLACE_PYTHON+= funtests/setup.py funtests/tests/test_multiprocessing.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"