git: e7a4063557ed - main - textproc/py-openstep-plist: mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Feb 2024 06:06:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7a4063557ed0d2ef033270636bc4a9df140c3c7 commit e7a4063557ed0d2ef033270636bc4a9df140c3c7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-17 05:49:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-17 06:05:55 +0000 textproc/py-openstep-plist: mark DEPRECATED Fails to build with: Backend subprocess exited when trying to invoke build_wheel --- textproc/py-openstep-plist/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-openstep-plist/Makefile b/textproc/py-openstep-plist/Makefile index 466dbab48a7c..5bb152d20dc8 100644 --- a/textproc/py-openstep-plist/Makefile +++ b/textproc/py-openstep-plist/Makefile @@ -12,6 +12,8 @@ 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} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}