Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:50:10 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: c9c0c0c93757 - main - devel/py-pyzipper: Fix build with setuptools 58.0.0+
Message-ID:  <202203251350.22PDoArg031567@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=c9c0c0c937571ba5eba2a0a78577674132569baf

commit c9c0c0c937571ba5eba2a0a78577674132569baf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:32:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:38:11 +0000

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

diff --git a/devel/py-pyzipper/Makefile b/devel/py-pyzipper/Makefile
index 23d4e8ff402b..af20d1e26e88 100644
--- a/devel/py-pyzipper/Makefile
+++ b/devel/py-pyzipper/Makefile
@@ -16,4 +16,7 @@ USES=		python:3.6+,run
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
+post-patch:
+	@${RM} ${WRKSRC}/test/badsyntax_*.py
+
 .include <bsd.port.mk>



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