Date: Thu, 20 Jan 2022 01:40:39 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 261325] dns/py-dnspython2: Mark DEPRECATED and set EXPIRATION_DATE Message-ID: <bug-261325-21822-DbcQiRz7m6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261325-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-261325-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261325 --- Comment #2 from Yasuhiro Kimura <yasu@freebsd.org> --- (In reply to Muhammad Moinur Rahman from comment #1) At first, Thank you for feedback comment. > The way this port is handled is totally wrong. Since dns/py-dnspython2 is Python 3 only, I interpret 'this port' as dns/py-dnspython. > Python supports concurrent installation and if there are both 2.7 and 3.*= + installed then this will have a race condition on which PORTVERSION to in= stall. Would you please explain what 'race condition on which PORTVERSION to insta= ll' means in a bit more detail? As you say dns/py-dnspython have py27 and py38 (unless user changes default version of PYTHON and PYTHON3 in /etc/make.con= f) flavors. If you install the former, py27-dnspython-1.16.0.pkg is installed.= If you install the latter, py38-dnspython-2.1.0.pkg is installed. If there is a python port that has py27 and py38 flavors and also requires dns/py-dnspyth= on, py27 flavor of the port requires py27-dnspython-1.16.0.pkg and py38 flavor requires py38-dnspython-2.1.0.pkg. I can't imagine the situation that 'race condition on which PORTVERSION to install' happens. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261325-21822-DbcQiRz7m6>