summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Expand)Author
2022-05-12gnu: python-numpy: Update to 1.21.6 and parallelize build/tests....* gnu/packages/python-xyz.scm (python-numpy): Update to 1.21.6. Move inputs and native-inputs fields after arguments. Use gexps. [modules]: New argument. [phases]{parallelize-build}: New phase. {configure-blas}: Format via (ice-9 format). {fix-executable-paths}: Use search-file-input. Remove obsolete system_info.py substitution. {check}: Remove extraneous add-installed-pythonpath and setenv calls. Provide the '-n' pytest-xdist option. [native-inputs]: Use python-hypothesis-next. (python-numpy-next): Inherit from python-numpy. (python2-numpy): Adjust for gexps. [phases]{delete-failing-test}: Rename to... {delete-failing-tests}: ... this. (python2-numpy-1.8): Likewise, and delete 'delete-failing-tests' phase. Disable tests. [native-inputs]: Define as the empty list. Maxim Cournoyer
2022-05-12gnu: Add python-dictpath....* gnu/packages/python-xyz.scm (python-dictpath): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-rfc3339-validator....* gnu/packages/python-xyz.scm (python-rfc3339-validator): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-strict-rfc3339....* gnu/packages/python-xyz.scm (python-strict-rfc3339): New variable. Maxim Cournoyer
2022-05-12gnu: python-ipython-documentation: Also build info and pdf targets....* 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. Maxim Cournoyer
2022-05-12gnu: Add python-pep621....* gnu/packages/python-xyz.scm (python-pep621): New variable. Maxim Cournoyer
2022-05-12gnu: python-notebook: Update to 6.4.10....* gnu/packages/python-xyz.scm (python-notebook): Update to 6.4.10. [phases]{check}: Remove add-installed-pythonpath. [native-inputs]: python-nest-asyncio. Maxim Cournoyer
2022-05-12gnu: python-send2trash: Update to 1.8.0 and update home page....* 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. Maxim Cournoyer
2022-05-12gnu: python-nbconvert: Update to 6.5.0....* 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. Maxim Cournoyer
2022-05-12gnu: python-bleach: Update to 5.0.0....* gnu/packages/python-xyz.scm (python-bleach): Update to 5.0.0. [propagated-inputs]: Remove python-packaging and python-six. Add python-tinycss2. Maxim Cournoyer
2022-05-12gnu: python-anyio: Replace python-pytest-trio with python-trio....* 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. Maxim Cournoyer
2022-05-12gnu: python-ipyparallel: Update to 8.2.1....* 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. Maxim Cournoyer
2022-05-12gnu: python-ipykernel: Update to 6.13.0....* 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. Maxim Cournoyer
2022-05-12gnu: python-jupyter-client: Update to 7.2.2....* 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. Maxim Cournoyer
2022-05-12gnu: python-jupyter-core: Update to 4.10.0....* 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. Maxim Cournoyer
2022-05-12gnu: python-nest-asyncio: Update to 1.5.5....* gnu/packages/python-xyz.scm (python-nest-asyncio): Update to 1.5.5. Maxim Cournoyer
2022-05-12gnu: Add python-ipyparallel-bootstrap....* gnu/packages/python-xyz.scm (python-ipyparallel): Morph into... (python-ipyparallel-bootstrap): ... this, moving native inputs to a new definition of... (python-ipyparallel): ... this. Maxim Cournoyer
2022-05-12gnu: python-greenlet: Update to 1.1.2....* gnu/packages/python-xyz.scm (python-greenlet): Update to 1.1.2. Maxim Cournoyer
2022-05-12gnu: Add python-debugpy....* gnu/packages/python-xyz.scm (python-debugpy): New variable. * gnu/packages/patches/python-debugpy-unbundle-pydevd.patch: New file. * gnu/local.mk: Register it. Maxim Cournoyer
2022-05-12gnu: Add python-pydevd....* gnu/packages/python-xyz.scm (python-pydevd): New variable. Maxim Cournoyer
2022-05-12gnu: python-trio: Update to 0.20.0....* 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. Maxim Cournoyer
2022-05-12gnu: python-black: Update to 22.3.0....* 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. Maxim Cournoyer
2022-05-12gnu: python-click: Update to 8.1.2 and honor TESTS?....* 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. Maxim Cournoyer
2022-05-12gnu: Add python-fonttools-next....* gnu/packages/python-xyz.scm (python-fonttools-next): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-scikit-build....* gnu/packages/python-xyz.scm (python-scikit-build): New variable. Maxim Cournoyer
2022-05-12gnu: python-pathpy: Deprecate by python-path....* gnu/packages/python-xyz.scm (python-pathpy): Mark as deprecated by python-path. Maxim Cournoyer
2022-05-12gnu: python-setuptools: Update to 62.0.0....* gnu/packages/python-xyz.scm (python-setuptools): Update to 62.0.0. [source]: Simplify snippet and strip trailing #t. [arguments]: Re-indent. [synopsis]: Likewise. [description]: Use @itemize. [license]: Strip leading spaces from in-line comments. Maxim Cournoyer
2022-05-12gnu: Add python-ubelt....* gnu/packages/python-xyz.scm (python-ubelt): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-xdoctest....* gnu/packages/python-xyz.scm (python-xdoctest): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-ordered-set....* gnu/packages/python-xyz.scm (python-ordered-set): New variable. Maxim Cournoyer
2022-05-12gnu: python-faker: Update to 13.3.4 and honor TESTS?....* gnu/packages/python-xyz.scm (python-faker): Update to 13.3.4. [phases]{check}: Honor TESTS?. [native-inputs]: Replace python-pytest-6 by python-pytest. Remove comment. [propagated-inputs]: Remove python-text-unidecode. Maxim Cournoyer
2022-05-12gnu: python-factory-boy: Update to 3.2.1....* gnu/packages/python-xyz.scm (python-factory-boy): Update to 3.2.1. [propagated-inputs]: Use new style. [description]: Fix indentation and remove blank lines. Maxim Cournoyer
2022-05-12gnu: Add python-tempora....* gnu/packages/python-xyz.scm (python-tempora): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-pip-run....* gnu/packages/python-xyz.scm (python-pip-run): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-path....* gnu/packages/python-xyz.scm (python-path): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-jaraco-functools....* gnu/packages/python-xyz.scm (python-jaraco-functools): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-jaraco-context....* gnu/packages/python-xyz.scm (python-jaraco-context): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-jaraco-classes....* gnu/packages/python-xyz.scm (python-jaraco-classes): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-types-docutils....* gnu/packages/python-xyz.scm (python-types-docutils): New variable. Maxim Cournoyer
2022-05-12gnu: python-pytest-black: Update to 0.3.12....* gnu/packages/python-xyz.scm (python-pytest-black): Update to 0.3.12. Maxim Cournoyer
2022-05-12gnu: python-importlib-metadata: Update to 4.11.3....* gnu/packages/python-xyz.scm (python-importlib-metadata): Update to 4.11.3. [phases]{build, install, check}: Override phases. [native-inputs]: Remove python-packaging. Add python-pypa-build and python-pytest. (python2-importlib-metadata): Adjust to keep unchanged. Maxim Cournoyer
2022-05-12gnu: Add python-pip-run-bootstrap....* gnu/packages/python-xyz.scm (python-pip-run-bootstrap): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-path-bootstrap....* gnu/packages/python-xyz.scm (python-path-bootstrap): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-types-pytz....* gnu/packages/python-xyz.scm (python-types-pytz): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-types-freezegun....* gnu/packages/python-xyz.scm (python-types-freezegun): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-autocommand....* gnu/packages/python-xyz.scm (python-autocommand): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-jaraco-functools-bootstrap....* gnu/packages/python-xyz.scm (python-jaraco-functools-bootstrap): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-jaraco-context-bootstrap....* gnu/packages/python-xyz.scm (python-jaraco-context-bootstrap): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-types-toml....* gnu/packages/python-xyz.scm (python-types-toml): New variable. Maxim Cournoyer
2022-05-12gnu: python-fonttools-with-test: Rename to python-fonttools-full....* gnu/packages/python-xyz.scm (python-fonttools-with-test): Rename to... (python-fonttools-full): ... this. [native-inputs]: Move python-brotli, python-fs, python-scipy and python-zopfli to... [propagated-inputs]: ... here. Add python-lxml, python-lz4 and python-unicodedata2. Maxim Cournoyer