maintainer-feedback requested: [Bug 260288] textproc/py-chardet - Cannot be concurrently installed for multiple versions of python
Date: Thu, 09 Dec 2021 06:24:57 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 260288: textproc/py-chardet - Cannot be concurrently installed for multiple versions of python https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260288 --- Description --- I am moving to Python 3.10; set "DEFAULT_VERSIONS+= python=3.10" in "/etc/make.conf". Build of www/py-requests for python 3.10 stopped because textproc/py-chardet could not be concurrently installed for bot python 3.8 & 3.10 ... Link: @bin/chardetect --> bin/chardetect-3.10 ====> Compressing man pages (compress-man) ===> Installing for py310-chardet-4.0.0,1 ===> Checking if py310-chardet is already installed ===> Registering installation for py310-chardet-4.0.0,1 as automatic Installing py310-chardet-4.0.0,1... pkg-static: py310-chardet-4.0.0,1 conflicts with py38-chardet-4.0.0,1 (installs files into the same place). Problematic file: /usr/local/bin/chardetect *** Error code 1 ... I would have expected to install textproc/py-chardet port or package for all the supported versions of python interpreter installed.