View | Details | Raw Unified | Return to bug 260025
Collapse All | Expand All

(-)www/py-aiohttp/Makefile (-1 / +4 lines)
Lines 41-47 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}idna_ssl>=1.0:dns/py-idna_ssl@${PY_FLAVOR} Link Here
41
.endif
41
.endif
42
42
43
pre-configure:
43
pre-configure:
44
	@${TOUCH} ${WRKSRC}/aiohttp/*.pyx
44
.for file in _frozenlist _helpers _http_parser _http_writer _websocket
45
	@${RM} ${WRKSRC}/aiohttp/${file}.c
46
	@cd ${WRKSRC} && cython-${PYTHON_VER} -3 -o aiohttp/${file}.c aiohttp/${file}.pyx -I aiohttp
47
.endfor
45
48
46
post-install:
49
post-install:
47
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/aiohttp/*.so
50
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/aiohttp/*.so

Return to bug 260025