Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357397 - dev-libs/tre: install python module as well
Summary: dev-libs/tre: install python module as well
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-04 16:57 UTC by Martin Mokrejš
Modified: 2011-03-04 17:37 UTC (History)
0 users

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


Attachments
setyp.py.patch (a.patch,650 bytes, patch)
2011-03-04 17:00 UTC, Martin Mokrejš
Details | Diff
tre-0.8.0.ebuild.patch (tre-0.8.0.ebuild.patch,984 bytes, patch)
2011-03-04 17:11 UTC, Martin Mokrejš
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2011-03-04 16:57:30 UTC
The ebuild does not install the python module for the this fuzzy matching library.
Comment 1 Martin Mokrejš 2011-03-04 17:00:58 UTC
Created attachment 264737 [details, diff]
setyp.py.patch

just add to src_compile() and src_install something about:

    cd python || die
    python setup.py build || die

    cd python || die
    python setup.py install || die
Comment 2 Martin Mokrejš 2011-03-04 17:01:30 UTC
and add python to IUSE ;-)
Comment 3 Martin Mokrejš 2011-03-04 17:11:51 UTC
Created attachment 264739 [details, diff]
tre-0.8.0.ebuild.patch

This ebuild patch also fixes bug #296813
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2011-03-04 17:37:53 UTC
+  04 Mar 2011; Justin Lecher <jlec@gentoo.org> +files/0.8.0-python.patch,
+  tre-0.8.0.ebuild:
+  Added python support, 357397, thanks Martin for the Patch
+