summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Expand)Author
2022-02-23gnu: Remove python2-defusedxml....* gnu/packages/xml.scm (python2-defused): Remove variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> kiasoc5
2022-02-22gnu: Add python-pyfuse3....* gnu/packages/python-xyz.scm (python-pyfuse3): New variable. Leo Famulari
2022-02-21gnu: python-nbconvert: Fix PDF generation....* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Move texlive packages… [propagated-inputs]: …here. Lars-Dominik Braun
2022-02-19gnu: Add python-beniget....* gnu/packages/python-xyz.scm (python-beniget): New variable. Marius Bakke
2022-02-19gnu: python-gridmap: Disable sanity check....* gnu/packages/python-xyz.scm (python-gridmap)[arguments]: Add #:phases. Marius Bakke
2022-02-19gnu: Remove python-dukpy, python2-dukpy....* gnu/packages/python-xyz.scm: Remove unused packages python-dukpy, python2-dukpy. This is actually not the 'dukpy' package in pypi either but something else made for calibre. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Brendan Tildesley
2022-02-19gnu: python-regex: Update to 2022.1.18....* gnu/packages/python-xyz.scm (python-regex): Update to 2022.1.18. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Brendan Tildesley
2022-02-16gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit....See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/python-xyz.scm (python-pyqtgraph)[propagated-inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. Leo Famulari
2022-02-15gnu: Add python-miniupnpc...* gnu/packages/python-xyz.scm (python-miniupnpc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Stephen Paul Weber
2022-02-15gnu: python-moto: Disable flaky test....* gnu/packages/python-xyz.scm (python-moto)[arguments]: Skip one test. Don't use ADD-INSTALLED-PYTHONPATH while at it. [inputs]: Remove label, too. Marius Bakke
2022-02-15gnu: python-robotframework-datadriver: Update to 1.6.0....* gnu/packages/python-xyz.scm (python-robotframework-datadriver): Update to 1.6.0. [phases]{fix-readme-file-name}: Delete phase. Maxim Cournoyer
2022-02-15gnu: python-argh: Fix test failure....* gnu/packages/python-xyz.scm (python-argh)[arguments]: Add patch-tests phase and override check phase. Marius Bakke
2022-02-15gnu: python-pyelftools: Update to 0.28....* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.28. [source]: Change to GIT-FETCH. [source](snippet): New field. [arguments]: Override check phase. Marius Bakke
2022-02-15gnu: python-drmaa: Remove unused input....* gnu/packages/python-xyz.scm (python-drmaa)[native-inputs]: Remove. Marius Bakke
2022-02-15gnu: python-drmaa: Fix build failure....* gnu/packages/python-xyz.scm (python-drmaa)[arguments]: Disable sanity checks. Marius Bakke
2022-02-15gnu: python-psutil: Update to 5.9.0....* gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.0. Marius Bakke
2022-02-10gnu: python-importmagic: Fix test failure....* gnu/packages/python-xyz.scm (python-importmagic)[arguments]: Replace check phase. [native-inputs]: Add PYTHON-PYTEST. Marius Bakke
2022-02-08gnu: python-pkgconfig: Fix path to find pkg-config....* gnu/packages/python-xyz.scm (python-pkgconfig)[arguments]: Fix the substitution so the package refers to pkg-config. Leo Famulari
2022-02-07gnu: python-honcho: Update to 1.1.0....* gnu/packages/python-xyz.scm (python-honcho): Update to 1.1.0. Signed-off-by: Marius Bakke <marius@gnu.org> Stefan Reichör
2022-02-07gnu: python-llfuse: Update to 1.4.1....* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.4.1. [native-inputs]: Add python-pytest. Leo Famulari
2022-02-07gnu: Remove python2-llfuse....* gnu/packages/python-xyz.scm (python2-llfuse): Remove variable. (python-llfuse)[properties]: Remove field. Leo Famulari
2022-02-05gnu: python-pybtex: Fix test failure....* gnu/packages/python-xyz.scm (python-pybtex)[arguments]: Run nosetests directly instead of via setup.py. Marius Bakke
2022-02-03gnu: python-translate-toolkit: Disable sanity check....* gnu/packages/python-xyz.scm (python-translate-toolkit)[arguments]: Add #:phases. Marius Bakke
2022-02-03gnu: python-libsass: Remove label usage....* gnu/packages/python-xyz.scm (python-libsass)[arguments]: Don't reference libsass, which turned out to be unnecessary. Marius Bakke
2022-02-03gnu: python-libsass: Fix build....* gnu/packages/python-xyz.scm (python-libsass)[arguments]: Add phase to appease sanity check. While here, make tests conditional and remove trailing #t. Marius Bakke
2022-02-03gnu: python-febelfin-coda: Update to 0.2.0....* gnu/packages/python-xyz.scm (python-febelfin-coda): Update to 0.2.0. Marius Bakke
2022-02-03gnu: python-can: Update to 3.3.4....* gnu/packages/python-xyz.scm (python-can): Update to 3.3.4. [arguments]: Adjust version constraints. Marius Bakke
2022-02-03gnu: python-idna: Remove 2.7....* gnu/packages/python-xyz.scm (python-idna-2.7): Remove variable. Marius Bakke
2022-02-02gnu: Add python-types-dataclasses....* gnu/packages/python-xyz.scm (python-types-dataclasses): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre-Henry Fröhring
2022-02-01gnu: python-ipython: Fix CVE detection....* gnu/packages/python-xyz.scm (python-ipython)[properties]: New field. Efraim Flashner
2022-01-31gnu: python-seaborn: Fix build....* gnu/packages/python-xyz.scm (python-seaborn)[source]: Add patch. [arguments]: Add build phase 'patch-more-tests. * gnu/packages/patches/python-seaborn-2690.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ricardo Wurmus
2022-01-31gnu: python-anndata: Update to 0.7.8....* gnu/packages/python-xyz.scm (python-anndata): Update to 0.7.8. [arguments]: Embed the appropriate version string instead of letting it try (and fail) to discover the correct string at load time. [propagated-inputs]: Add python-xlrd-1. Ricardo Wurmus
2022-01-31gnu: Add python-xlrd-1....* gnu/packages/python-xyz.scm (python-xlrd-1): New variable. Ricardo Wurmus
2022-01-29gnu: python-black: Document the tomli version requirements....* gnu/packages/python-xyz.scm (python-black): Add comment. Leo Famulari
2022-01-29gnu: python-pydantic: Update to 1.9.0....* gnu/packages/python-xyz.scm (python-pydantic): Update to 1.9.0. Marius Bakke
2022-01-28gnu: Add wfetch....* gnu/packages/python-xyz.scm (wfetch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Petr Hodina
2022-01-28gnu: Add python-geojson....* gnu/packages/python-xyz.scm (python-geojson): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Petr Hodina
2022-01-28gnu: Properly deprecate texlive-generic-ulem....* gnu/packages/python-xyz.scm (python-nbconvert): * gnu/packages/maths.scm (hypre): Apply deprecation. * gnu/packages/tex.scm (texlive-generic-ulem): Fix typo in deprecation command. Nicolas Goaziou
2022-01-28gnu: Remove occurrences of deprecated texlive-latex-capt-of....* gnu/packages/maths.scm (hypre): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): Use texlive-capt-of instead of texlive-latex-capt-of. Nicolas Goaziou
2022-01-28gnu: texlive-latex-enumitem: Deprecate package....* gnu/packages/tex.scm (texlive-latex-enumitem): Deprecate in favor of texlive-enumitem. * gnu/packages/python-xyz.scm (python-matplotlib-documentation): (python-nbconvert): Apply deprecation. Nicolas Goaziou
2022-01-25gnu: Add python-esprima....* gnu/packages/python-xyz.scm (python-esprima): New variable. Danny Milosavljevic
2022-01-23gnu: python-pillow-simd: Update to 9.0.0....* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.0.0. [arguments]: Remove field. Efraim Flashner
2022-01-23gnu: python-pillow: Remove input labels....* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Remove labels. Efraim Flashner
2022-01-23gnu: python-pillow: Update to 9.0.0 (security fixes)....* gnu/packages/python-xyz.scm (python-pillow): Update to 9.0.0. [source]: Add snippet to remove bundled code. [arguments]: Adjust custom 'check phase. Efraim Flashner
2022-01-23gnu: python-pillow: Add cpe-name....* gnu/packages/python-xyz.scm (python-pillow)[properties]: Add cpe-name. Efraim Flashner
2022-01-23gnu: Add python-setuptools-rust....* gnu/packages/python-xyz.scm (python-setuptools-rust): New variable. Marius Bakke
2022-01-22gnu: Remove python-typing....* gnu/packages/python-xyz.scm (python-typing): Merge with ... (python2-typing): ... this variable. Marius Bakke
2022-01-22gnu: python-fs: Remove unused input....* gnu/packages/python-xyz.scm (python-fs)[propagated-inputs]: Remove PYTHON-TYPING. Marius Bakke
2022-01-22gnu: Remove python2-tqdm....* gnu/packages/python-xyz.scm (python2-tqdm): Remove variable. Marius Bakke
2022-01-22gnu: Remove python2-nltk....* gnu/packages/python-xyz.scm (python2-nltk): Remove variable. Marius Bakke