Bug 586196
| Summary: | RFE: add python 3 support to PyQt4 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> | ||||||
| Component: | PyQt4 | Assignee: | Rex Dieter <rdieter> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | CC: | rdieter, than | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-04-27 21:08:26 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | 545124 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
Dave Malcolm
2010-04-27 03:47:06 UTC
Created attachment 409348 [details]
Work-in-progress patch to devel/PyQt4.spec to add python3 subpackages
Created attachment 409509 [details] Revised version of patch I managed to get this one to successfully scratch build in Koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=2141192 I haven't yet tested the results I did some simple testing of the scratch build: I worked through some of the examples at: http://zetcode.com/tutorials/pyqt4/firstprograms/ All of the examples I tried worked, with both Python 2 and Python 3 (using my scratch build of PyQt4). OK if I go ahead and commit and build this into "devel"? cool, yeah, go ahead. thanks! Thanks! Committed as: http://cvs.fedoraproject.org/viewvc/rpms/PyQt4/devel/PyQt4.spec?r1=1.48&r2=1.49&pathrev=PyQt4-4_7_3-2_fc14 (I slightly modified things to keep the reference to the package review at the very top of the file, and added this bug number to the %changelog entry) Built into devel as: http://koji.fedoraproject.org/koji/taskinfo?taskID=2141960 |