[Bug 270014] devel/py-tox: should depend on tomli and not toml

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 07 Mar 2023 19:30:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270014

            Bug ID: 270014
           Summary: devel/py-tox: should depend on tomli and not toml
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: thierry@FreeBSD.org
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

When building CI actions in GitHub for Sagemath, it has been notified that
tomli is missing for tox:

in setup.cfg there is:

        toml>=0.10.2;python_version<="3.6"
        tomli>=2.0.1;python_version>="3.7" and python_version<"3.11"

Thus textproc/py-toml must be replaced by textproc/py-tomli in RUN_DEPENDS.

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