Commit 48f60466 authored by Hanno Schlichting's avatar Hanno Schlichting

Simplify ztk-versions file, remove some really old version pins.

parent 49a2cd67
[buildout] [buildout]
extensions = mr.developer extensions = mr.developer
allow-hosts =
*.python.org
*.zope.org
argparse.googlecode.com
allow-picked-versions = false allow-picked-versions = false
always-accept-server-certificate = true
develop = . develop = .
extends = extends =
sources.cfg sources.cfg
...@@ -20,7 +14,6 @@ parts = ...@@ -20,7 +14,6 @@ parts =
allpy allpy
sphinx sphinx
checkversions checkversions
wsgi
sources-dir = develop sources-dir = develop
auto-checkout = auto-checkout =
AccessControl AccessControl
...@@ -32,7 +25,7 @@ recipe = zc.recipe.testrunner ...@@ -32,7 +25,7 @@ recipe = zc.recipe.testrunner
initialization = initialization =
import sys import sys
import warnings import warnings
if sys.version_info >= (2, 7): warnings.simplefilter('default') warnings.simplefilter('default')
eggs = Zope2 eggs = Zope2
...@@ -82,6 +75,7 @@ eggs = ...@@ -82,6 +75,7 @@ eggs =
Products.PythonScripts Products.PythonScripts
Products.StandardCacheManagers Products.StandardCacheManagers
[allpy] [allpy]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ${alltests:eggs} eggs = ${alltests:eggs}
...@@ -97,18 +91,7 @@ outputs = html ...@@ -97,18 +91,7 @@ outputs = html
script-name = make-docs script-name = make-docs
extra-paths = ${buildout:directory} extra-paths = ${buildout:directory}
[checkversions] [checkversions]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = z3c.checkversions [buildout] eggs = z3c.checkversions [buildout]
[wsgi]
recipe = zc.recipe.egg
eggs =
Zope2
repoze.who
repoze.tm2
repoze.retry
Paste
PasteDeploy
PasteScript
...@@ -71,17 +71,23 @@ Jinja2 = 2.8 ...@@ -71,17 +71,23 @@ Jinja2 = 2.8
MarkupSafe = 0.23 MarkupSafe = 0.23
PasteDeploy = 1.5.2 PasteDeploy = 1.5.2
Pygments = 2.1.3 Pygments = 2.1.3
RestrictedPython = 3.6.0
Sphinx = 1.4.5 Sphinx = 1.4.5
WebOb = 1.6.1 WebOb = 1.6.1
WebTest = 2.0.21 WebTest = 2.0.21
ZConfig = 3.1.0 ZConfig = 3.1.0
ZEO = 4.1.0
ZODB = 4.3.1
alabaster = 0.7.8 alabaster = 0.7.8
collective.recipe.cmd = 0.11
coverage = 4.1 coverage = 4.1
docutils = 0.12 docutils = 0.12
extras = 1.0.0 extras = 1.0.0
imagesize = 0.7.1 imagesize = 0.7.1
lxml = 3.6.0
mr.developer = 1.34
nose = 1.3.7 nose = 1.3.7
ordereddict = 1.1
persistent = 4.2.1 persistent = 4.2.1
py = 1.4.31 py = 1.4.31
python-gettext = 3.0 python-gettext = 3.0
...@@ -93,33 +99,11 @@ six = 1.10.0 ...@@ -93,33 +99,11 @@ six = 1.10.0
snowballstemmer = 1.2.1 snowballstemmer = 1.2.1
testtools = 2.2.0 testtools = 2.2.0
transaction = 1.6.1 transaction = 1.6.1
z3c.recipe.sphinxdoc = 1.0.0 unittest2 = 1.1.0
z3c.checkversions = 0.5
zc.buildout = 2.5.2 zc.buildout = 2.5.2
zc.lockfile = 1.2.1 zc.lockfile = 1.2.1
zc.recipe.egg = 2.0.3 zc.recipe.egg = 2.0.3
zc.recipe.testrunner = 2.0.0 zc.recipe.testrunner = 2.0.0
zdaemon = 4.1.0 zdaemon = 4.1.0
zodbpickle = 0.6.0 zodbpickle = 0.6.0
# Dependencies for Python 2
RestrictedPython = 3.6.0
zope.untrustedpython = 4.0.0
Paste = 2.0.3
PasteScript = 2.0.2
unittest2 = 1.1.0
# Should just be ported.
zc.resourcelibrary = 1.3.4
zope.mkzeoinstance = 3.9.6
ZODB = 4.3.1
ZEO = 4.1.0
# toolchain
argparse = 1.4.0
lxml = 3.6.0
mr.developer = 1.34
repoze.sphinx.autointerface = 0.8
collective.recipe.cmd = 0.11
# Missing py3 port
z3c.checkversions = 0.5
z3c.recipe.compattest = 1.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment