summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2022-03-22gnu: python-nbconvert: Replace texlive-generic-ulem input by texlive-ulem.Maxim Cournoyer
This was a caused by a badly resolved conflict in the recent staging branch merge. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Replace texlive-generic-ulem by texlive-ulem in the computed texlive-updmap.cfg.
2022-03-21Merge branch 'staging' into core-updates.Maxim Cournoyer
2022-03-21Merge branch 'master' into staging.Maxim Cournoyer
2022-03-20gnu: pyzo: Update to 4.12.3.Nicolas Goaziou
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.3.
2022-03-13gnu: Add python-ansicolors.Pradana AUMARS
* gnu/packages/python-xyz.scm (python-ansicolors): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-11gnu: Remove python2-promise.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-promise): Delete variable. (python-promise)[properties]: Delete field.
2022-03-11gnu: Remove python2-empy.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-empy): Delete variable.
2022-03-09gnu: python-robotframework-sshlibrary: Normalize doc location.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): [phases]{build-and-install-doc}: Install HTML documentation to the share/doc subdirectory of the 'doc' output.
2022-03-09gnu: python-robotframework: Fully build the documentation.Maxim Cournoyer
* gnu/packages/patches/python-robotframework-ug2html.patch: New patch. * gnu/local.mk: Register it. * gnu/packages/python-xyz.scm (python-robotframework): Apply patch. [modules]: New argument. [phases]{build-and-install-doc}: Modify to build the full HTML documentation, including the user guide. [native-inputs]: Add python-pygments.
2022-03-09gnu: Add python-trio-websocket.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-trio-websocket): New variable.
2022-03-09gnu: python-jedi: Remove optional test dependency on python-django-2.2.Maxim Cournoyer
This avoids a dependency cycle between python-selenium (4.1.0) and python-pytest-trio. * gnu/packages/python-xyz.scm (python-jedi)[native-inputs]: Remove python-django-2.2.
2022-03-09gnu: python-robotframework-sshlibrary: Patch for RobotFramework 5 compatibility.Maxim Cournoyer
* gnu/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Apply it.
2022-03-08gnu: python-robotframework-sshlibrary: Update to 3.8.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.8.0.
2022-03-08gnu: python-robotframework: Update to 4.1.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework): Update to 4.1.3. [phases]{check}: Honor TESTS?. Search tzdata in both native-inputs or inputs, for cross-compilation.
2022-03-09gnu: texlive-latex-titlesec: Rename to texlive titlesec.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-titlesec): New variable. (texlive-latex-titlesec): Deprecate name. * gnu/packages/python-xyz.scm (python-ipython-documentation): (python-numpy-documentation): * gnu/packages/docbook.scm (dblatex): * gnu/packages/maths.scm (hypre): Use new name.
2022-03-07gnu: Add python-multipart.Pierre-Henry Fröhring
* gnu/packages/python-xyz.scm (python-multipart): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-06gnu: Add python-xmldiff.Алексей Дроздов
* gnu/packages/python-xyz.scm (python-xmldiff): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-03-06gnu: Add python-stltools.Evgeny Pisemsky
* gnu/packages/python-xyz.scm (python-stltools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-04gnu: Rename texlive-latex-fancyvrb to texlive-fancyvrb.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-fancyvrb): New variable, renamed from TEXLIVE-LATEX-FANCYVRB. (texlive-latex-fancyvrb): Deprecate variable. * gnu/packages/docbook.scm (dblatex): * gnu/packages/maths.scm (hypre): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): (python-nbconvert): * gnu/packages/statistics.scm (r-with-tests): Use new name.
2022-03-04gnu: Add texlive-fancyhdr.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-fancyhdr): New variable. (texlive-latex-fancyhdr): Deprecate variable. (texlive-jadetex): * gnu/packages/docbook.scm (dblatex): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): Use new variable.
2022-03-04gnu: texlive-generic-iftex: Rename to texlive-iftex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-iftex): Renamed from TEXLIVE-GENERIC-IFTEX. (texlive-hyperref): (texlive-oberdiek): (texlive-pdftexcmds): (texlive-generic-etexcmds): (texlive-generic-iftex): (texlive-generic-ifxetex): (texlive-latex-xkeyval): * gnu/packages/docbook.scm (dblatex): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): (python-nbconvert): (python-pypandoc): Apply renaming.
2022-03-02gnu: texlive-latex-wrapfig: Rename to "texlive-wrapfig".Ludovic Courtès
* gnu/packages/tex.scm (texlive-latex-wrapfig): Rename to... (texlive-wrapfig): ... this. (texlive-latex-wrapfig): Define as deprecated. * gnu/packages/maths.scm (hypre)[native-inputs]: Use new name. * gnu/packages/python-xyz.scm (python-ipython-documentation) (python-numpy-documentation): Likewise.
2022-02-27gnu: Add python-types-ujson.Pierre-Henry Fröhring
* gnu/packages/python-xyz.scm (python-types-ujson): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-23gnu: Remove python2-defusedxml.kiasoc5
* gnu/packages/xml.scm (python2-defused): Remove variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-02-22gnu: Add python-pyfuse3.Leo Famulari
* gnu/packages/python-xyz.scm (python-pyfuse3): New variable.
2022-02-21gnu: python-nbconvert: Fix PDF generation.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Move texlive packages… [propagated-inputs]: …here.
2022-02-14gnu: Add texlive-graphics.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-graphics): New variable. (texlive-latex-graphics): Deprecate variable. (texlive-base): (texlive-pstool): (texlive-jadetex): * gnu/packages/bioinformatics.scm (velvet): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): * gnu/packages/radio.scm (gnuradio): (libosmo-dsp): * gnu/packages/statistics.scm (r-with-tests): Use new variable.
2022-02-14gnu: Add texlive-ms.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-ms): New variable. (texlive-latex-ms): Deprecate variable. * gnu/packages/bioinformatics.scm (discrover): * gnu/packages/python-xyz.scm (python-nbconvert): Use new variable.
2022-02-13gnu: python-pycparser: Update to 2.21.Marius Bakke
* gnu/packages/python-xyz.scm (python-pycparser): Update to 2.21. [arguments]: Adjust check phase. Remove trailing #t's. [native-inputs]: Remove.
2022-02-13gnu: python-chardet: Update to 4.0.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-chardet): Update to 4.0.0. [arguments]: Enable tests. Override check phase. [native-inputs]: Remove PYTHON-HYPOTHESIS and PYTHON-PYTEST-RUNNER.
2022-02-13gnu: python-charset-normalizer: Trim closure size.Marius Bakke
* gnu/packages/python-xyz.scm (python-charset-normalizer)[arguments]: Override wrap phase.
2022-02-13gnu: python-chardet: Trim closure size.Marius Bakke
* gnu/packages/python-xyz.scm (python-chardet)[arguments]: Override wrap phase.
2022-02-13gnu: python-charset-normalizer: Update to 2.0.11.Marius Bakke
* gnu/packages/python-xyz.scm (python-charset-normalizer): Update to 2.0.11.
2022-02-13gnu: python-idna: Update to 3.3.Marius Bakke
* gnu/packages/python-xyz.scm (python-idna): Update to 3.3. [properties]: New field. (python2-idna): Stick with version 2.10.
2022-02-19gnu: Add python-beniget.Marius Bakke
* gnu/packages/python-xyz.scm (python-beniget): New variable.
2022-02-19gnu: python-gridmap: Disable sanity check.Marius Bakke
* gnu/packages/python-xyz.scm (python-gridmap)[arguments]: Add #:phases.
2022-02-19gnu: Remove python-dukpy, python2-dukpy.Brendan Tildesley
* 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>
2022-02-19gnu: python-regex: Update to 2022.1.18.Brendan Tildesley
* gnu/packages/python-xyz.scm (python-regex): Update to 2022.1.18. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-16gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit.Leo Famulari
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.
2022-02-15gnu: Add python-miniupnpcStephen Paul Weber
* gnu/packages/python-xyz.scm (python-miniupnpc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15gnu: python-moto: Disable flaky test.Marius Bakke
* gnu/packages/python-xyz.scm (python-moto)[arguments]: Skip one test. Don't use ADD-INSTALLED-PYTHONPATH while at it. [inputs]: Remove label, too.
2022-02-15gnu: python-robotframework-datadriver: Update to 1.6.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-datadriver): Update to 1.6.0. [phases]{fix-readme-file-name}: Delete phase.
2022-02-15gnu: python-argh: Fix test failure.Marius Bakke
* gnu/packages/python-xyz.scm (python-argh)[arguments]: Add patch-tests phase and override check phase.
2022-02-15gnu: python-pyelftools: Update to 0.28.Marius Bakke
* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.28. [source]: Change to GIT-FETCH. [source](snippet): New field. [arguments]: Override check phase.
2022-02-15gnu: python-drmaa: Remove unused input.Marius Bakke
* gnu/packages/python-xyz.scm (python-drmaa)[native-inputs]: Remove.
2022-02-15gnu: python-drmaa: Fix build failure.Marius Bakke
* gnu/packages/python-xyz.scm (python-drmaa)[arguments]: Disable sanity checks.
2022-02-15gnu: python-psutil: Update to 5.9.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.0.
2022-02-10gnu: python-importmagic: Fix test failure.Marius Bakke
* gnu/packages/python-xyz.scm (python-importmagic)[arguments]: Replace check phase. [native-inputs]: Add PYTHON-PYTEST.
2022-02-08gnu: python-pkgconfig: Fix path to find pkg-config.Leo Famulari
* gnu/packages/python-xyz.scm (python-pkgconfig)[arguments]: Fix the substitution so the package refers to pkg-config.
2022-02-07gnu: python-honcho: Update to 1.1.0.Stefan Reichör
* gnu/packages/python-xyz.scm (python-honcho): Update to 1.1.0. Signed-off-by: Marius Bakke <marius@gnu.org>