diff -r d58d443e3683 -r 270c209df927 buildout.cfg --- a/buildout.cfg Tue Nov 26 10:09:41 2019 +0100 +++ b/buildout.cfg Tue Nov 26 10:10:17 2019 +0100 @@ -1,22 +1,14 @@ [buildout] -eggs-directory = /var/local/env/pyams/eggs +eggs-directory = eggs extends = http://download.ztfy.org/pyams/pyams-dev.cfg find-links = http://download.ztfy.org/eggs - socket-timeout = 3 -#allow-picked-versions = false +versions = versions +allow-picked-versions = false show-picked-versions = true newest = false -allow-hosts = - bitbucket.org - *.python.org - *.sourceforge.net - github.com - -versions = versions - src = src develop = . @@ -26,18 +18,13 @@ package i18n pyflakes + pylint test [package] recipe = zc.recipe.egg -eggs = - pyams_template - pyramid - pyramid_chameleon - zope.component - zope.configuration - zope.interface - zope.schema +eggs = pyams_template +interpreter = py [i18n] recipe = zc.recipe.egg @@ -57,9 +44,17 @@ on_install = true cmds = ${buildout:develop}/bin/${pyflakes:scripts} +[pylint] +recipe = zc.recipe.egg +eggs = + pyams_template + pylint +entry-points = pylint=pylint.lint:Run +arguments = sys.argv[1:] + [test] recipe = zc.recipe.testrunner eggs = pyams_template [test] [versions] -pyams_template = 0.1.2 +pyams_template = 0.1.3