Merge branch 'master' into core-updates
gnu: python2-tqdm: Work around missing flake8 propagation. * gnu/packages/python.scm (python-tqdm)[properties]: Declare python2 variant. (python2-tqdm): Use STRIP-PYTHON2-VARIANT. [native-inputs]: Add PYTHON-ENUM34.
Revert "gnu: python2-flake8: Fix python-enum34 propagation." This triggers a rebuild of 1111 packages, so let's work around it on the few that are affected instead. This reverts commit 01af1e11a67466d5f6338bdb207ff99ef5cf094e.
gnu: python-mando: Remove version 0.3.1. * gnu/packages/python.scm (python-mando-0.3.1): Remove variable.
gnu: python-radon: Update to 2.2.0. * gnu/packages/python.scm (python-radon): Update to 2.2.0. [arguments]: Replace CHECK-PHASE with custom test command. [propagated-inputs]: Replace PYTHON-MANDO-0.3.1 with PYTHON-MANDO. [native-inputs]: Remove PYTHON-FLAKE8, PYTHON-TOX and PYTHON-PARAMUNITTEST. Add PYTHON-PYTEST-MOCK.
gnu: python-mando: Fix indentation. * gnu/packages/python.scm (python-mando): Indent with emacs.
gnu: python-mando: Update to 0.6.4. * gnu/packages/python.scm (python-mando): Update to 0.6.4. [propagated-inputs]: Add PYTHON-SIX. [native-inputs]: Remove PYTHON-SPHINX and PYTHON-PARAMUNITTEST. Add PYTHON-PYTEST.
gnu: python-tqdm: Update to 4.19.5. * gnu/packages/python.scm (python-tqdm): Update to 4.19.5. [native-inputs]: Remove PYTHON-NOSE-TIMER and PYTHON-VIRTUALENV.
gnu: python2-flake8: Fix python-enum34 propagation. * gnu/packages/python.scm (python2-flake8)[propagated-inputs]: Replace PYTHON2-ENUM with PYTHON2-ENUM34.
gnu: Add python-isoweek. * gnu/packages/python.scm (python-isoweek, python2-isoweek): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu: Add python-funcy. * gnu/packages/python.scm (python-funcy, python2-funcy): New variables.
gnu: Add python-whatever. * gnu/packages/python.scm (python-whatever, python2-whatever): New variables.
gnu: python-llfuse: Update to 1.3.2. * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.2.
gnu: Add python-gyp. * gnu/packages/python.scm (python-gyp, python2-gyp): New variables.
Merge branch 'master' into core-updates
gnu: python-botocore: Update to 1.8.36. * gnu/packages/python.scm (python-botocore): Update to 1.8.36.
Merge branch 'master' into core-updates
gnu: python-flake8-polyfill: Update to 1.0.2. * gnu/packages/python.scm (python-flake8-polyfill): Update to 1.0.2. [native-inputs]: Add PYTHON-PEP8.
gnu: python-gevent: Update to 1.2.2. * gnu/packages/python.scm (python-gevent): Update to 1.2.2. [source](snippet): Adjust to moved software bundles. Remove greentest substitution. [arguments]: Add #:modules. Add phases 'unpack-libev', 'patch-hard-coded-paths' and 'do-not-use-bundled-sources' and replace check phase with a custom command. [native-inputs]: Add LIBEV source.
gnu: python-uniseg: Switch to PyPi source to get missing ucd.sqlite3. Fixes <https://bugs.gnu.org/30189>. * gnu/packages/python.scm (python-uniseg)[source]: Fetch from PyPi. [native-inputs]: Add unzip. Signed-off-by: Leo Famulari <leo@famulari.name>