aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-billiard/Makefile
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:33:44 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:34:38 +0300
commitf0248ad768754f3e3bd9ed2992ccf1e96e0808e2 (patch)
treefa2e0a03271ee2ed7f2b1f814107f2cd503cce1c /devel/py-billiard/Makefile
parentfa56518fb5845355ac42255ac1a0de4d8dd87e6b (diff)
downloadports-f0248ad768754f3e3bd9ed2992ccf1e96e0808e2.tar.gz
ports-f0248ad768754f3e3bd9ed2992ccf1e96e0808e2.zip
devel/py-billiard: add 3.6.4.0
Diffstat (limited to 'devel/py-billiard/Makefile')
-rw-r--r--devel/py-billiard/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/py-billiard/Makefile b/devel/py-billiard/Makefile
new file mode 100644
index 0000000..e29c488
--- /dev/null
+++ b/devel/py-billiard/Makefile
@@ -0,0 +1,28 @@
+COMMENT = python multiprocessing fork with improvements and bugfixes
+
+MODPY_EGG_VERSION = 3.6.4.0
+
+DISTNAME = billiard-${MODPY_EGG_VERSION}
+
+PKGNAME = py-${DISTNAME}
+
+CATEGORIES = devel
+
+HOMEPAGE = https://pypi.python.org/pypi/billiard
+
+MAINTAINER = la ninpre <aaoth@aaoth.xyz>
+
+# BSD 3-Clause
+PERMIT_PACKAGE = Yes
+
+MODULES = lang/python
+
+MODPY_PI = Yes
+MODPY_PYBUILD = setuptools
+
+TEST_DEPENDS = sysutils/py-psutil${MODPY_FLAVOR}
+
+FLAVORS = python3
+FLAVOR = python3
+
+.include <bsd.port.mk>