gnu: Add python-testpath. * gnu/packages/python.scm (python-testpath, python2-testpath): New variables.
gnu: Add python-ipykernel. * gnu/packages/python.scm (python-ipykernel, python2-ipykernel): New variables.
gnu: Add python-jupyter-client. * gnu/packages/python.scm (python-jupyter-client, python2-jupyter-client): New variables.
gnu: Add python-jupyter-core. * gnu/packages/python.scm (python-jupyter-core, python2-jupyter-core): New variables.
gnu: python-traitlets: Update to 4.2.0. * gnu/packages/python.scm (python-traitlets): Update to 4.2.0.
gnu: Add python-imagesize. * gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: python-waf: Download over https. * gnu/packages/python.scm (python-waf)[source]: Use https.
gnu: python-nltk: Disable the test suite. The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-nltk to fail. * gnu/packages/python.scm (python-nltk, python2-nltk)[arguments]: Disable the tests.
gnu: python-pyquery: Add inputs for test suite. * gnu/packages/python.scm (python-pyquery, python2-pyquery)[native-inputs]: Add python-webob and python-webtest.
gnu: python-pika: Add inputs for test suite. * gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add python-pyev, python-tornado.
gnu: Add python-pyev. * gnu/packages/python.scm (python-pyev, python2-pyev): New variables.
gnu: python-prompt-toolkit: Disable the test suite. The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-prompt-toolkit to fail. * gnu/packages/python.scm (python-prompt-toolkit, python2-prompt-toolkit)[arguments]: Disable the tests.
gnu: python-publicsuffix2: Disable the test suite. The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-publicsuffix2 to fail. * gnu/packages/python.scm (python-publicsuffix2, python2-publicsuffix2) [arguments]: Disable the tests.
gnu: Add python2-rpython. * gnu/packages/python.scm (python2-rpython): New variable.
gnu: python-waf: Update to 1.9.5. * gnu/packages/python.scm (python-waf): Update to 1.9.5. [arguments]: Shorten custom build phase. [source]: Use http. [home-page]: Use http.
gnu: python-wsgiproxy2: Disable the test suite. * gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2)[arguments]: Disable the tests.
gnu: python-beautifulsoup4: Update to 4.5.1. * gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4): Update to 4.5.1.
gnu: python-beautifulsoup4: Run the test suite. * gnu/packages/python.scm (python-beautifulsoup4)[arguments]: Add field run python-2 -> python-3 conversion script and test suite. (python2-beautifulsoup4)[arguments]: Specify use of python-2.
gnu: python-urllib3: Update to 1.18.1. * gnu/packages/python.scm (python-urllib3): Update to 1.18.1. [home-page]: Use https URL.
gnu: python-pathlib2: Add comment. As suggested by Efraim Flashner. * gnu/packages/python.scm (python-pathlib2): Add comment.