Lines 18-30
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython3>=3.0.9:lang/cython3@${PY_FLAVOR} \
Link Here
|
18 |
USES= lua pkgconfig python |
18 |
USES= lua pkgconfig python |
19 |
USE_PYTHON= autoplist concurrent pep517 unittest |
19 |
USE_PYTHON= autoplist concurrent pep517 unittest |
20 |
|
20 |
|
|
|
21 |
# Clean up bundled libraries |
22 |
EXTRACT_AFTER_ARGS= --exclude third-party |
21 |
MAKE_ARGS= --no-bundle --with-cython --with-lua-checks |
23 |
MAKE_ARGS= --no-bundle --with-cython --with-lua-checks |
22 |
TEST_ARGS= lupa.tests.test |
24 |
TEST_ARGS= lupa.tests.test |
23 |
|
25 |
|
24 |
post-patch: |
|
|
25 |
# Clean up bundled libraries |
26 |
@${RM} -r ${WRKSRC}/third-party/ |
27 |
|
28 |
post-install: |
26 |
post-install: |
29 |
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + |
27 |
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + |
30 |
|
28 |
|