Date: Sun, 02 Oct 2016 17:52:30 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version Message-ID: <bug-204519-21822-DPyKYSPmjY@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204519-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-204519-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=3D204519 --- Comment #27 from Ruslan Makhmatkhanov <rm@FreeBSD.org> --- Antoine, I reread what you said and it looks we doing something different: I mean sysutils/qzeitgeist stuff. qzeitgeist needs python for build and there= is no particular python version set in Makefile, so it should build just fine = with default python version (2.7).=20 As far I understand, you also changed "python" version in DEFAULT_VERSIONS,= so your poudriere make.conf looks like that: DEFAULT_VERSIONS=3Dpython=3D3.5 python3=3D3.5 while it should looked like that DEFAULT_VERSIONS=3Dpython=3D2.7 python2=3D2.7 python3=3D3.5 because now I only interested in ports, that define python:3 or python:3.3+= in USES. I don't count that every port that have USES=3Dpython can be built wi= th 3.5 or with 3.x ever. We now only want to change default python3 (3.4 -> 3.5) version, not the python version at all.=20 Would you please limit your port list for testing to only those that set: USES=3Dpython3 USES=3Dpython3.3+ USES=3Dpython:3,build USES=3Dpython:3,run USES=3Dpython:3.3+,build USES=3Dpython:3.3+,run and let me know what's broken with 3.5 now? Thanks a lot! --=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-204519-21822-DPyKYSPmjY>