Skip to content

Instantly share code, notes, and snippets.

@thet
Created December 5, 2013 14:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thet/7806083 to your computer and use it in GitHub Desktop.
Save thet/7806083 to your computer and use it in GitHub Desktop.
[buildout]
parts =
instance
zopepy
test
packages
extends =
https://raw.github.com/plone/buildout.coredev/5.0/sources.cfg
https://raw.github.com/plone/buildout.coredev/5.0/checkouts.cfg
https://raw.github.com/plone/buildout.coredev/5.0/tests.cfg
# sources.cfg
# checkouts.cfg
# tests.cfg
## NOTE: no versions.cfg here! it pulls the latest of everything.
allow-hosts =
*.python.org
*.plone.org
*.zope.org
launchpad.net
code.google.com
robotframework.googlecode.com
find-links += http://dist.plone.org/thirdparty/
extensions = mr.developer
versions = versions
show-picked-versions = true
develop =
eggs =
Products.CMFPlone
plone.reload
# Products.CMFCore dependencies
Products.PythonScripts
Products.BTreeFolder2
Products.MailHost
# Products.CMFQuickInstallerTool dependencies
Products.ExternalMethod
# Products.PluggableAuthService dependencies
Products.StandardCacheManagers
auto-checkout +=
# API fixes
five.formlib
Products.ZopeVersionControl
[versions]
ExtensionClass = 4.1a1
argparse = 1.1 # argparse 1.2.1 changed it's setup.py routine...
selenium = 2.37.2
# wanna have current buildout infrastructure...
zc.buildout = 2.2.1
setuptools = 1.4.2
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs = ${buildout:eggs}
environment-vars =
zope_i18n_compile_mo_files true
[zopepy]
recipe = zc.recipe.egg
eggs =
${buildout:eggs}
${test:eggs}
interpreter = zopepy
scripts = zopepy
[packages]
recipe = collective.recipe.omelette
eggs =
${instance:eggs}
${test:eggs}
packages = ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment