Commit Graph

1754 Commits (ef20a6f0b469b7d86fb0d7502ecb6f7f8a78603a)

Author SHA1 Message Date
Tobias Geerinckx-Rice ef20a6f0b4
gnu: python-ddt: Mark up description.
* gnu/packages/python.scm (python-ddt)[description]: Use @dfn.
2018-03-08 09:07:30 +01:00
Danny Milosavljevic 64cdd73c22
gnu: python-funcy: Fix tests.
* gnu/packages/python.scm (python-funcy)[native-inputs]: Delete python-pytest-warnings.
2018-03-04 15:42:41 +01:00
Ricardo Wurmus 62a4b952c0
gnu: python-xopen: Update to 0.3.2.
* gnu/packages/python.scm (python-xopen): Update to 0.3.2.
2018-03-02 23:43:55 +01:00
Tobias Geerinckx-Rice a9c0a133c0
gnu: python-stem: Update to 1.6.0.
* gnu/packages/python.scm (python-stem): Update to 1.6.0.
[arguments]: Add ‘fix-test-environment’ phase.
2018-03-01 22:21:01 +01:00
Tobias Geerinckx-Rice 66b89ee28e
gnu: python-stem: Update phase style.
* gnu/packages/python.scm (python-stem)[arguments]: Substitute INVOKE
for SYSTEM* and end phase with #t.
2018-03-01 22:21:00 +01:00
Leo Famulari acb59d99db
gnu: Fix Borg crashes with Python msgpack > 0.5
The Python msgpack library changed its name, but borg (and possibly
other packages) still uses the old name.

Fixes <https://bugs.gnu.org/30662>.

* gnu/packages/python.scm (python-msgpack-transitional): New variable.
* gnu/packages/backup.scm (borg)[inputs]: Use it.
2018-02-28 23:43:23 -05:00
Marius Bakke a846f29dff
gnu: python-netifaces: Update to 0.10.6.
* gnu/packages/python.scm (python-netifaces): Update to 0.10.6.
[source](uri): Use PYPI-URI.
[home-page]: Update.
2018-02-28 15:40:44 +01:00
Marius Bakke fb2477f6d2
gnu: python-psutil: Update to 5.4.3.
* gnu/packages/python.scm (python-psutil): Update to 5.4.3.
[properties]: Declare python2 variant.
(python2-psutil): Propagate PYTHON2-ENUM34.
2018-02-28 14:17:55 +01:00
Marius Bakke 836de07a47
gnu: python-wrapt: Update to 1.10.11.
* gnu/packages/python.scm (python-wrapt): Update to 1.10.11.
2018-02-28 13:59:03 +01:00
Marius Bakke 2441239842
gnu: python-msgpack: Run the tests.
* gnu/packages/python.scm (python-msgpack)[arguments]: Add #:modules.  Replace
CHECK-PHASE with pytest invocation.
[native-inputs]: Add PYTHON-PYTEST.
2018-02-28 13:59:03 +01:00
Marius Bakke 0075644662
gnu: python-msgpack: Update to 0.5.6.
* gnu/packages/python.scm (python-msgpack): Update to 0.5.6.
[source, home-page]: Adjust to msgpack-python->msgpack rename.
2018-02-28 13:59:02 +01:00
Marius Bakke 24f4400aa6
gnu: Add python-pyinotify.
* gnu/packages/python.scm (python-pyinotify, python2-pyinotify): New
variables.
2018-02-28 13:59:02 +01:00
Marius Bakke 3e3302acc5
gnu: Add python-rfc3986.
* gnu/packages/python.scm (python-rfc3986, python2-rfc3986): New public
variables.
2018-02-28 13:59:01 +01:00
Marius Bakke 3719d0edf2
gnu: python-sphinx@1.6: Add python2 variant.
* gnu/packages/python.scm (python-sphinx-1.6)[properties]: Declare python2 variant.
(python2-sphinx-1.6): New public variable.
2018-02-28 13:58:43 +01:00
Marius Bakke 8b93f7e437
gnu: python-testtools: Update to 2.3.0.
* gnu/packages/check.scm (python-testtools-bootstrap,
python2-testtools-bootstrap): New public variables.
(python-testtools): Inherit.
[arguments]: Remove old.  Replace CHECK-PHASE with custom command.
[propagated-inputs]: Add PYTHON-FIXTURES, PYTHON-PBR, PYTHON-SIX,
PYTHON-TRACEBACK2 and PYTHON-UNITTEST2.
[native-inputs]: Add PYTHON-TESTSCENARIOS-BOOTSTRAP.
(python-testscenarios-bootstrap, python2-testscenarios-bootstrap): New public
variables.
(python-testscenarios): Adjust accordingly.
[propagated-inputs]: Replace PYTHON-TESTTOOLS with PYTHON-TESTTOOLS-BOOTSTRAP.
(python-subunit-bootstrap, python2-subunit-bootstrap): New public variables.
(python-subunit): Inherit.
(python-fixtures-bootstrap)[native-inputs]: Replace PYTHON-TESTTOOLS with
PYTHON-TESTTOOLS-BOOTSTRAP.
(python-testrepository-bootstrap)[native-inputs]: Replace PYTHON-SUBUNIT and
PYTHON-TESTTOOLS with PYTHON-SUBUNIT-BOOTSTRAP and PYTHON-TESTTOOLS-BOOTSTRAP.
* gnu/packages/python.scm (python-pbr)[native-inputs]: Replace
PYTHON-TESTSCENARIOS and PYTHON-TESTTOOLS with
PYTHON-TESTSCENARIOS-BOOTSTRAP and PYTHON-TESTTOOLS-BOOTSTRAP.
2018-02-28 13:58:43 +01:00
Marius Bakke 881ed3f868
gnu: python-extras: Update to 1.0.0.
* gnu/packages/python.scm (python-extras): Update to 1.0.0.
[source](uri): Use PYPI-URI.
2018-02-28 13:58:43 +01:00
Marius Bakke bc69104a44
gnu: python-testresources: Update to 2.0.1.
* gnu/packages/check.scm (python-testresources-bootstrap,
python2-testresources-bootstrap): New public variables.
(python-testresources): Adjust accordingly.
[propagated-inputs]: Add PYTHON-PBR.
[native-inputs]: Add PYTHON-FIXTURES and PYTHON-TESTTOOLS.
* gnu/packages/python.scm (python-pbr)[native-inputs]: Replace
PYTHON-TESTRESOURCES with PYTHON-TESTRESOURCES-BOOTSTRAP.
2018-02-28 13:58:42 +01:00
Marius Bakke 335c9e3902
gnu: python-fixtures: Propagate python-pbr.
* gnu/packages/check.scm (python-fixtures-bootstrap,
python2-fixtures-bootstrap, python-testrepository-bootstrap,
python2-testrepository-bootstrap): New public variables.
(python-fixtures): Adjust accordingly.
(python-testrepository): Likewise.
[native-inputs]: Remove PYTHON-PBR-MINIMAL.
* gnu/packages/python.scm (python-pbr)[native-inputs]: Replace PYTHON-FIXTURES
and PYTHON-TESTREPOSITORY WITH PYTHON-FIXTURES-BOOTSTRAP and
PYTHON-TESTREPOSITORY-BOOTSTRAP.
2018-02-28 13:58:42 +01:00
Tobias Geerinckx-Rice 57e7d7486b
gnu: Use HTTPS for supported freedesktop.org home pages.
* gnu/packages/fontutils.scm (fontconfig)[home-page]: Use HTTPS.
* gnu/packages/freedesktop.scm (python-pyxdg, accountsservice)
(modem-manager, telepathy-mission-control, telepathy-mission-control)
(colord-gtk, desktop-file-utils)[home-page]: Likewise.
* gnu/packages/ghostscript.scm (libspectre)[home-page]: Likewise.
* gnu/packages/glib.scm (dbus, dbus-glib, telepathy-glib)[home-page]:
Likewise.
* gnu/packages/gnome.scm (shared-mime-info, hicolor-icon-theme)
(libxklavier, colord, upower)[home-page]: Likewise.
* gnu/packages/gstreamer.scm (orc, python-gst)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (sound-theme-freedesktop)[home-page]:
Likewise.
* gnu/packages/libreoffice.scm (libexttextcat)[home-page]: Likewise.
* gnu/packages/polkit.scm (polkit-gnome, polkit-gnome)[home-page]:
Likewise.
* gnu/packages/pulseaudio.scm (pavucontrol)[home-page]: Likewise.
* gnu/packages/python.scm (python-dbus)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (startup-notification)[home-page]: Likewise.
2018-02-26 20:13:10 +01:00
Marius Bakke cb723be5b9
gnu: python-scandir: Run the test suite.
* gnu/packages/python.scm (python-scandir)[arguments]: Replace CHECK-PHASE.
2018-02-26 05:03:22 +01:00
Marius Bakke 71a2d4176b
gnu: python-scandir: Update to 1.7.
* gnu/packages/python.scm (python-scandir): Update to 1.7.
[description]: Mention that the Python3 variant is obsolete.
2018-02-26 05:01:16 +01:00
Marius Bakke ea3f45a5a0
gnu: python2-pathlib2: Update to 2.3.0.
* gnu/packages/python.scm (python2-pathlib2): Update to 2.3.0.
[propagated-inputs]: Add PYTHON2-SCANDIR.
2018-02-26 04:54:33 +01:00
Marius Bakke f160557b95
gnu: python-ipython: Update to 5.5.0.
* gnu/packages/python.scm (python-ipython): Update to 5.5.0.
2018-02-26 04:50:30 +01:00
Marius Bakke 76397e12ad
gnu: python2-pathlib2: Propagate python2-six.
* gnu/packages/python.scm (python2-pathlib2)[native-inputs]: Move to ...
[propagated-inputs] ... here.
2018-02-26 04:50:29 +01:00
Marius Bakke b8509387d1
gnu: python-pathpy: Update to 11.0.
* gnu/packages/python.scm (python-pathpy): Update to 11.0.
[source](uri): Use PYPI-URI.
[outputs]: Remove field.
[arguments]: Set #:tests? #f.  Remove #:phases.
2018-02-26 03:01:48 +01:00
Marius Bakke 557f8f212e
gnu: python-parse-type: Update to 0.4.2.
* gnu/packages/python.scm (python-parse-type): Update to 0.4.2.
[source](uri): Use PYPI-URI.
[arguments]: Remove field.
2018-02-26 02:42:17 +01:00
Marius Bakke 2115bde302
gnu: python-parse: Update to 1.8.2.
* gnu/packages/patches/python-parse-too-many-fields.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/python.scm (python-parse): Update to 1.8.2.
[source](patches): Remove.
[arguments]: Use INVOKE instead of SYSTEM*.
2018-02-26 02:39:15 +01:00
Tobias Geerinckx-Rice 5a82c90400
gnu: bpython: Update to 0.17.1.
* gnu/packages/python.scm (bpython): Update to 0.17.1.
2018-02-23 16:00:04 +01:00
Marius Bakke 6f6db0269f
gnu: python-hacking: Update to 1.0.0.
* gnu/packages/openstack.scm (python-hacking): Update to 1.0.0.
[propagated-inputs]: Change PYTHON-FLAKE8 to PYTHON-FLAKE8-2.5.
* gnu/packages/python.scm (python-flake8-2.5, python2-flake8-2.5): New public
variables.
2018-02-17 21:45:31 +01:00
Marius Bakke 26176bee23
gnu: python-waitress: Update to 1.1.0.
* gnu/packages/patches/python-waitress-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/python.scm (python-waitress): Update to 1.1.0.
[source](patches): New field.
2018-02-17 20:49:39 +01:00
Mark H Weaver 150062f190
Merge branch 'master' into core-updates 2018-02-16 13:14:26 -05:00
David Thompson 6ca86ed7a3
gnu: python-botocore: Update to 1.8.43.
* gnu/packages/python.scm (python-botocore): Update to 1.8.43.
2018-02-15 19:22:15 -05:00
Hartmut Goebel 34581f68c0
gnu: Add bpython.
* gnu/packages/python.scm (bpython, bpython2): New variables.
2018-02-15 21:44:07 +01:00
Ricardo Wurmus fc162dbaec
gnu: Add python-typing.
* gnu/packages/python.scm (python-typing, python2-typing): New variables.
2018-02-15 17:18:50 +01:00
Ricardo Wurmus 130d290e29
gnu: Add python-future-fstrings.
* gnu/packages/python.scm (python-future-fstrings): New variable.
2018-02-15 17:18:46 +01:00
Ricardo Wurmus 8b2ad13b19
gnu: Add python-tokenize-rt.
* gnu/packages/python.scm (python-tokenize-rt): New variable.
2018-02-15 17:18:43 +01:00
Mark H Weaver 932c98326d
Merge branch 'master' into core-updates 2018-02-14 03:40:08 -05:00
Leo Famulari 5c4fd60416
gnu: python-icalendar: Update to 4.0.1.
* gnu/packages/python.scm (python-icalendar): Update to 4.0.1.
2018-02-13 14:33:22 -05:00
Marius Bakke ce2cfcabfc
gnu: python-pandas: Update to 0.22.0.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/patches/python-pandas-skip-failing-tests.patch: Delete file.
* gnu/packages/python.scm (python-pandas): Update to 0.22.0.
[source](patches): Remove.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-LXML.
[arguments]: Replace CHECK-PHASE with custom pytest invocation.
[home-page]: Use HTTPS.
2018-02-09 14:44:49 +01:00
Marius Bakke ba62f087bc
gnu: python-scipy: Update to 1.0.0.
* gnu/packages/python.scm (python-scipy): Update to 1.0.0.
[arguments]: Remove obsolete FIX-TESTS-PHASE.  Override sphinxbuild in
INSTALL-DOC-PHASE.  Fix PYVER argument.  Use INVOKE instead of SYSTEM*.
[native-inputs]: Remove PYTHON-NOSE.  Add PYTHON-PYTEST and WHICH.
2018-02-09 14:44:49 +01:00
Marius Bakke 2c7f4ae561
gnu: python-numpy: Update to 1.14.0.
* gnu/packages/python.scm (python-numpy): Update to 1.4.0.
[source](uri): Use release tarball.
[source](file-name): Remove.
2018-02-09 14:44:49 +01:00
Mark H Weaver efe2a2833c
Merge branch 'master' into core-updates 2018-02-09 01:46:34 -05:00
Marius Bakke 53f826cd0f
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.
2018-02-07 17:05:23 +01:00
Marius Bakke b7049b2e23
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 01af1e11a6.
2018-02-07 17:00:45 +01:00
Marius Bakke 0a2d977ac1
gnu: python-mando: Remove version 0.3.1.
* gnu/packages/python.scm (python-mando-0.3.1): Remove variable.
2018-02-07 15:34:09 +01:00
Marius Bakke 5861f9c9d6
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.
2018-02-07 15:34:09 +01:00
Marius Bakke 50c84dd5a6
gnu: python-mando: Fix indentation.
* gnu/packages/python.scm (python-mando): Indent with emacs.
2018-02-07 15:34:09 +01:00
Marius Bakke 2aa33bf41b
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.
2018-02-07 15:34:09 +01:00
Marius Bakke 3cbddeec39
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.
2018-02-07 15:34:09 +01:00
Marius Bakke 01af1e11a6
gnu: python2-flake8: Fix python-enum34 propagation.
* gnu/packages/python.scm (python2-flake8)[propagated-inputs]: Replace
PYTHON2-ENUM with PYTHON2-ENUM34.
2018-02-07 15:34:09 +01:00