[Commits] r509 - website
commits at geoext.org
commits at geoext.org
Wed Apr 29 05:14:57 CEST 2009
Author: whit
Date: 2009-04-29 05:14:57 +0200 (Wed, 29 Apr 2009)
New Revision: 509
Modified:
website/pavement.py
Log:
add a wsgi trac socket that pulls in trac
Modified: website/pavement.py
===================================================================
--- website/pavement.py 2009-04-29 00:09:15 UTC (rev 508)
+++ website/pavement.py 2009-04-29 03:14:57 UTC (rev 509)
@@ -35,13 +35,14 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
- dependency_links=["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",
+ "http://svn.repoze.org/repoze.trac/trunk#egg=repoze.trac"],
install_requires=["sphinx",
"PasteDeploy",
"Paste",
"PasteScript",
"jstools==0.1.1pre",
- "trac",
+ "repoze.trac"
],
entry_points="""
# -*- Entry points: -*-
More information about the Commits
mailing list