gnu: python-click: Fix tests.
* gnu/packages/python.scm (python-click, python2-click)[arguments]: Replace
'check' with custom phase.
[native-inputs]: Add python-pytest.
gnu: python-tornado: Disable tests.
* gnu/packages/python.scm (python-tornado, python2-tornado)[arguments]:
Set #:tests? #f.
gnu: python-sphinx: Disable tests.
* gnu/packages/python.scm (python-sphinx, python2-sphinx)[arguments]:
Set #:tests? #f.
gnu: python-pygments: Disable tests.
* gnu/packages/python.scm (python-pygments, python2-pygments)[arguments]:
Set #:tests? #f.
gnu: python-coverage: Disable tests.
* gnu/packages/python.scm (python-coverage, python2-coverage)[arguments]:
Set #:tests? #f.
gnu: python-six: Fix test dependencies.
* gnu/packages/python.scm (python-six, python2-six)[native-inputs]: Add
python-py and python-pytest.
gnu: python-py: Disable tests.
* gnu/packages/python.scm (python-py, python2-py)[arguments]: Set #:tests? #f.
build-system/python: Make sure 'check' returns failures.
* guix/build/python-build-system.scm (check): Wrap 'call-setuppy' in 'if' so
that it actually fails when the tests fail. Print informational message when
skipped.
gnu: xf86-input-keyboard: Update to 1.9.0.
* gnu/packages/xorg.scm (xf86-input-keyboard): Update to 1.9.0.
gnu: xf86-video-ati: Update to 7.8.0.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.8.0.
gnu: xf86-input-libinput: Update to 0.23.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.23.0.
gnu: iproute2: Update to 4.9.0.
* gnu/packages/linux.scm (iproute2): Update to 4.9.0.
[home-page]: Point to the latest attempt, and use HTTPS.
gnu: epic5: Fix 'license' field to contain only licenses.
* gnu/packages/irc.scm (epic5)[license]: Call 'license:non-copyleft'.
gnu: python-pyqt: Update to 5.7.
* gnu/packages/qt.scm (python-pyqt): Update to 5.7.
gnu: onionshare: Update to 0.9.2 (fixes CVE-2016-5026).
* gnu/packages/tor.scm (onionshare): Update to 0.9.2.
[source]: Remove patch.
[arguments]: Update substitutions for new version.
* gnu/packages/patches/onionshare-fix-install-paths.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
gnu: diamond: Update to 0.8.29.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.29.
gnu: orfm: Update to 0.6.1.
* gnu/packages/bioinformatics.scm (orfm): Update to 0.6.1.
gnu: libsrtp: Fix building on mips.
* gnu/packages/telephony.scm (libsrtp)[arguments]: Add substitution
changing variable name from 'mips' to 'mips_value'. Also substitute
dictionary location in test suite.
gnu: libsrtp: Have source use file-name.
* gnu/packages/telephony.scm (libsrtp)[source]: Add file-name field.