[Bug 281145] lang/cython3 conflicts with cython

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 30 Aug 2024 21:15:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281145

            Bug ID: 281145
           Summary: lang/cython3 conflicts with cython
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: alt2600@icloud.com
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

/usr/ports/lang/cython3]$ sudo make install
===>  Installing for py311-cython3-3.0.11

===>  py311-cython3-3.0.11 conflicts with installed package(s): 
      py310-cython-0.29.37_1
      py311-cython-0.29.37_1


amd64 14.1p3 live building, not sure why my system is now just bringing this
in, but based on cython3 history in freshports and lack of CONFLICTS statement
in the Makefile I am led to believe these should not be conflicting with each
other. Don't know if this version just supercedes the other, but the fact it
conflicts with py310 when it is built for py311 flavor says to me maybe its one
of these files in the plist

bin/cythonize
bin/cygdb

that is the issue

pkg which /usr/local/bin/cython
/usr/local/bin/cython was installed by package py311-cython-0.29.37_1

pkg which /usr/local/bin/cygdb
/usr/local/bin/cygdb was installed by package py311-cython-0.29.37_1

not sure on the py310 conflict other then the sitepackages being prefixed into
Cython which could be the problem too

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