summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: python-nbconvert: Add texlive-grffile and texlive-stringenc.Ricardo Wurmus2021-11-13
| | | | | * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Add texlive-grffile and texlive-stringenc to texlive-updmap.cfg union.
* gnu: python-wmctrl: Add missing python-attrs propagated inputs.Maxim Cournoyer2021-11-11
| | | | | | | Credits to the 'sanity-check' phase for detecting this problem. * gnu/packages/python-xyz.scm (python-wmctrl)[propagated-inputs]: Add python-attrs.
* gnu: python-asynctest: Delete package.Maxim Cournoyer2021-11-11
| | | | | | | This library is no longer supported (doesn't build with Python 3.9; see https://github.com/Martiusweb/asynctest/issues/158). * gnu/packages/python-xyz.scm (python-aionotify): Delete variable.
* gnu: python-pymodbus: Update to 2.5.3.Maxim Cournoyer2021-11-11
| | | | | | * gnu/packages/python-xyz.scm (python-pymodbus): Update to 2.5.3. [phases]{disable-problematic-tests}: Delete an extra test module. [native-inputs]: Remove python-asynctest.
* gnu: python-distro: Update to 1.6.0.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/python-xyz.scm (python-distro): Update to 1.6.0.
* gnu: Add python-dotenv.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/python-xyz.scm (python-dotenv): New variable.
* gnu: python-numpy: Update to 1.21.3 and cleanup.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-numpy): Update to 1.21.3. [native-inputs]: Add python-hypothesis and python-pytest-xdist. [phases]: Delete trailing #t. Do not explicitly reorder the check phase, as it already runs after the install phase for the python build system. {configure-blas-lapack}: Rename to... {configure-blas}: ... this, to cleanup remnants of lapack left in commit 6623d1cd7f3. {check}: Honor TESTS?. Invoke the tests via the runtests.py script and enable parallel tests. (python2-numpy-1.8)[phases]{configure-blas-lapack}: Likewise (as for the python-numpy package).
* gnu: python-dbusmock: Update to 0.24.0.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.0. Delete trailing #t.
* gnu: python-dbus: Update to 1.2.18.Maxim Cournoyer2021-11-11
| | | | | | * gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.18. (python2-dbus)[configure-flags]: Provide the PYTHON_VERSION configure variable.
* gnu: python-flit: Update to 3.3.0.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/python-xyz.scm (python-flit): Update to 3.3.0.
* gnu: python-pathlib2: Update to 2.3.6.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/python-xyz.scm (python-pathlib2): Update to 2.3.6.
* gnu: python-setuptools-scm: Update to 6.3.2Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 6.3.2. [propagated-inputs]: Add python-packaging-bootstrap and python-tomli. (properties): Set the python2-variant property. (python2-setuptools-scm): Pin to version 5.0.2, the last release to support Python 2.
* gnu: Move a few Python packages to (gnu packages python-build).Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | This is in prevision of updating python-pypa-build, which now requires python-packaging and adding python-tomli, which requires python-six. * gnu/packages/python-xyz.scm (python-six) (python-six-bootstrap, python2-six-bootstrap) (python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7) (python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to... * gnu/packages/python-build.scm: ... here. Update python-parsing to latest. * gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to inherit from their bootstrap versions.
* gnu: python-docutils: Update to 0.17.1.Xinglu Chen2021-11-11
| | | | | | * gnu/packages/python-xyz.scm (python-docutils): Update to 0.17.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\
| * gnu: python-marshmallow: Fix linter warning.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]: Drop the full stop.
| * gnu: Add python-marshmallow-jsonapi.David Larsson2021-11-03
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-marshmallow-jsonapi): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: Add python-marshmallow@3.2.David Larsson2021-11-03
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-marshmallow-3.2): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: binwalk: Update to 2.3.2.Tobias Geerinckx-Rice2021-11-01
| | | | | | | | | | * gnu/packages/python-xyz.scm (binwalk): Update to 2.3.2. [arguments]: Don't explicitly return #t from phases.
| * gnu: python-binwalk: Rename to binwalk.Tobias Geerinckx-Rice2021-11-01
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (binwalk): New variable renamed from (python-binwalk): this old thing. Redefine it using DEPRECATED-PACKAGE. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Adjust accordingly.
* | gnu: python-urwid: Remove sporadically failing tests.Efraim Flashner2021-11-03
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-urwid)[arguments]: Add phase to remove problematic test.
* | gnu: python-jupyter-client: Fix test suite.Efraim Flashner2021-10-31
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-jupyter-client)[native-inputs]: Remove python-pytest-asyncio.
* | gnu: python-ipykernel: Honor #:tests? flag.Efraim Flashner2021-10-31
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-ipykernel)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: Add python-ijson.Raphaël Mélotte2021-10-30
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ijson): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-deprecated: Update to 1.2.13.Efraim Flashner2021-10-27
| | | | | | | | * gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.13.
| * gnu: python-deprecated: Honor #:tests? flag.Efraim Flashner2021-10-27
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-deprecated)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
| * gnu: python-peachpy: Make output deterministic.Ludovic Courtès2021-10-25
| | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/50672>. This makes users of python-peachpy bit-reproducible, such as nnpack. * gnu/packages/patches/python-peachpy-determinism.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-peachpy)[source]: Use it. Co-authored-by: Kyle Meyer <kyle@kyleam.com>
| * gnu: Fix ‘this packages’ and some other niggles.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-home-0.5)[description]: Fix ‘this packages’ typo. * gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]: Likewise. * gnu/packages/python-check.scm (python-pytest-csv)[description]: Likewise. * gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise, and note which language. * gnu/packages/python-xyz.scm (python-recommonmark)[description]: Likewise, and work around ‘enabling you’.
| * gnu: python-levenshtein: Update to 0.12.2.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/python-xyz.scm (python-levenshtein): Update to 0.12.2.
* | gnu: python-watchgod: Update to 0.7.Efraim Flashner2021-10-27
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-watchgod): Update to 0.7. [native-inputs]: Remove python-docutils, python-flake8, python-isort, python-pycodestyle, python-pyflakes, and python-pytest-aiohttp; add python-pytest-asyncio.
* | gnu: python-joblib: Run test suite sequentially.Efraim Flashner2021-10-26
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-joblib)[arguments]: Adjust custom 'check phase to run the test suite sequentially.
* | gnu: python-joblib: Honor #:tests? flag.Efraim Flashner2021-10-26
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-joblib)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* | gnu: python-cython: Honor #:tests? flag.Efraim Flashner2021-10-25
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-cython)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* | gnu: python-cython: Update to 0.29.24.Efraim Flashner2021-10-25
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cython): Update to 0.29.24. [arguments]: Adjust custom 'check phase to skip one test. Remove trailing #t from phases.
* | gnu: python-pyqtgraph: Disable one failing test.Guillaume Le Vaillant2021-10-25
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-pyqtgraph)[arguments]: Add test_reload to list of disabled tests.
* | gnu: python-mpmath: Update to 1.2.1.Ricardo Wurmus2021-10-24
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-mpmath): Update to 1.2.1. [source]: Fetch from git. [arguments]: Run tests directly with pytest; set the version with setuptools. [native-inputs]: Add python-setuptools-scm.
* | gnu: python-xopen: Update to 0.8.2.Ricardo Wurmus2021-10-24
| | | | | | | | * gnu/packages/python-xyz.scm (python-xopen): Update to 0.8.2.
* | gnu: python-magic: Update to 0.4.24.Ricardo Wurmus2021-10-24
| | | | | | | | * gnu/packages/python-xyz.scm (python-magic): Update to 0.4.24.
* | gnu: Use 'search-input-file' some more.Ludovic Courtès2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replaces occurrences of: (string-append (assoc-ref %build-inputs "…") "/…") by: (search-input-file %build-inputs "/…") * doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R Shiny example. * gnu/packages/admin.scm (screenfetch): Use 'search-input-file'. (ufetch): Likewise. (hosts): Likewise. * gnu/packages/backup.scm (dirvish): Likewise. * gnu/packages/code.scm (colormake): Likewise. * gnu/packages/compression.scm (makeself-safeextract): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/education.scm (snap): Likewise. (omnitux): Likewise. * gnu/packages/emacs-xyz.scm (epipe): Likewise. * gnu/packages/games.scm (openttd-opensfx): Likewise. (openttd-openmsx): Likewise. (openrct2-title-sequences): Likewise. (openrct2-objects): Likewise. (mrrescue): Likewise. (0ad-data): Likewise. (xonotic-data): Likewise. (drascula): Likewise. (make-lure-package): Likewise. (make-queen-package): Likewise. (sky): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/gnuzilla.scm (icedove): Likewise. * gnu/packages/guile-xyz.scm (guile-shapefile): Likewise. * gnu/packages/hurd.scm (netdde): Likewise. * gnu/packages/javascript.scm (js-context-menu): Likewise. (js-commander): Likewise. (js-xmldom-sre): Likewise. * gnu/packages/kde-frameworks.scm (krunner): Likewise. * gnu/packages/kodi.scm (kodi-cli): Likewise. * gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise. * gnu/packages/linux.scm (e2fsck/static): Likewise. * gnu/packages/markup.scm (markdown): Likewise. * gnu/packages/maths.scm (hdf-java): Likewise. * gnu/packages/multiprecision.scm (libtomcrypt): Likewise. * gnu/packages/networking.scm (batctl): Likewise. * gnu/packages/python-xyz.scm (python-pymediainfo): Likewise. * gnu/packages/shells.scm (fish-foreign-env): Likewise. * gnu/packages/tex.scm (texlive-fonts-iwona): Likewise. * gnu/packages/upnp.scm (miniupnpc): Likewise. * gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/web.scm (icedtea-web): Likewise. * gnu/packages/wm.scm (stumpish): Likewise.
* | gnu: python-boto3: Update to 1.18.64.Ricardo Wurmus2021-10-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-boto3): Update to 1.18.64. [arguments]: Remove trailing #t. [native-inputs]: Add python-pytest.
* | gnu: python-botocore: Update to 1.21.64.Ricardo Wurmus2021-10-19
| | | | | | | | * gnu/packages/python-xyz.scm (python-botocore): Update to 1.21.64.
* | gnu: Add python-colorama-for-awscli.Ricardo Wurmus2021-10-19
| | | | | | | | * gnu/packages/python-xyz.scm (python-colorama-for-awscli): New variable.
* | gnu: Add python-docutils-0.15.Ricardo Wurmus2021-10-19
| | | | | | | | * gnu/packages/python-xyz.scm (python-docutils-0.15): New variable.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: python-xyz.scm: Add copyright line.Sébastien Lerique2021-10-18
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm: Add copyright line for Sébastien Lerique. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: python-faker: Fix indentation.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-faker): Fix indentation. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: Add python-aspectlib.Lars-Dominik Braun2021-10-18
| | | | | | | | * gnu/packages/python-xyz.scm (python-aspectlib): New variable.
| * gnu: Add python-fields.Lars-Dominik Braun2021-10-18
| | | | | | | | * gnu/packages/python-xyz.scm (python-fields): New variable.