Mnemosyne is a abstract distribution originally designed for ROCKLinux, but currently only support the trunk of OpenSDE.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: target/mnemosyne/pkgsel.d/Services/Web/Pylons.ask
  5. # Copyright (C) 2008 - 2009 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. #Description: Pylons Web Framework
  15. #Forced: PYTHON
  16. #Stuff needed by all packages
  17. X setuptools
  18. #Paster and friends
  19. X paste
  20. X pastescript
  21. X pastedeploy
  22. #Utils nice to have for Pylons
  23. X routes
  24. X beaker
  25. X formencode
  26. X simplejson
  27. X webhelpers
  28. X mako
  29. X decorator
  30. X flup
  31. #New dependencies for Pylons 0.9.7
  32. X tempita
  33. X pygments
  34. X weberror
  35. X webtest
  36. #Testing util
  37. X nose
  38. #Pylons
  39. X pylons
  40. #Needed by decorator which is needed by Pylons
  41. X unzip