Date: Sat, 16 Apr 2022 04:22:50 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: 3cdab4737f51 - main - devel/py-userpath: Fix build with setuptools 61.0.0+ Message-ID: <202204160422.23G4MoIH005358@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=3cdab4737f5168a1abcffb635738bfc85ad80895 commit 3cdab4737f5168a1abcffb635738bfc85ad80895 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 03:57:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:25 +0000 devel/py-userpath: Fix build with setuptools 61.0.0+ --- devel/py-userpath/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/py-userpath/Makefile b/devel/py-userpath/Makefile index a1fae0a48edb..e45f3e99c3d9 100644 --- a/devel/py-userpath/Makefile +++ b/devel/py-userpath/Makefile @@ -21,6 +21,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes post-patch: + @${RM} ${WRKSRC}/pyproject.toml @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204160422.23G4MoIH005358>