Changeset 3816
- Timestamp:
- 06/23/11 14:19:34 (11 months ago)
- Location:
- sample/trunk
- Files:
-
- 2 modified
-
buildout.cfg (modified) (6 diffs)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sample/trunk/buildout.cfg
r3800 r3816 19 19 Beaker = 1.5.4 20 20 FormEncode = 1.2.2 21 GeoAlchemy = 0. 4.121 GeoAlchemy = 0.6 22 22 JSTools = 0.1.5 23 23 Mako = 0.3.6 … … 28 28 Pylons = 1.0 29 29 Routes = 1.12.3 30 SQLAlchemy = 0. 6.530 SQLAlchemy = 0.7.1 31 31 Shapely = 1.2.8 32 32 Tempita = 0.4 … … 45 45 httplib2 = 0.6.0 46 46 iw.recipe.fetcher = 0.2 47 mapfish = 2. 047 mapfish = 2.2 48 48 nose = 1.0.0 49 49 psycopg2 = 2.2.2 … … 51 51 z3c.recipe.scripts = 1.0.1 52 52 zc.recipe.egg = 1.3.2 53 FormAlchemy = 1. 3.554 GeoFormAlchemy = 0. 253 FormAlchemy = 1.4 54 GeoFormAlchemy = 0.3 55 55 c2c.recipe.jarfile = 0.4.2 56 56 #Required by: … … 70 70 # project instance id 71 71 instanceid = override_me 72 # the Unix user under which the modwsgi daemon processes are executed, 73 # can be overriden in development-specific buildout config files 74 modwsgi_user = www-data 72 75 # apache entry point for Apache rewrite rules (see apache/wsgi.conf.in) 73 76 apache-entry-point = /${vars:instanceid}/wsgi … … 91 94 dbport = 5432 92 95 # database name 93 db = v2. 0_mapfishsample96 db = v2.2_mapfishsample 94 97 # postgresql version 95 98 pg_version = 8.3 -
sample/trunk/setup.py
r3718 r3816 15 15 install_requires=[ 16 16 "psycopg2>=2.2.0,<=2.2.99", 17 "mapfish>=2.0,<=2. 0.99",17 "mapfish>=2.0,<=2.2.99", 18 18 "httplib2>=0.6.0,<=0.6.99", 19 19 "Babel<=0.9.99", 20 20 "TileCache>=2.10,<=2.10.99", 21 "GeoFormAlchemy>=0.2,<=0. 2.99",21 "GeoFormAlchemy>=0.2,<=0.3.99", 22 22 ], 23 23 #setup_requires=["PasteScript>=1.6.3"],
