Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 460486

Summary: dev-python/qscintilla-python-2.7: convert to python-r1
Product: Gentoo Linux Reporter: iGentoo <AlphatPC>
Component: [OLD] DevelopmentAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: enhancement CC: qt
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 455102    
Attachments: qscintilla-python-2.7.ebuild.diff

Description iGentoo 2013-03-06 08:11:03 UTC
Created attachment 341078 [details, diff]
qscintilla-python-2.7.ebuild.diff

Attaching a patch.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-03-06 11:50:14 UTC
I'd drop the 'building' sub-function and just inline the emake call into foreach_impl.

  python_foreach_impl run_in_build_dir emake CC=...

Other than that, looks ok.
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2013-03-08 03:38:18 UTC
Have you actually tested it with python3.3?
Comment 3 iGentoo 2013-03-08 13:22:04 UTC
(In reply to comment #2)
> Have you actually tested it with python3.3?

Yes, I have. Anything wrong?
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2013-03-09 11:15:12 UTC
Nothing wrong, I just wanted to make sure that you didn't add it blindly...
Comment 5 Michael Palimaka (kensington) gentoo-dev 2013-03-10 17:45:42 UTC
Thanks, fixed in CVS.

I ended up keeping the 'building' subfunction because inlining made the line too long.

+  10 Mar 2013; Michael Palimaka <kensington@gentoo.org>
+  +qscintilla-python-2.7.1.ebuild:
+  Version bump wrt bug #460934. Migrate to python-r1 thanks to Alphat-PC
+  <AlphatPC@gmail.com> in bug #460486.