git: c9c0c0c93757 - main - devel/py-pyzipper: Fix build with setuptools 58.0.0+

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 13:50:10 UTC
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>