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

Bug 474692

Summary: dev-python/pycups-1.9.63 version bump / python-r1 conversion
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: [OLD] PrintingAssignee: Maciej Mrozowski <reavertm>
Status: RESOLVED FIXED    
Severity: enhancement CC: kde, nikoli, printing
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 455102    
Attachments: Converted ebuild
The diff between ebuilds

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-06-25 08:27:20 UTC
Created attachment 351880 [details]
Converted ebuild

There's a new version of pycups on pypi (it's not in the old download-dir), and that's a perfect opportunity to convert it to the new eclasses.

I'm attaching a ready conversion. I've tested it with all listed Python versions; however, I limited the tests to seeing if 'Connection().getPrinters()' works fine.

Please either commit it or let me know if it's good to commit. If you have any questions, feel free to ask here.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-06-25 08:27:42 UTC
Created attachment 351882 [details, diff]
The diff between ebuilds
Comment 2 Maciej Mrozowski gentoo-dev 2013-06-26 01:23:36 UTC
Funnily I have similar ebuild in my tree workspace waiting to be commited..
What's a rationale behind dropping 'append-cflags -DVERSION=\\\"${PV}\\\"'?
Comment 3 Maciej Mrozowski gentoo-dev 2013-06-26 01:24:50 UTC
I would say, go ahead if I don't make it in day or two myself.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-06-26 02:32:47 UTC
(In reply to Maciej Mrozowski from comment #2)
> Funnily I have similar ebuild in my tree workspace waiting to be commited..
> What's a rationale behind dropping 'append-cflags -DVERSION=\\\"${PV}\\\"'?

Well, I've looked into setup.py and noticed it's appended there. But I may be missing something important.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-01 12:48:02 UTC
Committed quickly.