First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 72327
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Python Gentoo Team <python@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Aaron Walker (RETIRED) <ka0ttic@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
python.eclass.diff python.eclass.diff patch Aaron Walker (RETIRED) 2004-11-24 02:27 0000 1.92 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 72327 depends on: Show dependency tree
Bug 72327 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-11-24 02:26 0000
While writing a manual page for python.eclass, I noticed a few things that IMO
should be changed.  Most of the changes are regarding launching external
commands for stuff that can easily be done with bash (ie.  the sleu of "echo
... | sed ..." constructs that can easily be accomplished via parameter
substitution).

A diff is attached.  You guys (of course) are free to dismiss this bug and
close WONTFIX, since obviously you guys are the experts on this eclass, not me.

Cheers

------- Comment #1 From Aaron Walker (RETIRED) 2004-11-24 02:27:00 0000 -------
Created an attachment (id=44625) [edit]
python.eclass.diff

------- Comment #2 From Alastair Tse (RETIRED) 2005-04-20 08:43:20 0000 -------
sorry for taking so long. i guess i never saw this bug, but they are all good
fixes to my lack of bash-fu skills. thanks for the patch.

committing to cvs.

------- Comment #3 From Kyle McFarland 2005-04-22 21:56:44 0000 -------
Small Problem with the changes to python_version() in the new python.eclass. if
python -V returns a version with only a major and minor version ${PYVER} and
${PYVER_MINOR} will be incorrect. for example with python 2.4 ${PYVER} will end
up being 2 instead of 2.4 and ${PYVER_MINOR} will end up being 2 as ${PYVER}
doesn't contain the minor version number

------- Comment #4 From Rob Cakebread 2005-04-22 22:51:03 0000 -------
See #90092

First Last Prev Next    No search results available      Search page      Enter new bug