View | Details | Raw Unified | Return to bug 269458
Collapse All | Expand All

(-)Makefile.pr269458 (-3 / +3 lines)
Lines 33-41 Link Here
33
PEP517_BUILD_CMD=	${PYTHON_CMD} -m hatchling build --target wheel
33
PEP517_BUILD_CMD=	${PYTHON_CMD} -m hatchling build --target wheel
34
PEP517_INSTALL_DEPEND=	${PKGNAMEPREFIX}pip>=22.3.1:devel/py-pip@${PY_FLAVOR}
34
PEP517_INSTALL_DEPEND=	${PKGNAMEPREFIX}pip>=22.3.1:devel/py-pip@${PY_FLAVOR}
35
PEP517_INSTALL_CMD=	${PYTHON_CMD} -m pip install --no-color --compile \
35
PEP517_INSTALL_CMD=	${PYTHON_CMD} -m pip install --no-color --compile \
36
			--no-deps --no-warn-script-location --prefix ${PREFIX} \
36
			--ignore-installed --no-deps --no-warn-script-location \
37
			--progress-bar off --root ${STAGEDIR} \
37
			--prefix ${PREFIX} --progress-bar off --root \
38
			--root-user-action ignore --verbose \
38
			${STAGEDIR} --root-user-action ignore --verbose \
39
			${BUILD_WRKSRC}/dist/${PORTNAME:C/[-_]+/_/g}-${PORTVERSION}-*.whl
39
			${BUILD_WRKSRC}/dist/${PORTNAME:C/[-_]+/_/g}-${PORTVERSION}-*.whl
40
40
41
# Fix the LookupError: setuptools-scm was unable to detect version (build target)
41
# Fix the LookupError: setuptools-scm was unable to detect version (build target)

Return to bug 269458