Commit 2c13af70 authored by Ivan Tyagov's avatar Ivan Tyagov Committed by Rafael Monnerat

Add msgpack-numpy egg so we can serialize binary numpy arrays. msgpack-python...

Add msgpack-numpy egg so we can serialize binary numpy arrays. msgpack-python change its name to just msgpack.

Wendelin tests passing at

https://nexedi.erp5.net/test_result_module/20181126-7D4D3F45/view

@rafael  and / or @alain.takoudjou  - please merge in unless objections.

/reviewed-on !451
parent c0c9bbe9
[buildout]
parts =
msgpack-numpy
[msgpack-numpy]
recipe = zc.recipe.egg:custom
egg = msgpack-numpy
...@@ -4,4 +4,4 @@ parts = ...@@ -4,4 +4,4 @@ parts =
[msgpack-python] [msgpack-python]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = msgpack-python egg = msgpack
...@@ -3,12 +3,14 @@ versions = versions ...@@ -3,12 +3,14 @@ versions = versions
extends = extends =
../../component/wendelin.core/buildout.cfg ../../component/wendelin.core/buildout.cfg
../../component/msgpack-python/buildout.cfg ../../component/msgpack-python/buildout.cfg
../../component/msgpack-numpy/buildout.cfg
../../component/scipy/buildout.cfg ../../component/scipy/buildout.cfg
../../software/erp5/software.cfg ../../software/erp5/software.cfg
parts += parts +=
wendelin wendelin
scipy scipy
msgpack-python msgpack-python
msgpack-numpy
ipython ipython
wendelin.core wendelin.core
jupyter jupyter
...@@ -25,6 +27,7 @@ eggs += ...@@ -25,6 +27,7 @@ eggs +=
astor astor
${scipy:egg} ${scipy:egg}
${msgpack-python:egg} ${msgpack-python:egg}
${msgpack-numpy:egg}
${wendelin.core:egg} ${wendelin.core:egg}
${ipython:egg} ${ipython:egg}
...@@ -73,5 +76,6 @@ repository = https://lab.nexedi.com/nexedi/wendelin.git ...@@ -73,5 +76,6 @@ repository = https://lab.nexedi.com/nexedi/wendelin.git
branch = master branch = master
[versions] [versions]
msgpack-python = 0.5.6 msgpack = 0.5.6
msgpack-numpy = 0.4.4.2
wendelin.core = 0.12 wendelin.core = 0.12
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