2018-08-13 18:45:25 +00:00
|
|
|
# Created by: Mikhail Teterin
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dispy
|
|
|
|
PORTVERSION= 4.9.1
|
2018-08-28 22:06:41 +00:00
|
|
|
PORTREVISION= 1
|
2018-08-13 18:45:25 +00:00
|
|
|
CATEGORIES= devel net
|
2018-08-14 14:02:04 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}
|
2018-08-13 21:00:15 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2018-08-13 18:45:25 +00:00
|
|
|
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
|
|
COMMENT= Distributed and Parallel Computing with/for Python
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2018-08-14 14:02:04 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycos>=4.7.7:devel/pycos@${PY_FLAVOR}
|
|
|
|
|
2018-08-13 18:45:25 +00:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2018-08-28 22:06:41 +00:00
|
|
|
post-patch:
|
|
|
|
${FIND} ${WRKSRC} -name \*.py | \
|
|
|
|
${XARGS} ${GREP} -l darwin |\
|
|
|
|
${XARGS} ${REINPLACE_CMD} \
|
|
|
|
"s,sys.platform == 'darwin',sys.platform.startswith('${OPSYS:tl}'),"
|
|
|
|
|
2018-08-13 18:45:25 +00:00
|
|
|
.include <bsd.port.mk>
|