Skip to content
Snippets Groups Projects
Commit 04422996 authored by Dmitry Marakasov's avatar Dmitry Marakasov
Browse files

databases/py-peewee: force cythonization

Remove pregenerated cython .c files to force regeneration. This
fixes build with python 3.9+, with which pregenerated files are not
compatible.

Approved by:	portmgr blanket
parent d267a47f
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ PYDISTUTILS_BUILD_TARGET= build build_ext
PYDISTUTILS_BUILDARGS+= --include-dirs=${LOCALBASE}/include \
--library-dirs=${LOCALBASE}/lib
post-extract:
@${RM} ${WRKSRC}/playhouse/*.c
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/playhouse/*.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment