Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474692 - dev-python/pycups-1.9.63 version bump / python-r1 conversion
Summary: dev-python/pycups-1.9.63 version bump / python-r1 conversion
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-r1-tracker
  Show dependency tree
 
Reported: 2013-06-25 08:27 UTC by Michał Górny
Modified: 2013-08-01 12:48 UTC (History)
3 users (show)

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


Attachments
Converted ebuild (pycups-1.9.63.ebuild,1.22 KB, text/plain)
2013-06-25 08:27 UTC, Michał Górny
Details
The diff between ebuilds (pycups.diff,2.01 KB, patch)
2013-06-25 08:27 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.