Summary: | dev-python/virtualenv sets bad PYTHONPATH with dev-lang/python:3.5 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Colin MacLean <cmaclean> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | jlec |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Patch to fix virtualenv's PYTHONPATH
Updated ebuild to include patch |
Description
Colin MacLean
2016-01-07 15:57:12 UTC
Created attachment 422200 [details]
Updated ebuild to include patch
(In reply to Colin MacLean from comment #0) > Created attachment 422198 [details, diff] [details, diff] > Patch to fix virtualenv's PYTHONPATH > Is this an official upstream commit? (In reply to Justin Lecher from comment #2) > (In reply to Colin MacLean from comment #0) > > Created attachment 422198 [details, diff] [details, diff] [details, diff] > > Patch to fix virtualenv's PYTHONPATH > > > > Is this an official upstream commit? The exact upstream commit, https://github.com/pypa/virtualenv/pull/805/files, didn't apply successfully to version 13.1.2. The code of the patch itself is the same, but there were some offsets and one of the imports changed between 13.1.2 and HEAD in the patch's context lines. commit e0b3f694ceda2d7220431ee7b27011877bbd3230 Author: Justin Lecher <jlec@gentoo.org> Date: Sun Jan 17 16:23:04 2016 +0100 dev-python/virtualenv: Backport fix for python3.5 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571172 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b3f694ceda2d7220431ee7b27011877bbd3230 commit e0b3f694ceda2d7220431ee7b27011877bbd3230 Author: Justin Lecher <jlec@gentoo.org> Date: Sun Jan 17 16:23:04 2016 +0100 dev-python/virtualenv: Backport fix for python3.5 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571172 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b3f694ceda2d7220431ee7b27011877bbd3230 |