[Python-modules-commits] r600 - in /packages/turbogears/branches/0.9/debian: changelog patches/01_disable_turbocheetah.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat May 13 22:07:31 UTC 2006


Author: kov
Date: Sat May 13 22:07:31 2006
New Revision: 600

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=600
Log:
  - added, to disable turbocheetah for now (there's no egg-info)
    support for the package in Debian, and it is not required,
    since we have kid

Added:
    packages/turbogears/branches/0.9/debian/patches/01_disable_turbocheetah.diff
Modified:
    packages/turbogears/branches/0.9/debian/changelog

Modified: packages/turbogears/branches/0.9/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/branches/0.9/debian/changelog?rev=600&op=diff
==============================================================================
--- packages/turbogears/branches/0.9/debian/changelog (original)
+++ packages/turbogears/branches/0.9/debian/changelog Sat May 13 22:07:31 2006
@@ -16,6 +16,10 @@
   * debian/patches/00_avoid_deps_on_build.diff,
     debian/patches/01_reloader_args_for_cherrypy2.2}.diff:
   - removed; no longer apply
+  * debian/patches/01_disable_turbocheetah.diff:
+  - added, to disable turbocheetah for now (there's no egg-info)
+    support for the package in Debian, and it is not required,
+    since we have kid
   * debian/patches/02_project_start_py2.4.diff:
   - updated
   * debian/copyright:

Added: packages/turbogears/branches/0.9/debian/patches/01_disable_turbocheetah.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/branches/0.9/debian/patches/01_disable_turbocheetah.diff?rev=600&op=file
==============================================================================
--- packages/turbogears/branches/0.9/debian/patches/01_disable_turbocheetah.diff (added)
+++ packages/turbogears/branches/0.9/debian/patches/01_disable_turbocheetah.diff Sat May 13 22:07:31 2006
@@ -1,0 +1,12 @@
+--- setup.py~	2006-05-09 08:18:12.000000000 -0300
++++ setup.py	2006-05-13 19:05:41.000000000 -0300
+@@ -34,7 +34,8 @@
+ The latest development version is available in <a href="http://www.turbogears.org/svn/turbogears/trunk#egg=turbogears-dev">the TurboGears subversion repository</a>.""",
+     url="http://www.turbogears.org",
+     zip_safe=False,
+-    install_requires = ["TurboJson >= 0.9.2", "TurboCheetah >= 0.9.5",
++    install_requires = ["TurboJson >= 0.9.2",
++        #"TurboCheetah >= 0.9.5",
+         "TurboKid >= 0.9.5",
+         "CherryPy >= 2.2.1",
+         "SQLObject >= 0.7.1dev_r1457", "simplejson >= 1.3",




More information about the Python-modules-commits mailing list