Hi, I was hoping you might maintain an EPEL5 python26-pygments package for EPEL5. It is currently blocked but I'll try and provide some patches once it is unblocked.
Ok, thanks!
Created attachment 475486 [details] Adds python26-pygments package to el5 branch. python-imaging has just gone to testing. This patch is to the current el5 branch and adds a python26 package. I tried to copy the method you used in your devel package for fedora3. I also enabled the %checks as well while here. Steve.
Hi Steve, Are you able to submit and maintain a package for this? All the dependencies are now satisfied. Steve.
I'll review the patch and test it out in Koji and let you know.
Hi Steve, Were you able to give some time this, should hopefully be pretty quick at this point. Steve.
Or if you happy for me to co-maintain on the EPEL branch this is also good.
Doh ... yes. Let me apply this patch with the latest changes for the package for 1.4.
Scratch build done: http://koji.fedoraproject.org/koji/taskinfo?taskID=3158759 Do you mind testing it out before I push it forward?
Were you able to take a look at the resulting package from the scratch build?
Hi Steve, I've been so long here that now the scratch builds have gone. Would you be able to regenerate them. Steve.
Sure. I'll do another scratch build tonight or tomorrow for you you to test out.
Here you go: http://koji.fedoraproject.org/koji/taskinfo?taskID=3208192
Hi SteveM I installed both packages on a centos5 box and a trivial script #!/usr/bin/python2.6 from pygments import highlight from pygments.lexers import PythonLexer from pygments.formatters import HtmlFormatter code = 'print "Hello World"' print highlight(code, PythonLexer(), HtmlFormatter() ) works as above or with the default /usr/bin/python , i.e 2.4 as a #!. .. It works. The only thing I can think of doing is to install python2.6 and python3 binaries as well in those packges, e.g /usr/bin/pygmatize2.6, but I don't see any advantage in doing so, .. nothing extra actually can be done. There are no new features with new-python enabled binary. For me this seems good. Many Thanks, SteveT.
python-pygments-1.4-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/python-pygments-1.4-1.fc15
python-pygments-1.4-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/python-pygments-1.4-1.fc14
python-pygments-1.4-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/python-pygments-1.4-1.el5
Package python-pygments-1.4-1.el5: * should fix your issue, * was pushed to the Fedora EPEL 5 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing python-pygments-1.4-1.el5' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/python-pygments-1.4-1.el5 then log in and leave karma (feedback).
python-pygments-1.4-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
python-pygments-1.4-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
python-pygments-1.4-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.