Bug 590107
| Summary: | RFE: add python3-bpython subpackage to the build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> | ||||
| Component: | bpython | Assignee: | Terje Røsten <terje.rosten> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | terje.rosten | ||||
| 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-05-10 23:06:37 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: | 537244 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Dave Malcolm
2010-05-07 18:17:42 UTC
Created attachment 412419 [details]
Patch to devel/bpython.spec to add python3 subpackage to the build
Thanks, I wanted to have a look at this after Fedora 13 was released. Now I can go faster, thanks! Will python3 have a gtk stack? Upcoming bpython 0.9.7 will have a useful bpython-gtk mode. Even one more question: I am struggling with some gq bugs. I have contacted Sven, however more people is always good. I ask because I saw your name in the gq ChangeLog. Could you have a look at [abrt] bugs in this list: https://bugzilla.redhat.com/buglist.cgi?component=gq&product=Fedora Thanks in advance. Imported and built for rawhide. I will import into F-13 when python3-pygments is ready there. (In reply to comment #2) > Thanks, I wanted to have a look at this after Fedora 13 was released. > > Now I can go faster, thanks! Thanks for applying this. I see that you removed the pyparsing dependency: http://cvs.fedoraproject.org/viewvc/rpms/bpython/devel/bpython.spec?r1=1.13&r2=1.14 > Will python3 have a gtk stack? Eventually, but pygtk isn't fully ported yet, and PyGI isn't ready yet, alas. > Upcoming bpython 0.9.7 will have a useful bpython-gtk mode. That's good. I think for now, the python 2 subpackage ought to have it, but the python 3 subpackage will have to skip it until we have pygtk for Python 3. The UI probably ought to have a .desktop file, so that it appears in the menus. > Even one more question: I am struggling with some gq bugs. I have contacted > Sven, however more people is always good. I ask because I saw your name in the > gq ChangeLog. Could you have a look at [abrt] bugs in this list: > > https://bugzilla.redhat.com/buglist.cgi?component=gq&product=Fedora I haven't looked at gq in years, so I'm not in a great position to address these. It's been years since I worked with LDAP; IIRC "LAT" was a better tool, but unfortunately implemented in Mono, which I try to avoid. > I see that you removed the pyparsing dependency: > http://cvs.fedoraproject.org/viewvc/rpms/bpython/devel/bpython.spec?r1=1.13&r2=1.14 Yes, removed the package and bpython was still happy. > I think for now, the python 2 subpackage ought to have it, but > the python 3 subpackage will have to skip it until we have pygtk for Python3 Sound like a plan. > I haven't looked at gq in years, Problem is nobody did... > "LAT" was a better tool, but unfortunately implemented in Mono $ yum -y remove mono\* I found Apache Directory Studio http://directory.apache.org/studio/ to be very impressive. However, it requires Maven 2.2 which did not make into Fedora 13: http://fedoraproject.org/wiki/MavenUpdate Closing this bug since the python3-enabled bpython is in rawhide. Thanks! |