[Bug 256173] python.mk, devel/py-setuptools: update to latest version, preserving py-setuptools44 for python2

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 03 Jun 2021 11:45:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256173

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=7a4ce8f831c4911061f4f465b4bf1e830267d4dc

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(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.