.endif
pre-configure:
@${TOUCH} ${WRKSRC}/aiohttp/*.pyx
.for file in _frozenlist _helpers _http_parser _http_writer _websocket
@${RM} ${WRKSRC}/aiohttp/${file}.c
@cd ${WRKSRC} && cython-${PYTHON_VER} -3 -o aiohttp/${file}.c aiohttp/${file}.pyx -I aiohttp
.endfor
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/aiohttp/*.so