2013-01-04 02:09:11 +01:00
|
|
|
[buildout]
|
|
|
|
|
|
|
|
develop = .
|
|
|
|
|
2013-03-20 22:47:39 +01:00
|
|
|
parts =
|
|
|
|
pypi-server
|
|
|
|
|
|
|
|
show-picked-versions = true
|
2013-01-04 02:09:11 +01:00
|
|
|
newest = false
|
|
|
|
|
|
|
|
eggs =
|
2013-03-20 22:47:39 +01:00
|
|
|
pypiserver
|
|
|
|
waitress
|
|
|
|
passlib
|
2013-01-04 02:09:11 +01:00
|
|
|
|
|
|
|
[gunicorn]
|
2013-03-20 22:47:39 +01:00
|
|
|
recipe = zc.recipe.egg
|
2013-01-04 02:09:11 +01:00
|
|
|
eggs =
|
2013-03-20 22:47:39 +01:00
|
|
|
gunicorn
|
|
|
|
Paste
|
|
|
|
PasteDeploy
|
|
|
|
${pypi-server:eggs}
|
|
|
|
scripts =
|
|
|
|
gunicorn_paster
|
|
|
|
gunicorn
|
2013-01-04 02:09:11 +01:00
|
|
|
|
|
|
|
|
|
|
|
[pytest]
|
2013-03-20 22:47:39 +01:00
|
|
|
recipe = zc.recipe.egg
|
2013-01-04 02:09:11 +01:00
|
|
|
eggs =
|
2013-03-20 22:47:39 +01:00
|
|
|
pypiserver
|
|
|
|
pytest
|
|
|
|
webtest
|
|
|
|
beautifulsoup4
|
|
|
|
${buildout:eggs}
|
|
|
|
scripts =
|
|
|
|
py.test
|
2013-01-04 02:09:11 +01:00
|
|
|
|
2013-05-29 00:46:51 +02:00
|
|
|
[yolk]
|
|
|
|
recipe = zc.recipe.egg
|
|
|
|
eggs =
|
|
|
|
yolk
|
|
|
|
${gunicorn:eggs}
|
|
|
|
${pytest:eggs}
|
|
|
|
|
2013-01-04 02:09:11 +01:00
|
|
|
[pypi-server]
|
2013-03-20 22:47:39 +01:00
|
|
|
recipe = zc.recipe.egg
|
2013-01-04 02:09:11 +01:00
|
|
|
eggs = ${buildout:eggs}
|
|
|
|
interpreter = pypipython
|
2013-03-20 22:47:39 +01:00
|
|
|
scripts =
|
|
|
|
pypi-server
|
2013-01-04 02:09:11 +01:00
|
|
|
|
|
|
|
[ipython]
|
2013-03-20 22:47:39 +01:00
|
|
|
recipe = zc.recipe.egg
|
2013-01-04 02:09:11 +01:00
|
|
|
eggs =
|
2013-03-20 22:47:39 +01:00
|
|
|
ipython
|
|
|
|
${buildout:eggs}
|
|
|
|
scripts =
|
|
|
|
ipython
|