[Commits] r501 - website

commits at geoext.org commits at geoext.org
Tue Apr 28 20:30:36 CEST 2009


Author: whit
Date: 2009-04-28 20:30:36 +0200 (Tue, 28 Apr 2009)
New Revision: 501

Modified:
   website/pavement.py
Log:
point jstools at github download


Modified: website/pavement.py
===================================================================
--- website/pavement.py	2009-04-28 16:26:02 UTC (rev 500)
+++ website/pavement.py	2009-04-28 18:30:36 UTC (rev 501)
@@ -35,12 +35,13 @@
       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"],
+      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"],
       install_requires=["sphinx",
                         "PasteDeploy",
                         "Paste",
                         "PasteScript",
-                        #"jstools",
+                        "jstools==0.1.1pre",
                         "trac",
                         "WSGITrac"],
       entry_points="""



More information about the Commits mailing list