git: 9b1ed67a6fb3 - 2024Q1 - textproc/py-openstep-plist: mark DEPRECATED

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 31 Mar 2024 07:16:44 UTC
The branch 2024Q1 has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b1ed67a6fb3bc021135d61e7c24f83399643b0c

commit 9b1ed67a6fb3bc021135d61e7c24f83399643b0c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-17 05:49:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 07:14:43 +0000

    textproc/py-openstep-plist: mark DEPRECATED
    
    Fails to build with:
    Backend subprocess exited when trying to invoke build_wheel
    
    (cherry picked from commit e7a4063557ed0d2ef033270636bc4a9df140c3c7)
---
 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}