Commit 67c183ca authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Upgrade manuel egg and remove uneeded component

The official version of manuel has now the fix for which we needed a dev
version.

Pick the latest python2 compatible version.
parent 92de5f1e
...@@ -6,7 +6,6 @@ extends = ...@@ -6,7 +6,6 @@ extends =
../../stack/nxdtest.cfg ../../stack/nxdtest.cfg
../pygolang/buildout.cfg ../pygolang/buildout.cfg
../python-manuel/buildout.cfg
buildout.cfg buildout.cfg
../ZEO/buildout.cfg ../ZEO/buildout.cfg
...@@ -46,12 +45,6 @@ branch = master ...@@ -46,12 +45,6 @@ branch = master
revision = 4.6.4-0-g7ed95cf revision = 4.6.4-0-g7ed95cf
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
# test-dependent eggs that must come through in-tree recipes.
[ZODB]
depends += ${manuel:egg}
# bin/python is preinstalled with sys.path to ZODB & friends. # bin/python is preinstalled with sys.path to ZODB & friends.
[ZODB-python] [ZODB-python]
<= python-interpreter <= python-interpreter
......
[buildout]
extends = ../patch/buildout.cfg
parts = manuel
[manuel]
recipe = zc.recipe.egg
egg = manuel
find-links = https://github.com/benji-york/manuel/tarball/${:revision}/manuel-${versions:manuel}.tar.gz
revision = aeea5ce7e853b8dabb815efb83141c6ddeb62904
[versions]
manuel = 1.10.2.dev0
...@@ -63,4 +63,3 @@ neoppod = 1.12.0 ...@@ -63,4 +63,3 @@ neoppod = 1.12.0
zope.testrunner = 5.2 zope.testrunner = 5.2
random2 = 1.0.1 random2 = 1.0.1
manuel = 1.10.1
[buildout] [buildout]
extends = extends =
../../component/python-manuel/buildout.cfg
../../stack/slapos.cfg ../../stack/slapos.cfg
parts = parts =
slapos-cookbook slapos-cookbook
...@@ -15,7 +14,7 @@ git-executable = ${git:location}/bin/git ...@@ -15,7 +14,7 @@ git-executable = ${git:location}/bin/git
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = erp5.util eggs = erp5.util
zc.buildout zc.buildout
${manuel:egg} manuel
scripts = ${:interpreter} scripts = ${:interpreter}
interpreter = ${:_buildout_section_name_} interpreter = ${:_buildout_section_name_}
......
...@@ -274,7 +274,6 @@ rubygemsrecipe = ...@@ -274,7 +274,6 @@ rubygemsrecipe =
# All other depencies should be pinned. # All other depencies should be pinned.
Pygments = 2.13.0 Pygments = 2.13.0
httmock = 1.2.6 httmock = 1.2.6
manuel = 1.9.0
testfixtures = 6.11.0 testfixtures = 6.11.0
pyflakes = 2.0.0 pyflakes = 2.0.0
zope.testing = 4.6.2 zope.testing = 4.6.2
......
...@@ -220,6 +220,7 @@ lock-file = 2.0 ...@@ -220,6 +220,7 @@ lock-file = 2.0
lockfile = 0.12.2:whl lockfile = 0.12.2:whl
lsprotocol = 2022.0.0a9:whl lsprotocol = 2022.0.0a9:whl
lxml = 4.9.1 lxml = 4.9.1
manuel = 1.11.2
MarkupSafe = 2.0.1 MarkupSafe = 2.0.1
matplotlib = 2.1.2 matplotlib = 2.1.2
meld3 = 1.0.2 meld3 = 1.0.2
......
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