Hi, I've packaged contextlib2. This is my first submission, so please let me know if there is anything that should be different about the changes I've made. Also, if there's anything odd about the way I've formatted these patches or this email, please let me know so I can correct it next time. In particular, I'm curious to know if it's required to include python-setuptools as an input. It seems that the Python build system is including this build dependency by default, so I've omitted it. I've run guix lint on the packages and verified that they both build successfully locally. Chris Marusich (1): gnu: Add python-contextlib2 gnu/packages/patches/python-contextlib2.patch | 51 +++++++++++++++++++++++++++ gnu/packages/python.scm | 24 +++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 gnu/packages/patches/python-contextlib2.patch -- 2.5.0 Thank you, Chris