Skip to content

Commit dfb6623

Browse files
author
User Paste
committed
add version.cfg and paste-buildout.ini
1 parent a51ea94 commit dfb6623

2 files changed

Lines changed: 70 additions & 0 deletions

File tree

paste-buildout.cfg

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[buildout]
2+
parts =
3+
# gevent
4+
paulla.paste
5+
6+
develop =
7+
.
8+
unzip = true
9+
extends = versions.cfg
10+
versions = versions
11+
[gevent]
12+
recipe = zc.recipe.egg:custom
13+
eggs = gevent
14+
include-dirs = /usr/local/include
15+
library-dirs = /usr/local/lib
16+
17+
18+
[paulla.paste]
19+
recipe = zc.recipe.egg
20+
eggs =
21+
pastescript
22+
pyramid
23+
js.bootstrap
24+
paulla.paste
25+
gunicorn
26+
# ${gevent:eggs}
27+
28+
29+
#[cron]
30+
#recipe = z3c.recipe.usercrontab
31+
#times = 0 * * * *
32+
#command = ${buildout:directory}/bin/purge --conf ${buildout:directory}/paste.ini

versions.cfg

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[versions]
2+
pastescript = 1.7.5
3+
pyramid = 1.4.3
4+
js.bootstrap = 2.3.2
5+
gunicorn = 17.5
6+
gevent = 0.13.8
7+
greenlet = 0.4.1
8+
pyramid-rpc = 0.5.1
9+
py-bcrypt = 0.3
10+
lingua = 1.5
11+
Babel = 1.3
12+
pyramid-beaker = 0.8
13+
couchdbkit = 0.6.4
14+
rebecca.fanstatic = 0.1.2
15+
pyramid-fanstatic = 0.4
16+
waitress = 0.8.5
17+
pyramid-debugtoolbar = 1.0.6
18+
js.jquery = 1.9.1
19+
fanstatic = 0.16
20+
PasteDeploy = 1.5.0
21+
translationstring = 1.1
22+
venusian = 1.0a8
23+
zope.deprecation = 4.0.2
24+
zope.interface = 4.0.5
25+
repoze.lru = 0.6
26+
WebOb = 1.2.3
27+
Mako = 0.8.1
28+
Chameleon = 2.11
29+
Paste = 1.7.5.1
30+
xlwt = 0.7.5
31+
xlrd = 0.9.2
32+
polib = 1.0.3
33+
pytz = 2013b
34+
Beaker = 1.6.4
35+
restkit = 4.2.1
36+
MarkupSafe = 0.18
37+
socketpool = 0.5.2
38+
http-parser = 0.8.1

0 commit comments

Comments
 (0)