aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: python-sympy, python2-sympy: Only run core tests.Ricardo Wurmus2018-03-08
| | | | | * gnu/packages/python.scm (python-sympy, python2-sympy)[arguments]: Move tests after installation; run only core tests.
* gnu: python-msgpack-transitional: Use a distinct name.Marius Bakke2018-03-08
| | | | * gnu/packages/python.scm (python-msgpack-transitional)[name]: New field.
* gnu: python-ddt: Update to 1.1.2.Tobias Geerinckx-Rice2018-03-08
| | | | * gnu/packages/python.scm (python-ddt): Update to 1.1.2.
* gnu: python-ddt: Mark up description.Tobias Geerinckx-Rice2018-03-08
| | | | * gnu/packages/python.scm (python-ddt)[description]: Use @dfn.
* gnu: python-funcy: Fix tests.Danny Milosavljevic2018-03-04
| | | | * gnu/packages/python.scm (python-funcy)[native-inputs]: Delete python-pytest-warnings.
* gnu: python-xopen: Update to 0.3.2.Ricardo Wurmus2018-03-02
| | | | * gnu/packages/python.scm (python-xopen): Update to 0.3.2.
* gnu: python-stem: Update to 1.6.0.Tobias Geerinckx-Rice2018-03-01
| | | | | * gnu/packages/python.scm (python-stem): Update to 1.6.0. [arguments]: Add ‘fix-test-environment’ phase.
* gnu: python-stem: Update phase style.Tobias Geerinckx-Rice2018-03-01
| | | | | * gnu/packages/python.scm (python-stem)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
* gnu: Fix Borg crashes with Python msgpack > 0.5Leo Famulari2018-02-28
| | | | | | | | | | 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.
* gnu: python-netifaces: Update to 0.10.6.Marius Bakke2018-02-28
| | | | | | * gnu/packages/python.scm (python-netifaces): Update to 0.10.6. [source](uri): Use PYPI-URI. [home-page]: Update.
* gnu: python-psutil: Update to 5.4.3.Marius Bakke2018-02-28
| | | | | | * gnu/packages/python.scm (python-psutil): Update to 5.4.3. [properties]: Declare python2 variant. (python2-psutil): Propagate PYTHON2-ENUM34.
* gnu: python-wrapt: Update to 1.10.11.Marius Bakke2018-02-28
| | | | * gnu/packages/python.scm (python-wrapt): Update to 1.10.11.
* gnu: python-msgpack: Run the tests.Marius Bakke2018-02-28
| | | | | | * gnu/packages/python.scm (python-msgpack)[arguments]: Add #:modules. Replace CHECK-PHASE with pytest invocation. [native-inputs]: Add PYTHON-PYTEST.
* gnu: python-msgpack: Update to 0.5.6.Marius Bakke2018-02-28
| | | | | * gnu/packages/python.scm (python-msgpack): Update to 0.5.6. [source, home-page]: Adjust to msgpack-python->msgpack rename.
* gnu: Add python-pyinotify.Marius Bakke2018-02-28
| | | | | * gnu/packages/python.scm (python-pyinotify, python2-pyinotify): New variables.
* gnu: Add python-rfc3986.Marius Bakke2018-02-28
| | | | | * gnu/packages/python.scm (python-rfc3986, python2-rfc3986): New public variables.
* gnu: python-sphinx@1.6: Add python2 variant.Marius Bakke2018-02-28
| | | | | * gnu/packages/python.scm (python-sphinx-1.6)[properties]: Declare python2 variant. (python2-sphinx-1.6): New public variable.
* gnu: python-testtools: Update to 2.3.0.Marius Bakke2018-02-28
| | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: python-extras: Update to 1.0.0.Marius Bakke2018-02-28
| | | | | * gnu/packages/python.scm (python-extras): Update to 1.0.0. [source](uri): Use PYPI-URI.
* gnu: python-testresources: Update to 2.0.1.Marius Bakke2018-02-28
| | | | | | | | | | * 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.
* gnu: python-fixtures: Propagate python-pbr.Marius Bakke2018-02-28
| | | | | | | | | | | | * 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.
* gnu: Use HTTPS for supported freedesktop.org home pages.Tobias Geerinckx-Rice2018-02-26
| | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: python-scandir: Run the test suite.Marius Bakke2018-02-26
| | | | * gnu/packages/python.scm (python-scandir)[arguments]: Replace CHECK-PHASE.
* gnu: python-scandir: Update to 1.7.Marius Bakke2018-02-26
| | | | | * gnu/packages/python.scm (python-scandir): Update to 1.7. [description]: Mention that the Python3 variant is obsolete.
* gnu: python2-pathlib2: Update to 2.3.0.Marius Bakke2018-02-26
| | | | | * gnu/packages/python.scm (python2-pathlib2): Update to 2.3.0. [propagated-inputs]: Add PYTHON2-SCANDIR.
* gnu: python-ipython: Update to 5.5.0.Marius Bakke2018-02-26
| | | | * gnu/packages/python.scm (python-ipython): Update to 5.5.0.
* gnu: python2-pathlib2: Propagate python2-six.Marius Bakke2018-02-26
| | | | | * gnu/packages/python.scm (python2-pathlib2)[native-inputs]: Move to ... [propagated-inputs] ... here.
* gnu: python-pathpy: Update to 11.0.Marius Bakke2018-02-26
| | | | | | | * gnu/packages/python.scm (python-pathpy): Update to 11.0. [source](uri): Use PYPI-URI. [outputs]: Remove field. [arguments]: Set #:tests? #f. Remove #:phases.
* gnu: python-parse-type: Update to 0.4.2.Marius Bakke2018-02-26
| | | | | | * gnu/packages/python.scm (python-parse-type): Update to 0.4.2. [source](uri): Use PYPI-URI. [arguments]: Remove field.
* gnu: python-parse: Update to 1.8.2.Marius Bakke2018-02-26
| | | | | | | | * 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*.
* gnu: bpython: Update to 0.17.1.Tobias Geerinckx-Rice2018-02-23
| | | | * gnu/packages/python.scm (bpython): Update to 0.17.1.
* gnu: python-hacking: Update to 1.0.0.Marius Bakke2018-02-17
| | | | | | | * 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.
* gnu: python-waitress: Update to 1.1.0.Marius Bakke2018-02-17
| | | | | | | * 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.
* Merge branch 'master' into core-updatesMark H Weaver2018-02-16
|\
| * gnu: python-botocore: Update to 1.8.43.David Thompson2018-02-15
| | | | | | | | * gnu/packages/python.scm (python-botocore): Update to 1.8.43.
| * gnu: Add bpython.Hartmut Goebel2018-02-15
| | | | | | | | * gnu/packages/python.scm (bpython, bpython2): New variables.
* | gnu: Add python-typing.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/python.scm (python-typing, python2-typing): New variables.
* | gnu: Add python-future-fstrings.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/python.scm (python-future-fstrings): New variable.
* | gnu: Add python-tokenize-rt.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/python.scm (python-tokenize-rt): New variable.
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-14
|\|
| * gnu: python-icalendar: Update to 4.0.1.Leo Famulari2018-02-13
| | | | | | | | * gnu/packages/python.scm (python-icalendar): Update to 4.0.1.
* | gnu: python-pandas: Update to 0.22.0.Marius Bakke2018-02-09
| | | | | | | | | | | | | | | | | | | | * 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.
* | gnu: python-scipy: Update to 1.0.0.Marius Bakke2018-02-09
| | | | | | | | | | | | | | * 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.
* | gnu: python-numpy: Update to 1.14.0.Marius Bakke2018-02-09
| | | | | | | | | | | | * gnu/packages/python.scm (python-numpy): Update to 1.4.0. [source](uri): Use release tarball. [source](file-name): Remove.
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-09
|\|
| * gnu: Add python-isoweek.Konrad Hinsen2018-02-06
| | | | | | | | | | | | * gnu/packages/python.scm (python-isoweek, python2-isoweek): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: Add python-funcy.Danny Milosavljevic2018-02-06
| | | | | | | | * gnu/packages/python.scm (python-funcy, python2-funcy): New variables.
| * gnu: Add python-whatever.Danny Milosavljevic2018-02-06
| | | | | | | | * gnu/packages/python.scm (python-whatever, python2-whatever): New variables.
| * gnu: python-llfuse: Update to 1.3.2.Leo Famulari2018-02-05
| | | | | | | | * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.2.
| * gnu: Add python-gyp.Ethan R. Jones2018-02-05
| | | | | | | | * gnu/packages/python.scm (python-gyp, python2-gyp): New variables.