(python-tg-devtools and migrate0.5 are done) |
(Link to TG2 quickstart docs, and move my repo to the footer) |
||
Line 1: | Line 1: | ||
[http://turbogears.org/2.0 TurboGears2] is a next-generation Python web framework. TurboGears 1.x is already fully-supported within Fedora and EPEL. This page is to track the status of v2.0. | [http://turbogears.org/2.0 TurboGears2] is a next-generation Python web framework. TurboGears 1.x is already fully-supported within Fedora and EPEL. This page is to track the status of v2.0. | ||
The directory for each distro contains a 'tg2.repo' file that you can place in '/etc/yum.repos.d'. You can then install TurboGears2 by running: | The directory for each distro contains a 'tg2.repo' file that you can place in '/etc/yum.repos.d'. You can then install TurboGears2 by running: | ||
Line 9: | Line 8: | ||
yum install TurboGears2 python-tg-devtools | yum install TurboGears2 python-tg-devtools | ||
</code> | </code> | ||
See the [http://www.turbogears.org/2.0/docs/main/QuickStart.html TurboGears2 QuickStart] documentation for information on starting a new TurboGears2 project. | |||
== Core TG2 Dependencies == | == Core TG2 Dependencies == | ||
Line 89: | Line 90: | ||
|- | |- | ||
|} | |} | ||
Packages from Luke Macken's now-obsolete TG2 testing repository can be found here: http://lmacken.fedorapeople.org/rpms/tg2/ |
Revision as of 17:43, 18 November 2009
TurboGears2 is a next-generation Python web framework. TurboGears 1.x is already fully-supported within Fedora and EPEL. This page is to track the status of v2.0.
The directory for each distro contains a 'tg2.repo' file that you can place in '/etc/yum.repos.d'. You can then install TurboGears2 by running:
yum install TurboGears2 python-tg-devtools
See the TurboGears2 QuickStart documentation for information on starting a new TurboGears2 project.
Core TG2 Dependencies
Moksha specific dependencies
Module | Packaged | Approved | in Fedora | in EPEL | Comments |
---|---|---|---|---|---|
orbited | X | https://bugzilla.redhat.com/show_bug.cgi?id=499476 | |||
pytz | X | X | X | X | "pytz" rather than "python-pytz" |
tw.jquery | X | X | X | X | https://bugzilla.redhat.com/show_bug.cgi?id=468226 |
feedcache | X | X | X | X | https://bugzilla.redhat.com/show_bug.cgi?id=462529 |
pyevent | X | X | X | X | |
python-stomper | X | X | X | X | |
python-morbid | X | X | X | X | https://bugzilla.redhat.com/show_bug.cgi?id=499475 |
Added value
Module | Packaged | Approved | in Fedora | in EPEL | Comments |
---|---|---|---|---|---|
repoze.profile | |||||
repoze.squeeze | |||||
coverage | X | X | X | X | https://bugzilla.redhat.com/show_bug.cgi?id=499487 |
multiprocessing | |||||
tgscheduler |
Packages from Luke Macken's now-obsolete TG2 testing repository can be found here: http://lmacken.fedorapeople.org/rpms/tg2/