Summary: | dev-python/pydb-1.26: fix Emacs support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ulrich Müller <ulm> |
Component: | [OLD] Development | Assignee: | Andrey Grozin <grozin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emacs, python |
Priority: | Normal | Keywords: | TESTED |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 184166 | ||
Attachments: |
ebuild patch
Proposed patch for pydb-1.26.ebuild Proposed patch for pydb-1.26.ebuild |
Description
Ulrich Müller
![]() Created attachment 296753 [details, diff]
ebuild patch
Created attachment 296785 [details, diff] Proposed patch for pydb-1.26.ebuild (In reply to comment #1) > ebuild patch That doesn't work: There's no elisp-common_src_install function. Also, emacs support should be made optional, otherwise it will be an automagic dependency. Please try attached patch. Created attachment 296787 [details, diff]
Proposed patch for pydb-1.26.ebuild
Many thanks, I've applied your patch. The reason I haven't dealt with this bug much earlier is: the upstream has deprecated pydb in favor of pydbgr (http://code.google.com/p/pydbgr/). I hoped to write an ebuild for pydbgr quickly, and then to lastrite pydb. Unfortunately, pydbgr does not work for me, and I haven't yet understood why. So, for now, let pydb be in the tree - at least, it works. |