mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
28 lines
922 B
Makefile
28 lines
922 B
Makefile
PORTNAME= pathos
|
|
PORTVERSION= 0.3.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parallel graph management and execution in heterogeneous computing
|
|
WWW= https://pathos.readthedocs.io/en/latest/ \
|
|
https://github.com/uqfoundation/pathos
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>=0.3.9:devel/py-dill@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}multiprocess>=0.70.16:devel/py-multiprocess@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pox>=0.3.5:devel/py-pox@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.9:devel/py-ppft@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|