Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:51:03 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 19db8dd52717 - main - sysutils/py-mqttwarn: Fix build with setuptools 58.0.0+
Message-ID:  <202203251351.22PDp3Md037764@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19db8dd5271733e9fe63ed00d433d3183a473841

commit 19db8dd5271733e9fe63ed00d433d3183a473841
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:34:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:38:22 +0000

    sysutils/py-mqttwarn: Fix build with setuptools 58.0.0+
    
    With hat:       python
---
 sysutils/py-mqttwarn/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/py-mqttwarn/Makefile b/sysutils/py-mqttwarn/Makefile
index 4cede578bf8f..f3c698a56f70 100644
--- a/sysutils/py-mqttwarn/Makefile
+++ b/sysutils/py-mqttwarn/Makefile
@@ -70,6 +70,9 @@ TWILIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twilio>6.11.0:devel/py-twilio@${PY_FL
 TWITTER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-twitter>=3.4.1:net/py-python-twitter@${PY_FLAVOR}
 WEBSOCKET_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}websocket-client>=0.47.0:www/py-websocket-client@${PY_FLAVOR}
 
+post-patch:
+	@${RM} ${WRKSRC}/tests/bad_funcs.py
+
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
 



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