FreeBSD Bugzilla – Attachment 229704 Details for
Bug 260025
www/py-aiohttp: Fix build with Python 3.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
aiohttp.patch (text/plain), 982 bytes, created by
Dmitry Marakasov
on 2021-11-24 17:05:05 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2021-11-24 17:05:05 UTC
Size:
982 bytes
patch
obsolete
>commit f3f22ac4fc53131222ee2999928e53d3c186a557 >Author: Dmitry Marakasov <amdmi3@FreeBSD.org> >Date: Thu Nov 18 19:18:29 2021 +0300 > > www/py-aiohttp: fix build with python 3.11 > > Forcibly run cython on all *.pyx files, as just touching them is > not enough, and package lacks facilities to cythonize automatically. > > Approved by: porgmgr blanket > >diff --git www/py-aiohttp/Makefile www/py-aiohttp/Makefile >index 2f757c4883b7..7d8f1286355b 100644 >--- www/py-aiohttp/Makefile >+++ www/py-aiohttp/Makefile >@@ -41,7 +41,10 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}idna_ssl>=1.0:dns/py-idna_ssl@${PY_FLAVOR} > .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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 260025
: 229704