Description of problem: python-webpy is available for various Fedora releases, EL4 and EL5 but not for EL6. Additional info: python-webpy appears to be available on RPMforge: http://pkgs.org/centos-6-rhel-6/repoforge-i386/python-webpy-0.37-1.el6.rf.noarch.rpm.html
Thanks for the report. I was unaware, python-webpy was not built/pushed for EPEL6. It's currently building and will be pushed later today.
python-webpy-0.37-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-webpy-0.37-2.el6
python-webpy-0.37-2.el6 has been pushed to the Fedora EPEL 6 testing repository.
[root@seepra ~]# yum install python-webpy --enablerepo=epel-testing ---> Package python-webpy.noarch 0:0.37-2.el6 will be installed --> Processing Dependency: python-cherrypy for package: python-webpy-0.37-2.el6.noarch --> Finished Dependency Resolution Error: Package: python-webpy-0.37-2.el6.noarch (epel-testing) Requires: python-cherrypy python-cherrypy2-2.3.0-17.el6 would be available. Perhaps python-webpy should depend on python-cherrypy2 instead of python-cherrypy?
(In reply to comment #4) > [root@seepra ~]# yum install python-webpy --enablerepo=epel-testing > > ---> Package python-webpy.noarch 0:0.37-2.el6 will be installed > --> Processing Dependency: python-cherrypy for package: > python-webpy-0.37-2.el6.noarch > --> Finished Dependency Resolution > Error: Package: python-webpy-0.37-2.el6.noarch (epel-testing) > Requires: python-cherrypy > > python-cherrypy2-2.3.0-17.el6 would be available. Perhaps python-webpy > should depend on python-cherrypy2 instead of python-cherrypy? Ahh, noo. webpy bundles cherrypy's wsgiserver, which is strictly forbidden in fedora/rhel/epel. That wsgiserver is not available in cherrypy 2.3 Seems we need to go the log way (and also provide cherrypy-3.2 for epel). I will check that.
python-webpy-0.37-2.el6 has been pushed to the Fedora EPEL 6 stable repository.