Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164807 - sci-libs/pymmlib - wrong python_mod_* usage
Summary: sci-libs/pymmlib - wrong python_mod_* usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-01 10:47 UTC by Jakub Moc (RETIRED)
Modified: 2007-02-01 14:42 UTC (History)
0 users

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


Attachments
pymmlib-0.9.8.ebuild.diff (pymmlib-0.9.8.ebuild.diff,711 bytes, patch)
2007-02-01 10:52 UTC, Jakub Moc (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2007-02-01 10:47:26 UTC
You are hardcoding python version there and don't run python_mod_cleanup on uninstall. Patch attached below.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-01 10:52:19 UTC
Created attachment 108835 [details, diff]
pymmlib-0.9.8.ebuild.diff
Comment 2 Markus Dittrich (RETIRED) gentoo-dev 2007-02-01 14:42:32 UTC
Hi Jakub,

Thanks a lot for the note and I just fixed this in cvs. It turns out that
we need an additional call to python_version before python_mod_cleanup
to get {PYVER} set up properly.

cheers,
Markus