Date: Thu, 03 Jun 2021 11:45:49 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 256173] python.mk, devel/py-setuptools: update to latest version, preserving py-setuptools44 for python2 Message-ID: <bug-256173-7788-mTepuRT1sT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256173-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-256173-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256173 --- Comment #10 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D7a4ce8f831c4911061f4f465b4bf1e8= 30267d4dc commit 7a4ce8f831c4911061f4f465b4bf1e830267d4dc Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-05-26 15:17:56 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-06-03 11:36:56 +0000 devel/py-setuptools: update to 57.0.0 preserving old version - Copy devel/py-setuptools to devel/py-setuptools44 (for Python 2.7 support) - Update devel/py-setuptool to 57.0.0 (adding support for Python 3.10) - Update Mk/Uses/python.mk to chose between py-setuptools and py-setuptools44 based on Python version This allows us to have latest setuptools and working Python 3.10 without breaking packages requiring Python 2 support for remaining reports that require it. Exp-run showed 3 ports failing to build with latest setuptools and they were fixed. PR: 256173 Exp-run by: antoine Reviewed by: koobs (python) Approved by: koobs (python) Differential_Revision: https://reviews.freebsd.org/D30473 Mk/Uses/python.mk | 8 +++- devel/Makefile | 1 + devel/py-setuptools/Makefile | 5 +-- devel/py-setuptools/distinfo | 6 +-- devel/py-setuptools44/Makefile (new) | 49 ++++++++++++++++++= ++++ devel/py-setuptools44/distinfo (new) | 3 ++ .../files/easy-install.pth.dist (new) | 2 + devel/py-setuptools44/files/pkg-message.in (new) | 8 ++++ devel/py-setuptools44/pkg-descr (new) | 10 +++++ 9 files changed, 85 insertions(+), 7 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256173-7788-mTepuRT1sT>