summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* 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.
* gnu: python-pytest-black: Update to 0.3.12.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-pytest-black): Update to 0.3.12.
* gnu: python-importlib-metadata: Update to 4.11.3.Maxim Cournoyer2022-05-12
| | | | | | | | * 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.
* gnu: Add python-pip-run-bootstrap.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-pip-run-bootstrap): New variable.
* gnu: Add python-path-bootstrap.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-path-bootstrap): New variable.
* gnu: Add python-pytest-enabler-bootstrap.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/check.scm (python-pytest-enabler-bootstrap): New variable.
* gnu: Add python-pytest-freezegun.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/check.scm (python-pytest-freezegun): New variable.
* gnu: Add python-types-pytz.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-types-pytz): New variable.
* gnu: Add python-types-freezegun.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-types-freezegun): New variable.
* gnu: Add python-autocommand.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-autocommand): New variable.
* gnu: Add python-jaraco-functools-bootstrap.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-jaraco-functools-bootstrap): New variable.
* gnu: Add python-jaraco-context-bootstrap.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-jaraco-context-bootstrap): New variable.
* gnu: Add python-pytest-mypy.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/check.scm (python-pytest-mypy): New variable.
* gnu: Add python-types-toml.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-types-toml): New variable.