diff --git a/buildout.cfg b/buildout.cfg new file mode 100644 index 0000000..06cb78e --- /dev/null +++ b/buildout.cfg @@ -0,0 +1,94 @@ +[buildout] +index = https://pypi.org/simple/ +extends = https://dist.plone.org/release/5.2-latest/versions.cfg +find-links = + https://dist.plone.org/release/5.2-latest/ + https://dist.plone.org/thirdparty/ + +parts = + instance + console_scripts + test + omelette + i18ndude + zopepy + +eggs = + senaite.core + senaite.app.listing + senaite.app.spotlight + senaite.app.supermodel + senaite.impress + senaite.jsonapi + senaite.lims + bika.documentation + plone.reload + Products.PrintingMailHost + +extensions = mr.developer + +package-name = bika.documentation + +versions = versions +show-picked-versions = true + +plone-user = admin:admin + +develop = . +sources = sources +auto-checkout = * + +[sources] +senaite.core = git https://github.com/senaite/senaite.core.git pushurl=git@github.com:senaite/senaite.core.git branch=2.x +senaite.app.listing = git https://github.com/senaite/senaite.app.listing.git pushurl=git@github.com:senaite/senaite.app.listing.git branch=2.x +senaite.app.spotlight = git https://github.com/senaite/senaite.app.spotlight.git pushurl=git@github.com:senaite/senaite.app.spotlight.git branch=2.x +senaite.app.supermodel = git https://github.com/senaite/senaite.app.supermodel.git pushurl=git@github.com:senaite/senaite.app.supermodel.git branch=2.x +senaite.impress = git https://github.com/senaite/senaite.impress.git pushurl=git@github.com:senaite/senaite.impress.git branch=2.x +senaite.jsonapi = git https://github.com/senaite/senaite.jsonapi.git pushurl=git@github.com:senaite/senaite.jsonapi.git branch=2.x +senaite.lims = git https://github.com/senaite/senaite.lims.git pushurl=git@github.com:senaite/senaite.lims.git branch=2.x + +[instance] +recipe = plone.recipe.zope2instance +http-address = 127.0.0.1:8080 +user = ${buildout:plone-user} +wsgi = off +eggs = + Plone + plone.app.upgrade + ${buildout:package-name} + ${buildout:eggs} +deprecation-warnings = on +environment-vars = + zope_i18n_compile_mo_files true +zcml = + +[console_scripts] +recipe = zc.recipe.egg:scripts +eggs = bika.documentation + +[i18ndude] +unzip = true +recipe = zc.recipe.egg +eggs = i18ndude + + +[test] +recipe = zc.recipe.testrunner +defaults = ['--auto-color', '--auto-progress'] +eggs = + bika.documentation [test] + +[omelette] +recipe = collective.recipe.omelette +eggs = ${buildout:eggs} + +[zopepy] +recipe = zc.recipe.egg +eggs = ${instance:eggs} +interpreter = zopepy +scripts = zopepy + +[versions] +# versions taken from requirements.txt +setuptools = +zc.buildout =