maintainer-feedback requested: [Bug 286261] devel/py-setuptools problem building/upgrade from ports (BUILD_DEPENDS)

2025-04-21 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python (Nobody)
 for maintainer-feedback:
Bug 286261: devel/py-setuptools problem building/upgrade from ports
(BUILD_DEPENDS)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286261



--- Description ---
When building/upgrade from ports py-setuptools the build is stopped with a:
==
...py311-wheel-0.45.1 conflicts with py311-wheel044-0.44.0 (installs files into
the same place)...
==

Short solution:
change line 23 on file devel/py-setuptools/Makefile
BUILD_DEPENDS=
${PYTHON_PKGNAMEPREFIX}wheel044<0.46.0:devel/py-wheel044@${PY_FLAVOR}
to
BUILD_DEPENDS=
${PYTHON_PKGNAMEPREFIX}wheel-0.45.1<0.46.0:devel/py-wheel044@${PY_FLAVOR}



[Bug 286261] devel/py-setuptools problem building/upgrade from ports (BUILD_DEPENDS)

2025-04-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286261

--- Comment #1 from DYM  ---
https://forums.freebsd.org/threads/py311-wheel-0-45-1-conflicts-with-py311-wheel044-0-44-0-installs-files-into-the-same-place-problematic-file-usr-local-bin-wheel-3-11.97481/

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