buildout.cfg
changeset 424 5028ff294931
parent 415 a6fea42dc750
child 417 e7e36ec88a06
child 425 aeea1428f782
--- a/buildout.cfg	Wed Nov 20 19:40:26 2019 +0100
+++ b/buildout.cfg	Sat Nov 23 00:38:44 2019 +0100
@@ -1,5 +1,5 @@
 [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
@@ -27,43 +27,12 @@
     package
     i18n
     pyflakes
+    pylint
     test
 
 [package]
 recipe = zc.recipe.egg
-eggs =
-    babel
-    BTrees
-    chameleon
-    docutils
-    httplib2
-    persistent
-    pyams_utils
-    pyramid
-    pyramid_zodbconn
-    pysocks
-    pytz
-    transaction
-    z3c.form
-    z3c.pt
-    z3c.ptcompat
-    ZEO
-    ZODB
-    zope.annotation
-    zope.component
-    zope.container
-    zope.contentprovider
-    zope.datetime
-    zope.dublincore
-    zope.interface
-    zope.intid
-    zope.keyreference
-    zope.lifecycleevent
-    zope.location
-    zope.publisher
-    zope.schema
-    zope.site
-    zope.traversing
+eggs = pyams_utils
 interpreter = py
 
 [i18n]
@@ -84,9 +53,15 @@
 on_install = true
 cmds = ${buildout:develop}/bin/${pyflakes:scripts}
 
+[pylint]
+recipe = zc.recipe.egg
+eggs = pylint
+entry-points = pylint=pylint.lint:Run
+arguments = sys.argv[1:]
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.34.2
+pyams_utils = 0.1.35