[Bug 267133] net/py-trio- Since 0.22.0, needs to depend on "exceptiongroup" (backported from python 3.11)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 16 Oct 2022 23:35:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267133

            Bug ID: 267133
           Summary: net/py-trio- Since 0.22.0, needs to depend on
                    "exceptiongroup" (backported from python 3.11)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: parv.0zero9+freebsd@gmail.com

Created attachment 237388
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237388&action=edit
Add runtime & test dependency on "exceptiongroup"

"trio" 0.22.0 needs "exceptiongroup" package, backported from python 3.11 ...

  https://trio.readthedocs.io/en/latest/history.html#trio-0-22-0-2022-09-28

  Replace MultiError with (Base)ExceptionGroup #2211
  https://github.com/python-trio/trio/issues/2211

  https://github.com/python-trio/trio/pull/2213


Attached is a patch which adds ">=1.0.0rc9" version dependency; bumps
PORTREVISION.

The "trio" requirements also note that "exceptiongroup" is to be used when
"python < 3.11". How does one note that for a dependency in the Makefile?

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