git: 683332b79a76 - 2024Q1 - textproc/py-openstep-plist: Unbreak this port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 07:16:45 UTC
The branch 2024Q1 has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=683332b79a76bb8eb8f6fbbbd3f0c59f9809c7b3
commit 683332b79a76bb8eb8f6fbbbd3f0c59f9809c7b3
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:50:22 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 07:16:03 +0000
textproc/py-openstep-plist: Unbreak this port
(cherry picked from commit ed031b7d0440f7478d75a8a32106c78ff3b3df4b)
---
textproc/py-openstep-plist/Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/textproc/py-openstep-plist/Makefile b/textproc/py-openstep-plist/Makefile
index 5bb152d20dc8..aa7a3d96f558 100644
--- a/textproc/py-openstep-plist/Makefile
+++ b/textproc/py-openstep-plist/Makefile
@@ -12,14 +12,13 @@ WWW= https://github.com/fonttools/openstep-plist
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN= Backend subprocess exited when trying to invoke build_wheel
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython3>=0:lang/cython3@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent cython pep517
+USE_PYTHON= autoplist concurrent pep517
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +