Skip to content

Commit

Permalink
add version.cfg and paste-buildout.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
User Paste committed Jan 18, 2018
1 parent a51ea94 commit dfb6623
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
32 changes: 32 additions & 0 deletions paste-buildout.cfg
@@ -0,0 +1,32 @@
[buildout]
parts =
# gevent
paulla.paste

develop =
.
unzip = true
extends = versions.cfg
versions = versions
[gevent]
recipe = zc.recipe.egg:custom
eggs = gevent
include-dirs = /usr/local/include
library-dirs = /usr/local/lib


[paulla.paste]
recipe = zc.recipe.egg
eggs =
pastescript
pyramid
js.bootstrap
paulla.paste
gunicorn
# ${gevent:eggs}


#[cron]
#recipe = z3c.recipe.usercrontab
#times = 0 * * * *
#command = ${buildout:directory}/bin/purge --conf ${buildout:directory}/paste.ini
38 changes: 38 additions & 0 deletions versions.cfg
@@ -0,0 +1,38 @@
[versions]
pastescript = 1.7.5
pyramid = 1.4.3
js.bootstrap = 2.3.2
gunicorn = 17.5
gevent = 0.13.8
greenlet = 0.4.1
pyramid-rpc = 0.5.1
py-bcrypt = 0.3
lingua = 1.5
Babel = 1.3
pyramid-beaker = 0.8
couchdbkit = 0.6.4
rebecca.fanstatic = 0.1.2
pyramid-fanstatic = 0.4
waitress = 0.8.5
pyramid-debugtoolbar = 1.0.6
js.jquery = 1.9.1
fanstatic = 0.16
PasteDeploy = 1.5.0
translationstring = 1.1
venusian = 1.0a8
zope.deprecation = 4.0.2
zope.interface = 4.0.5
repoze.lru = 0.6
WebOb = 1.2.3
Mako = 0.8.1
Chameleon = 2.11
Paste = 1.7.5.1
xlwt = 0.7.5
xlrd = 0.9.2
polib = 1.0.3
pytz = 2013b
Beaker = 1.6.4
restkit = 4.2.1
MarkupSafe = 0.18
socketpool = 0.5.2
http-parser = 0.8.1

0 comments on commit dfb6623

Please sign in to comment.