[Bug 257770] textproc/py-sphinx: Add upstream patch to fix runtime error with Python 3.10

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Sep 2021 04:10:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257770

--- Comment #4 from Yasuhiro Kimura <yasu@utahime.org> ---
(In reply to Danilo G. Baio from comment #2)

Would you please revert ports 913219385dfd after my patch is committed?

----------------------------------------------------------------------
commit 913219385dfd
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
Date:   Sat Aug 21 01:11:31 2021 +0300

    devel/cmake: fix build with python 3.10 as default

    Approved by:    portmgt blanket
----------------------------------------------------------------------

As I reported as bug #257694 build of devel/cmake fails if default version of
Python is 3.10, and it is because of runtime error of textproc/py-sphinx. ports
913219385dfd works around it by limiting the range of Python to 3.6-3.9. But my
patch fixes the error. So after it is committed there is no reason to limit the
range of Python any more.

-- 
You are receiving this mail because:
You are the assignee for the bug.