summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
* gnu: Add python-sfdlib.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fontutils.scm (python-sfdlib): New variable.
* gnu: Add python-ufo2ft.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fontutils.scm (python-ufo2ft): New variable.
* gnu: Add python-compreffor.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fontutils.scm (python-compreffor): New variable.
* gnu: Add python-ufolib2.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fontutils.scm (python-ufolib2): New variable.
* gnu: Add python-skia-pathops.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fontutils.scm (python-skia-pathops): New variable.
* gnu: Add skia.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/graphics.scm (skia): New variable.
* gnu: Add python-cffsubr.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fontutils.scm (python-cffsubr): New variable.
* gnu: Add python-afdko.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fontutils.scm (python-afdko): New variable.
* gnu: Add python-fonttools-next.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-fonttools-next): New variable.
* gnu: Add java-antlr4-runtime-cpp.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/java.scm (java-antlr4-runtime-cpp): New variable.
* gnu: python-scipy: Update to 1.8.0 and enable parallel build.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | | | | | * gnu/packages/python-science.scm (python-scipy): Update to 1.8.0. [modules]: New argument. [phases]{disable-broken-tests}: Delete phase. {configure-openblas}: Streamline configuration template. {parallelize-build}: New phase. {install-doc}: Move before 'check phase. Remove now extraneous 'add-installed-pythonpath' call. Remove the SPHINXBUILD and PYVER Make variables, as well as conf.py patching. Provide SPHINXOPTS to build doc in parallel. Simply recursively copy the 'html' output directory to install the doc. {check}: Remove extraneous INPUTS and OUTPUTS arguments. Start tests with the 'runtests.py' launcher, which accepts a '-j' argument to run the tests in parallel. [native-inputs]: Sort inputs. Add python-pytest-xdist and python-threadpoolctl. [home-page]: Update.
* gnu: python-scipy: Move input fields below arguments field.Maxim Cournoyer2022-05-12
| | | | | | | | | * gnu/packages/python-science.scm (python-scipy): Move inputs fields below the arguments field. [phases]: Use gexp. {configure-openblas}: Use this-package-input. {check}: Remove extraneous 'add-installed-pythonpath' call. {install-doc}: Adjust accordingly.
* gnu: python-jupyter-packaging: Update to 0.12.0, run test suite.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/jupyter.scm (python-jupyter-packaging): Update to 0.12.0. [arguments]: New field.
* gnu: Add python-scikit-build.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-scikit-build): New variable.
* gnu: python-pytest-cov: Update to 3.0.0.Maxim Cournoyer2022-05-12
| | | | | | | This restores the package compatibility with python-pytest-xdist. * gnu/packages/check.scm (python-pytest-cov): Update to 3.0.0. (python2-pytest-cov): Delete package.
* gnu: python-pytest-shutil: Adjust to use python-path.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-check.scm (python-pytest-shutil) [phases]{use-path-instead-of-path.py}: New phase. [propagated-inputs]: Replace python-path.py with python-path.
* gnu: python-pathpy: Deprecate by python-path.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/python-xyz.scm (python-pathpy): Mark as deprecated by python-path.
* gnu: python-setuptools: Update to 62.0.0.Maxim Cournoyer2022-05-12
| | | | | | | | | * 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.
* gnu: Add python-ubelt.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-ubelt): New variable.
* gnu: Add python-xdoctest.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-xdoctest): New variable.
* gnu: Add python-ordered-set.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-ordered-set): New variable.
* gnu: Add psautohint.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fontutils.scm (psautohint): New variable.
* gnu: Add psautohint-font-data.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/fontutils.scm (psautohint-font-data): New variable.
* gnu: Add python-pytest-randomly.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/check.scm (python-pytest-randomly): New variable.
* gnu: python-faker: Update to 13.3.4 and honor TESTS?.Maxim Cournoyer2022-05-12
| | | | | | | * 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.
* gnu: python-factory-boy: Update to 3.2.1.Maxim Cournoyer2022-05-12
| | | | | | * 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.
* gnu: Add python-pytest-perf.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/check.scm (python-pytest-perf): New variable.
* gnu: Add python-tempora.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-tempora): New variable.
* gnu: Add python-pip-run.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-pip-run): New variable.
* gnu: Add python-path.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-path): New variable.
* gnu: Add python-pytest-enabler.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/check.scm (python-pytest-enabler): New variable.
* gnu: Add python-jaraco-functools.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-jaraco-functools): New variable.
* gnu: Add python-jaraco-context.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-jaraco-context): New variable.
* gnu: Add python-jaraco-classes.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-jaraco-classes): New variable.
* gnu: python-pytest-checkdocs: Update to 2.7.1.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 2.7.1.
* gnu: Add python-types-docutils.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-types-docutils): New variable.
* gnu: python-mypy: Update to 0.942 and fix search path.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/patches/python-mypy-use-sys-path.patch: New patch. * gnu/local.mk: Register it. * gnu/packages/python-check.scm (python-mypy): Update to 0.942. [source]: Apply patch.