[Commits] r503 - website
commits at geoext.org
commits at geoext.org
Tue Apr 28 20:52:02 CEST 2009
Author: whit
Date: 2009-04-28 20:52:02 +0200 (Tue, 28 Apr 2009)
New Revision: 503
Modified:
website/pavement.py
Log:
removing uneeded tracwsgi plugin
Modified: website/pavement.py
===================================================================
--- website/pavement.py 2009-04-28 18:35:45 UTC (rev 502)
+++ website/pavement.py 2009-04-28 18:52:02 UTC (rev 503)
@@ -35,15 +35,14 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
- dependency_links=["http://trac-hacks.org/svn/tracwsgiplugin/0.11#egg=WSGITrac",
- "http://cloud.github.com/downloads/whitmo/jstools/JSTools-0.1.1pre.tgz#egg=JSTools-0.1.1pre"],
+ dependency_links=["http://cloud.github.com/downloads/whitmo/jstools/JSTools-0.1.1pre.tgz#egg=JSTools-0.1.1pre"],
install_requires=["sphinx",
"PasteDeploy",
"Paste",
"PasteScript",
"jstools==0.1.1pre",
"trac",
- "WSGITrac"],
+ ],
entry_points="""
# -*- Entry points: -*-
""",
More information about the Commits
mailing list