PageRenderTime 27ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/code/buildout.cfg

https://github.com/zatosource/zato
Config | 346 lines | 312 code | 34 blank | 0 comment | 0 complexity | 092877b0fa69e52b203bde0604298cf5 MD5 | raw file
Possible License(s): LGPL-3.0
  1. [buildout]
  2. extends=versions.cfg
  3. unzip = true
  4. allow-picked-versions = false
  5. newest = false
  6. find-links =
  7. https://launchpad.net/inotifyx/dev
  8. http://extlibs.zato.io/dependencies
  9. parts =
  10. console_scripts
  11. cython-src
  12. cython-install
  13. gevent_zeromq_patched-src
  14. gevent_zeromq_patched-install
  15. globre_lgpl-src
  16. globre_lgpl-install
  17. ipython_part
  18. suds_patched-src
  19. suds_patched-install
  20. zato
  21. patch_anyjson
  22. patch_authorize1
  23. patch_authorize2
  24. patch_butler
  25. patch_django_openid_auth
  26. patch_gunicorn
  27. patch_gunicorn_tls
  28. patch_jsonpointer
  29. patch_oauth
  30. patch_outbox
  31. patch_redis
  32. patch_requests1
  33. patch_requests2
  34. patch_springpython
  35. develop =
  36. zato-agent
  37. zato-broker
  38. zato-cli
  39. zato-client
  40. zato-common
  41. zato-server
  42. zato-web-admin
  43. [config]
  44. cython_version = 0.19.1
  45. [zato]
  46. recipe =
  47. zc.recipe.egg
  48. dependent-scripts = true
  49. interpreter = py
  50. extra-paths = ${buildout:directory}/zato_extra_paths
  51. eggs =
  52. alembic
  53. amqp
  54. anyjson
  55. argh
  56. argparse
  57. arrow
  58. Babel
  59. base32-crockford
  60. behave
  61. blist
  62. boto
  63. bunch
  64. bzr
  65. candv
  66. cassandra-driver
  67. cffi
  68. chai
  69. click
  70. cmd2
  71. codegen
  72. colander
  73. collective.recipe.patch
  74. ConcurrentLogHandler
  75. configobj
  76. cov-core
  77. coverage
  78. crontab
  79. cryptography
  80. datadiff
  81. dictalchemy
  82. distribute
  83. distutils2
  84. Django
  85. django-debug-toolbar-django13
  86. django-openid-auth
  87. django-settings
  88. dpath
  89. elasticsearch
  90. elasticutils
  91. enum34
  92. faker
  93. flake8
  94. fs
  95. futures
  96. gevent
  97. gevent-inotifyx
  98. greenlet
  99. gunicorn
  100. hexagonit.recipe.download
  101. hiredis
  102. hl7
  103. hl7apy
  104. httplib2
  105. imbox
  106. importing
  107. inotifyx
  108. iso8601
  109. iw.recipe.cmd
  110. jsonlib2
  111. jsonpatch
  112. jsonpointer
  113. jsonschema
  114. keyring
  115. kombu
  116. lxml
  117. Mako
  118. MarkupSafe
  119. mccabe
  120. memory-profiler
  121. mixer
  122. mock
  123. netaddr
  124. newrelic
  125. nose
  126. nose-cov
  127. nosexcover
  128. oauth
  129. oslo.config
  130. ordereddict
  131. outbox
  132. paodate
  133. parse
  134. parse-type
  135. Paste
  136. pathtools
  137. pep8
  138. pesto
  139. pika
  140. pip
  141. prettytable
  142. pbr
  143. pg8000
  144. psutil
  145. psycogreen
  146. psycopg2
  147. py-authorize
  148. pyaml
  149. pyasn1
  150. pycparser
  151. pycrypto
  152. pyflakes
  153. pygments
  154. pyOpenSSL
  155. pyparsing
  156. python-butler
  157. python-dateutil
  158. python-glanceclient
  159. python-keyczar
  160. python-keystoneclient
  161. python-novaclient
  162. python-ntlm
  163. python-openid
  164. python-swiftclient
  165. pytz
  166. PyMySQL
  167. pyprof2calltree
  168. pysolr
  169. pyyaml
  170. pyzmq
  171. pyzmq-static
  172. redis
  173. repoze.lru
  174. repoze.profile
  175. requests
  176. requests-dump
  177. requests-testadapter
  178. requests-toolbelt
  179. retools
  180. rsa
  181. sarge
  182. sec-wall
  183. setproctitle
  184. setuptools
  185. simpleflake
  186. simplejson
  187. simple-rbac
  188. six
  189. springpython
  190. SQLAlchemy
  191. stevedore
  192. suds
  193. texttable
  194. threadpool
  195. tornado
  196. tzlocal
  197. urllib3
  198. warlock
  199. watchdog
  200. WebHelpers
  201. werkzeug
  202. wrapt
  203. wsgiref
  204. xmltodict
  205. zato-agent
  206. zato-broker
  207. zato-cli
  208. zato-client
  209. zato-common
  210. zato-redis-paginator
  211. zato-server
  212. zato-web-admin
  213. zc.buildout
  214. zc.recipe.egg
  215. zerokspot.recipe.git
  216. [console_scripts]
  217. recipe = zc.recipe.egg
  218. eggs = inotifyx
  219. [cython-src]
  220. ignore-existing = true
  221. recipe = hexagonit.recipe.download
  222. url = http://pypi.python.org/packages/source/C/Cython/Cython-${config:cython_version}.tar.gz
  223. [cython-install]
  224. recipe = iw.recipe.cmd
  225. on_install = true
  226. cmds = cd ${buildout:directory}/parts/cython-src/Cython-${config:cython_version}; ../../../bin/python setup.py install
  227. [gevent_zeromq_patched-src]
  228. recipe = zerokspot.recipe.git
  229. repository=git://github.com/dsuch/gevent-zeromq.git
  230. [gevent_zeromq_patched-install]
  231. recipe = iw.recipe.cmd
  232. on_install = true
  233. cmds = cd ${buildout:directory}/parts/gevent_zeromq_patched-src; ../../bin/python setup.py install --prefer-pyzmq-static
  234. [globre_lgpl-src]
  235. recipe = zerokspot.recipe.git
  236. repository=git://github.com/dsuch/globre-lgpl.git
  237. [globre_lgpl-install]
  238. recipe = iw.recipe.cmd
  239. on_install = true
  240. cmds = cd ${buildout:directory}/parts/globre_lgpl-src; ../../bin/python setup.py install
  241. [ipython_part]
  242. recipe = zc.recipe.egg:scripts
  243. eggs = ${zato:eggs}
  244. ipython
  245. scripts = ipython
  246. extra-paths = ${buildout:directory}/zato_extra_paths
  247. [suds_patched-src]
  248. recipe = hexagonit.recipe.download
  249. url = https://bitbucket.org/dsuch/suds/get/fb304981931b.zip
  250. [suds_patched-install]
  251. recipe = iw.recipe.cmd
  252. on_install = true
  253. cmds = cd ${buildout:directory}/parts/suds_patched-src/dsuch-suds-fb304981931b; ../../../bin/python setup.py install
  254. [patch_anyjson]
  255. recipe = collective.recipe.patch
  256. egg = anyjson
  257. patches = patches/anyjson/__init__.py.diff
  258. [patch_authorize1]
  259. recipe = collective.recipe.patch
  260. egg = py-authorize
  261. patches = patches/authorize/apis/recurring_api.py.diff
  262. [patch_authorize2]
  263. recipe = collective.recipe.patch
  264. egg = py-authorize
  265. patches = patches/authorize/schemas.py.diff
  266. [patch_butler]
  267. recipe = collective.recipe.patch
  268. egg = python_butler
  269. patches = patches/butler/__init__.py.diff
  270. [patch_django_openid_auth]
  271. recipe = collective.recipe.patch
  272. egg = django_openid_auth
  273. patches = patches/django_openid_auth/models.py.diff
  274. [patch_gunicorn]
  275. recipe = collective.recipe.patch
  276. egg = gunicorn
  277. patches = patches/gunicorn/workers/base.py.diff
  278. [patch_gunicorn_tls]
  279. recipe = collective.recipe.patch
  280. egg = gunicorn
  281. patches = patches/gunicorn/config.py.diff
  282. patches/gunicorn/workers/geventlet.py.diff
  283. patches/gunicorn/workers/ggevent.py.diff
  284. patches/gunicorn/workers/sync.py.diff
  285. [patch_jsonpointer]
  286. recipe = collective.recipe.patch
  287. egg = jsonpointer
  288. patches = patches/jsonpointer/jsonpointer.py.diff
  289. [patch_oauth]
  290. recipe = collective.recipe.patch
  291. egg = oauth
  292. patches = patches/oauth/oauth.py.diff
  293. [patch_outbox]
  294. recipe = collective.recipe.patch
  295. egg = outbox
  296. patches = patches/outbox/outbox.py.diff
  297. [patch_redis]
  298. recipe = collective.recipe.patch
  299. egg = redis
  300. patches = patches/redis/redis/connection.py.diff
  301. [patch_requests1]
  302. recipe = collective.recipe.patch
  303. egg = requests
  304. patches = patches/requests/models.py.diff
  305. [patch_requests2]
  306. recipe = collective.recipe.patch
  307. egg = requests
  308. patches = patches/requests/sessions.py.diff
  309. [patch_springpython]
  310. recipe = collective.recipe.patch
  311. egg = springpython
  312. patches = patches/springpython/jms/factory.py.diff