Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201158 - dev-python/drpython doesn't use wxversion to select runtime wxpython version
Summary: dev-python/drpython doesn't use wxversion to select runtime wxpython version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: wxpython-2.8
  Show dependency tree
 
Reported: 2007-12-04 00:59 UTC by Ryan Hill (RETIRED)
Modified: 2007-12-04 07:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
drpython-165-wxversion.patch (drpython-165-wxversion.patch,385 bytes, patch)
2007-12-04 01:00 UTC, Ryan Hill (RETIRED)
Details | Diff
drpython-165.ebuild.diff (drpython-165.ebuild.diff,550 bytes, patch)
2007-12-04 01:02 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2007-12-04 00:59:23 UTC
drpython will run against other SLOTs of wxpython, like 2.8, if they are installed.  we don't want that because it can lead to all kinds of fun, hard to track down bugs.

the fix for this already exists in drpython's ${FILESDIR}, drpython.py-3.10.1{2,3}.patch (which are the exact same file) but is not currently applied.  a better (different?) patch is attached.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-12-04 01:00:03 UTC
Created attachment 137662 [details, diff]
drpython-165-wxversion.patch
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2007-12-04 01:02:46 UTC
Created attachment 137666 [details, diff]
drpython-165.ebuild.diff

note this changes the make_wrapper line to drpython_wx26.py instead of drpython.py.
Comment 3 Ali Polatel (RETIRED) gentoo-dev 2007-12-04 07:52:36 UTC
drpython-165-r1 fixes this, thanks for reporting.