Re: [PATCH 3/6] gnu: Add python-orderedmultidict.

2016-11-03 Thread Hartmut Goebel
Am 03.11.2016 um 11:56 schrieb Danny Milosavljevic: > +(arguments > + `(#:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'fix-tests > + (lambda _ > + (and (zero? (system* "touch" "tests/__init__.py" Maybe add a note like: "The

[PATCH 3/6] gnu: Add python-orderedmultidict.

2016-11-03 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-orderedmultidict, python2-orderedmultidict): New variables. --- gnu/packages/python.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 86436fd..aee97cb 100644 ---