summary refs log tree commit diff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2021-05-22gnu: python-pyflakes: Remove obsolete patch.Marius Bakke
This patch was added on 'core-updates' in 43c889de85e79f279931d6cced261f54c9be5075, but no longer necessary since the update to 2.3.1 in 91741db5397174a2e96b4010c3c9ff53d34e8ef0. * gnu/packages/patches/python-pyflakes-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-pyflakes)[source](patches): Remove.
2021-05-22gnu: python-tqdm: Update to 4.60.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-tqdm): Update to 4.60.0. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST, PYTHON-PYTEST-ASYNCIO, PYTHON-PYTEST-TIMEOUT, PYTHON-SETUPTOOLS-SCM, and PYTHON-TOML. [arguments]: Use pytest instead of nosetests in check phase.
2021-05-22gnu: Remove 'texlive-amsfonts/patched'.Marius Bakke
* gnu/packages/tex.scm (texlive-amsfonts)[arguments]: Add the fix from 'texlive-amsfonts/patched'. (texlive-amsfonts/patched): Remove variable. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Change from TEXLIVE-AMSFONTS/PATCHED to TEXLIVE-AMSFONTS.
2021-05-22Merge branch 'master' into core-updatesMarius Bakke
2021-05-22gnu: python2-ttystatus: Add Python 3 variant.Marius Bakke
* gnu/packages/python-xyz.scm (python2-ttystatus): Rename to ... (python-ttystatus): ... this. [name, native-inputs, arguments]: Adjust accordingly. [descriptions]: Remove mentions of Python version and add markup. (python2-ttystatus): Use PACKAGE-WITH-PYTHON2.
2021-05-22gnu: python2-cliapp: Add Python 3 variant.Marius Bakke
* gnu/packages/python-xyz.scm (python2-cliapp): Rename to ... (python-cliapp): ... this. [name, native-inputs, propagated-inputs]: Adjust accordingly. [arguments]: Disable tests. [description]: Remove mentions of Python version and add markup. (python2-cliapp): Use PACKAGE-WITH-PYTHON2.
2021-05-21gnu: python-scour: Update to 0.38.2.Björn Höfling
* gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2.
2021-05-21gnu: python-scour: Correct version.Björn Höfling
* gnu/packages/python-xyz.scm (python-scour): Correct version string from 038.1 to 0.38.1.
2021-05-21gnu: python-pikepdf: Update to 2.12.1.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.1.
2021-05-18gnu: python-pdftotext: Update to 2.1.6.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-pdftotext): Update to 2.1.6.
2021-05-18gnu: python-pyprind: Update to 2.11.3.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-pyprind): Update to 2.11.3.
2021-05-15Merge branch 'master' into core-updatesLudovic Courtès
2021-05-15gnu: sniffio: Update to 1.2.0Sharlatan Hellseher
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-05-15gnu: pybind11: Update to 2.6.2.Marius Bakke
* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2.
2021-05-14gnu: Add python-fb-re2.Xinglu Chen
* gnu/packages/python-xyz.scm (python-fb-re2): New variable.
2021-05-14gnu: python-jupyter-core: Disable config migration.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-jupyter-core) [#:phases]: Add new phase 'disable-migration, which disables migration of Guix-owned configuration directories.
2021-05-13gnu: Fix references to unbound variables.Marius Bakke
This is a follow-up to f03426420497cd9839f5fb3cb547dbecd8d6053b which introduced new packages that refer to variables that no longer exist. * gnu/packages/python-xyz.scm (python-fastjsonschema)[native-inputs]: Change from PYTHON-PYTEST-6 to PYTHON-PYTEST. (python-nbconvert)[native-inputs]: Change from TEXLIVE-UNION to TEXLIVE-UPDMAP.CFG. * gnu/packages/shells.scm (nushell)[arguments]: Remove #:rust.
2021-05-11gnu: python-networkx: Update to 2.5.1.Greg Hogan
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.1. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-05-09gnu: python-pikepdf: Update to 2.12.0.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.0.
2021-05-09Merge branch 'master' into core-updatesMarius Bakke
Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
2021-05-08gnu: python-rply: Update to 0.7.8.Jelle Licht
* gnu/packages/python-xyz.scm (python-rply): Update to 0.7.8.
2021-05-08gnu: python-language-server: Relax dependency versions.Vinicius Monego
* gnu/packages/python-xyz.scm (python-language-server)[arguments]: Add phase to relax pycodestyle and pyflakes version.
2021-05-08gnu: Add python-pyvirtualdisplay.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pyvirtualdisplay): New variable.
2021-05-08gnu: Add python-entrypoint2.Vinicius Monego
* gnu/packages/python-xyz.scm (python-entrypoint2): New variable.
2021-05-08gnu: Add python-easyprocess.Vinicius Monego
* gnu/packages/python-xyz.scm (python-easyprocess): New variable.
2021-05-08gnu: Add python-qtsass.Vinicius Monego
* gnu/packages/python-xyz.scm (python-qtsass): New variable.
2021-05-08gnu: python-language-server: Enable tests.Vinicius Monego
* gnu/packages/python-xyz.scm (python-language-server): Enable tests. [arguments]: Add phases to enable tests. [propagated-inputs]: Add python-flake8.
2021-05-08gnu: Add python-qstylizer.Vinicius Monego
* gnu/packages/python-xyz.scm (python-qstylizer): New variable.
2021-05-08gnu: Add python-pyls-black.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pyls-black): New variable.
2021-05-08gnu: Add python-three-merge.Vinicius Monego
* gnu/packages/python-xyz.scm (python-three-merge): New variable.
2021-05-08gnu: Add python-textdistance.Vinicius Monego
* gnu/packages/python-xyz.scm (python-textdistance): New variable.
2021-05-07gnu: Remove python-ipaddress.Marius Bakke
This package is part of the Python standard library since CPython 3.3. * gnu/packages/python-xyz.scm (python-ipaddress): Merge with ... (python2-ipaddress): ... this. [name, arguments]: Adjust accordingly.
2021-05-06gnu: python-hacking: Fix build failure.Marius Bakke
This follows up on 9095fccd0ea7789d5b87e5d1948d875d2029f7da, et.al. * gnu/packages/python-xyz.scm (python-pycodestyle-2.6, python-pyflakes-2.2, python-flake8-3.8): New variables. * gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Change from PYTHON-FLAKE8 to PYTHON-FLAKE8-3.8.
2021-05-06gnu: python-flake8: Update to 3.9.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.1.
2021-05-06gnu: python-flake8: Do not delete and recreate check phase.Marius Bakke
* gnu/packages/python-xyz.scm (python-flake8)[arguments]: Replace check phase instead of deleting. Remove trailing #t.
2021-05-06gnu: python-flake8: Do not use the 'bootstrap' pytest.Marius Bakke
* gnu/packages/python-xyz.scm (python-flake8)[native-inputs]: Change from PYTHON-PYTEST-BOOTSTRAP to PYTHON-PYTEST.
2021-05-06gnu: Remove python-pykka.Marius Bakke
This trivial package is severely outdated and has failed to build for a long time. * gnu/packages/python-xyz.scm (python-pykka): Remove variable.
2021-05-06gnu: python-dnspython: Update to 2.1.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.1.0.
2021-05-05gnu: python-cached-property: Update to 1.5.2.Marius Bakke
* gnu/packages/python-xyz.scm (python-cached-property): Update to 1.5.2.
2021-05-05gnu: python-netaddr: Update to 0.8.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-netaddr): Update to 0.8.0.
2021-05-05gnu: python-nbconvert: Use patched texlive-amsfonts.Ricardo Wurmus
This is intended to fix a non-deterministic build error when xelatex inspects the fonts directory and finds a broken font from texlive-amsfonts before the correct font in texlive-cm. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Replace texlive-amsfonts with texlive-amsfonts/patched.
2021-05-04gnu: python-nbconvert: Simplify build phase.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-nbconvert)[arguments]: Simplify build phase "fix-paths-and-tests" by using WHICH; remove final boolean and reindent.
2021-05-04gnu: python-nbconvert: Use modular texlive packages.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-nbconvert)[inputs]: Remove texlive. [native-inputs]: Add texlive-union.
2021-05-03gnu: glances: Update to 3.1.7.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (glances): Update to 3.1.7.
2021-05-02gnu: Add python-mkdocs-material.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-mkdocs-material): New variable.
2021-05-02gnu: Add python-pymdown-extensions.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-pymdown-extensions): New variable.
2021-05-02gnu: Add python-mkdocs.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-mkdocs): New variable.
2021-05-02gnu: Add python-lunr.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-lunr): New variable.
2021-05-02gnu: Add python-nltk@3.4.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-nltk-3.4): New variable.
2021-05-02gnu: python-nltk: Update to 3.6.2.Raghav Gururajan
This version is only available in zip format. * gnu/packages/python-xyz.scm (python-nltk)[version]: Update to 3.6.2. [uri]: Use zip extension. [native-inputs]: Add unzip.