View | Details | Raw Unified | Return to bug 278747 | Differences between
and this patch

Collapse All | Expand All

(-)b/lang/py-lupa/Makefile (-4 / +3 lines)
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 ${DISTNAME}/third-party \
23
			--no-same-owner --no-same-permissions
21
MAKE_ARGS=	--no-bundle --with-cython --with-lua-checks
24
MAKE_ARGS=	--no-bundle --with-cython --with-lua-checks
22
TEST_ARGS=	lupa.tests.test
25
TEST_ARGS=	lupa.tests.test
23
26
24
post-patch:
25
# Clean up bundled libraries
26
	@${RM} -r ${WRKSRC}/third-party/
27
28
post-install:
27
post-install:
29
	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
28
	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
30
29

Return to bug 278747