summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Add python-rfc3339-validator.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-rfc3339-validator): New variable.
* gnu: Add python-strict-rfc3339.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-strict-rfc3339): New variable.
* gnu: python-websockets: Update to 10.3 and enable tests.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-websockets): Fetch from git. Update to 10.3. [arguments]: Delete field, enabling tests.
* gnu: python-ipython-documentation: Also build info and pdf targets.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | | | * gnu/packages/patches/python-ipython-documentation-chars.patch: New file. * gnu/packages/patches/python-ipython-documentation-repro.patch: Likewise. * gnu/local.mk: Register them. * gnu/packages/python-xyz.scm (python-ipython-documentation) [source]: Apply patches. [arguments]: Use gexps. [phases]{sanitize-sources}: New phase. {configure-sphinx-for-xelatex}: Likewise. {install}: Streamline. Also build and install the PDF and info manual. Enable parallel processing. [inputs]: Delete field. [propagated-inputs]: Remove texlive-updmap.cfg input. Add fontconfig, font-gnu-freefont, graphviz, python-docrepr, texlive-polyglossia, texlive-bin and texlive-xindy.
* gnu: Add texlive-xindy.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/tex.scm (texlive-xindy): New variable.
* gnu: Add texlive-cm-lgc.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/tex.scm (texlive-cm-lgc): New variable.
* gnu: texlive-latex-geometry: Propagate texlive-latex-graphics.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/tex.scm (texlive-latex-geometry) [propagated-inputs]: Add texlive-latex-graphics.
* download: Add a mirror for CTAN.Maxim Cournoyer2022-05-12
| | | | * guix/download.scm (%mirrors)[ctan]: New entry.
* gnu: Add texlive-cbfonts.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/tex.scm (texlive-cbfonts): New variable.
* gnu: Add texlive-cbfonts-fd.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/tex.scm (texlive-cbfonts-fd): New variable.
* gnu: texlive-polyglossia: Rename and fix package.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/35780>. * gnu/packages/tex.scm (texlive-latex-polyglossia): Rename to... (texlive-polyglossia): ... this. Inherit from a simple-texlive-package package. [version, source, build-system]: Remove field, now inherited. [outputs]: New field. [arguments]: Add the #:tex-format and #:phases arguments. [native-inputs, propagated-inputs]: New fields. [description]: Expound description. Reported-by: Josh Holland
* gnu: texlive-fontspec: Add missing propagated inputs.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/tex.scm (texlive-fontspec) [propagated-inputs]: Add texlive-cm and texlive-lm.
* gnu: Add python-sphinx-sitemap.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/sphinx.scm (python-sphinx-sitemap): New variable.
* gnu: Add python-sphinx-theme-builder.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/sphinx.scm (python-sphinx-theme-builder): New variable.
* gnu: Add python-pep621.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-pep621): New variable.
* gnu: python-sphinx: Propagate TexLive dependencies.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | | | * gnu/packages/sphinx.scm (python-sphinx): [propagated-inputs]: Add texlive-amsfonts, texlive-amsmath, texlive-capt-of, texlive-carlisle, texlive-etoolbox, texlive-generic-ltxcmds, texlive-hyperref, texlive-latex-base, texlive-latex-cmap, texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap, texlive-latex-float, texlive-latex-framed, texlive-latex-geometry, texlive-latex-graphics, texlive-latex-kvoptions, texlive-latex-needspace, texlive-latex-parskip, texlive-latex-preview, texlive-latex-tabulary, texlive-latex-titlesec, texlive-latex-tools, texlive-latex-upquote, texlive-latex-varwidth, texlive-oberdiek, texlive-stringenc, texlive-wrapfig, texlive-xcolor and texlive-zapfding. [native-inputs]: Remove graphviz, python-mock and python-nose. * gnu/packages/tex.scm (texlive-xcolor): Add TODO comment. * gnu/packages/tex.scm (texlive-hyperref): Likewise.
* gnu: Add python-docrepr.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/documentation.scm (python-docrepr): New variable.
* gnu: Add python-nbdime.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/jupyter.scm (python-nbdime): New variable.
* gnu: python-notebook: Update to 6.4.10.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-xyz.scm (python-notebook): Update to 6.4.10. [phases]{check}: Remove add-installed-pythonpath. [native-inputs]: python-nest-asyncio.
* gnu: python-send2trash: Update to 1.8.0 and update home page.Maxim Cournoyer2022-05-12
| | | | | | | | | | | * gnu/packages/python-xyz.scm (python-send2trash): Update to 1.8.0. [source]: Update Git URL. [phases]{pre-check}: Set HOME to /tmp directly. {check}: Override phase. [native-inputs]: Add python-pytest. [properties]: Delete field. (python2-send2trash): Delete variable. [home-page]: Update URL.
* gnu: python-nbval: Fix build.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-check.scm (python-nbval) [phases]: Delete trailing #t. {check}: Skip newly failing 'test_conf_ignore_stderr' test. Remove INPUTS and OUTPUTS arguments. Add TESTS? and honor it.
* gnu: Add python-jupyter-server-mathjax.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/jupyter.scm (python-jupyter-server-mathjax): New variable.
* gnu: python-nbconvert: Update to 6.5.0.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-nbconvert): Update to 6.5.0. [arguments]: Use gexps. [phases]{fix-paths-and-tests}: Rename to... {fix-paths}: ... this. Find inputs via search-input-file. Patch inskcape file name. Disable tests in... {check}: ... this phase instead. Do not set HOME. Execute installed test suite. Run tests in parallel. Disable and not test_execute_widgets_from_nbconvert and test_execute_multiple_notebooks tests. [inputs]: Add inkscape. [native-inputs]: Delete python-pytest-cov and python-pytest-dependency. Use new style. [propagated-inputs]: Add python-beautifulsoup4. Reduce the texlive packages part of the generated updmap.cfg input, moving them to regular propagated inputs. Add texlive-unicode-math and texlive-lm-math.
* gnu: Add texlive-lm-math.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/tex.scm (texlive-lm-math): New variable.
* gnu: Add texlive-unicode-math.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/tex.scm (texlive-unicode-math): New variable.
* gnu: python-bleach: Update to 5.0.0.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-xyz.scm (python-bleach): Update to 5.0.0. [propagated-inputs]: Remove python-packaging and python-six. Add python-tinycss2.
* gnu: python-nbclient: Update to 0.6.0.Maxim Cournoyer2022-05-12
| | | | | | | | * gnu/packages/jupyter.scm (python-nbclient): Update to 0.6.0. [tests?]: Update comment. [propagated-inputs]: Remove python-async-generator. [native-inputs]: Delete field. [description]: Fix spacing.
* gnu: python-anyio: Replace python-pytest-trio with python-trio.Maxim Cournoyer2022-05-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-anyio) [phases]{check}: Remove extraneous add-installed-pythonpath call. Expound comment about IPv6 issues. [native-inputs]: Use regular python-pytest. Replace python-pytest-trio by python-trio.
* gnu: python-ipyparallel: Update to 8.2.1.Maxim Cournoyer2022-05-12
| | | | | | | | | * gnu/packages/python-xyz.scm (python-ipyparallel-bootstrap): Update to 8.2.1. [propagated-inputs]: Add python-entrypoints, python-psutil and python-tqdm. Update python-tornado to version 6. (python-ipyparallel)[phases]{check}: Override phase. [native-inputs]: Remove python-mock and python-nose. Add python-pytest-asyncio and python-pytest-tornado.
* gnu: Add python-pytest-tornado.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-check.scm (python-pytest-tornado): New variable.
* gnu: python-ipykernel: Update to 6.13.0.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ipykernel): Update to 6.13.0. [origin]: Fix indentation. [phases]: Use gexps. {check}: Invoke pytest via tini {set-python-file-name}: Adjust to use search-input-file. [propagated-inputs]: Add python-debugpy, python-matplotlib-inline and python-psutil. [native-inputs]{python-nose}: Delete. {python-ipyrallel-bootstrap}: New native input. {python-pytest}: Replace with... {python-pytest-bootstrap}: ... this. {python-pytest-timeout, tini}: New native inputs.
* gnu: python-jupyter-client: Update to 7.2.2.Maxim Cournoyer2022-05-12
| | | | | | | | | * gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap): Make the base package definition, moving most fields. Update to 7.2.2. [propagated-inputs]: Add python-entrypoints and python-nest-asyncio. (python-jupyter-client): Inherit from python-jupyter-client-bootstrap, adjusting accordingly. [native-inputs]: Add python-pytest-asyncio.
* gnu: python-jupyter-core: Update to 4.10.0.Maxim Cournoyer2022-05-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-jupyter-core): Update to 4.10.0. [phases]: Delete trailing #t. {check}: Remove extraneous add-installed-pythonpath. Skip the test_argv0, test_path_priority and test_not_on_path tests. [propagated-inputs, native-inputs]: Fix indentation.
* gnu: python-nest-asyncio: Update to 1.5.5.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-nest-asyncio): Update to 1.5.5.
* gnu: Add python-ipyparallel-bootstrap.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-xyz.scm (python-ipyparallel): Morph into... (python-ipyparallel-bootstrap): ... this, moving native inputs to a new definition of... (python-ipyparallel): ... this.
* gnu: python-pytest-xdist-next: Update to 2.5.0.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/check.scm (python-pytest-xdist-next): Update to 2.5.0. [propagated-inputs]: replace python-pytest-forked with python-pytest-forked-next.
* gnu: Add python-pytest-forked-next.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/check.scm (python-pytest-forked-next): New variable.
* gnu: python-greenlet: Update to 1.1.2.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-greenlet): Update to 1.1.2.
* gnu: Add python-debugpy.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-xyz.scm (python-debugpy): New variable. * gnu/packages/patches/python-debugpy-unbundle-pydevd.patch: New file. * gnu/local.mk: Register it.
* gnu: Add python-pydevd.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-pydevd): New variable.
* gnu: python-trio: Update to 0.20.0.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-trio): Update to 0.20.0. [phases]{patch-sleep}: New phase. [change-home]: Delete trailing #t. {check}: Run tests in parallel. Disable the test_cancel_scope_exit_doesnt_create_cyclic_garbage, test_ipython_exc_handler, test_for_leaking_fds and test_static_tool_sees_all_symbols tests. [native-inputs]: Add python-pytest-xdist.
* gnu: pylint: Run tests in parallel.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/check.scm (python-pylint) [phases]{check}: Add the '-n' option to use xdist with pytest. [native-inputs]: Add python-pytest-xdist.
* gnu: python-black: Update to 22.3.0.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-xyz.scm (python-black): Update to 22.3.0. [phases]{relax-version-requirements}: Delete phase. {use-absolute-file-names}: Streamline phase. {disable-broken-tests, remove-entrypoint}: Delete phases.
* gnu: Add python-untangle.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/xml.scm (python-untangle): New variable.
* gnu: python-flask: Update to 2.1.1.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-flask): Update to 2.1.1. [propagated-inputs]: Add python-asgiref and python-importlib-metadata. [home-page]: Update.
* gnu: python-click: Update to 8.1.2 and honor TESTS?.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-xyz.scm (python-click): Update to 8.1.2. [phases]{fix-paths}: Remove obsolete phase. {check}: Invoke pytest directly and honor TESTS?. (python2-click): Delete variable.
* gnu: Add font-gfs-ambrosia.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fonts.scm (font-gfs-ambrosia): New variable.
* gnu: Add texlive-bidi.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/tex.scm (texlive-bidi): New variable.
* gnu: Add font-sil-ezra.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fonts.scm (font-sil-ezra): New variable.
* gnu: Add font-amiri.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fonts.scm (font-amiri): New variable.