Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2024 06:06:23 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e7a4063557ed - main - textproc/py-openstep-plist: mark DEPRECATED
Message-ID:  <202402170606.41H66Nuh055035@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402170606.41H66Nuh055035>