On Fri, Jan 9, 2009 at 8:52 AM, frankentux <[email protected]> wrote: > > Hi, > > I want to package tg2 for openSUSE. I've already started a project at > https://build.opensuse.org/project/show?project=home%3Ababelworx%3Atg2 > and all the packages listed at > http://www.turbogears.org/2.0/downloads/current/index > are already packaged and built. > > Thus, on an openSUSE system, you can already install tg2 with: > zypper in python-turbogears2 > > However, paster -h shows only: > Usage: paster [paster_options] COMMAND [command_options] > > Options: > --version show program's version number and exit > --plugin=PLUGINS Add a plugin to the list of commands (plugins are > Egg > specs; will also require() the Egg) > -h, --help Show this help message > > Commands: > create Create the file layout for a Python distribution > help Display help > make-config Install a package and create a fresh config file/ > directory > points Show information about entry points > post Run a request for the described application > request Run a request for the described application > serve Serve the described application > setup-app Setup an application, given a config file > > TurboGears2: > tginfo Show TurboGears 2 related projects and their versions > > The quickstart command seems to be missing (calling paster quickstart > fails with "Command 'quickstart' not known (you may need to run > setup.py egg_info)". > > Is there some other postinstall script which I will have to add to the > spec file in order to get this working?
The quickstart command is coming from tg.devtools if I'm not mistaken. So as long as you install tg.devtools you should be able to see the command. Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

