summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: python-numpy-documentation: Overhaul package definition.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-numpy-documentation): Relocate next to the python-numpy package in the module. Inherit from python-numpy. [version, source, build-system, home-page, license]: Remove fields, now inherited. [phases]{add-gnu-freefont-to-texmf}: New phase. {install}: Patch conf.py to allow building the info manual. Set HOME. Copy the whole generated HTML directory. Parallelize documentation build. [native-inputs]: Use new style. Add font-gnu-freefont, fontconfig, python-breathe, python-ipython, python-pandas, python-pydata-sphinx-theme, python-scipy, python-sphinx-panels, texlive-bin, texlive-cbfonts, texlive-cm-super, texlive-greek-fontenc, texlive-latex-expdlist, texlive-polyglossia and texlive-xindy. Remove pkg-config, the previous "texlive" updmap.cfg package, scipy-sphinx-theme, and do not inherit the native inputs of python-numpy. [synopsis]: Refine. [description]: Expound a bit.
* gnu: python-sphinx-rtd-theme: Update to 1.0.0.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/sphinx.scm (python-sphinx-rtd-theme): Update to 1.0.0.
* gnu: python-sphinxext-opengraph: Update to 0.6.3.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/sphinx.scm (python-sphinxext-opengraph): Update to 0.6.3. [phases]{check}: Streamline and invoke pytest verbosely. [native-inputs]: Indent on a single line.
* gnu: python-sphinx-autodoc-typehints: Update to 1.18.1.Maxim Cournoyer2022-05-12
| | | | | | | | | * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 1.18.1. [source]: Use git. [argument]: New field. [propagated-inputs]: Add python-sphinx. [native-inputs]: Remove python-dataclasses and python-sphinx. Add python-nptyping and python-setuptools-scm.
* gnu: Add python-nptyping.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-check.scm (python-nptyping): New variable.
* gnu: Add python-beartype.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-check.scm (python-beartype): New variable.
* gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken].Maxim Cournoyer2022-05-12
| | | | | | | | | * gnu/packages/sphinx.scm (python-sphinx-cloud-sptheme): Update to 1.10.1. [source]: Update source to point to new Mercurial repository. [arguments]: Delete field, enabling tests (which fail due to Jinja2 >= 3.1). [native-inputs]: Move python-sphinx to... [propagated-inputs]: ... here. [description]: Do not use raw quotes to decorate text.
* gnu: python-sphinx-argparse: Update to 0.3.1.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/sphinx.scm (python-sphinx-argparse): Update to 0.3.1.
* gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 0.17. [arguments]: Delete field.
* gnu: python-sphinxcontrib-websupport: Update to 1.2.4.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to 1.2.4.
* gnu: python-sphinx-click: Update to 4.0.3 and enable tests.Maxim Cournoyer2022-05-12
| | | | | | | | * gnu/packages/sphinx.scm (python-sphinx-click): Update to 4.0.3. [arguments]: Delete field. [native-inputs]: Delete python-coverage. Add python-pytest and python-wheel. Move python-click, python-docutils and python-sphinx to... [propagated-inputs]: ... here.
* gnu: python-sphinx-copybutton: Update to 0.5.0.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/sphinx.scm (python-sphinx-copybutton): Update to 0.5.0. [propagated-inputs]: Delete python-flit, python-setuptools and python-wheel.
* gnu: python-pydata-sphinx-theme: Update to 0.7.2.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/sphinx.scm (python-pydata-sphinx-theme): Update to 0.7.2. Add TODO comment. [arguments]: New field. [native-inputs]: Delete python-jupyter-sphinx, python-numpy, python-numpydoc, python-pandas, python-recommonmark and python-xarray. Move python-docutils and python-sphinx to... [propagated-inputs]: ... here. Add python-jinja2
* gnu: python-sphinx: Update to 4.5.0.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/sphinx.scm (python-sphinx): Update to 4.5.0. [phases]{check}: Set HOME to /tmp. [propagated-inputs]: Add python-importlib-metadata. [native-inputs]: Add python-cython.
* gnu: python-numpydoc: Update to 1.2.1.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-xyz.scm (python-numpydoc): Update to 1.2.1. Fix indentation. [phases]{relax-requirements}: New phase. [propagated-inputs]: Add python-jinja2.
* gnu: dynaconf: Fix build following python-click upgrade.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-xyz.scm (dynaconf) [phases]{patch-for-click-8}: New phase. {check}: Remove extraneous setenv call. [native-inputs]: Use the regular python-pytest variable.
* gnu: python2-sqlalchemy: Skip a failing test.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/databases.scm (python2-sqlalchemy)[phases]{check}: Skip the test_fixture_five test.
* gnu: python-flask-login: Update to 0.6.0.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-web.scm (python-flask-login): Update to 0.6.0. [arguments]: New field. [native-inputs]: Remove python-coverage, python-pycodestyle and python-pyflakes.
* gnu: python-flask-wtf: Update to 1.0.1.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-flask-wtf): Update to 1.0.1. [propagated-inputs]: Remove python-flask-babel and python-babel. Add python-flask and python-itsdangerous.
* gnu: python-pingouin: Update to 0.5.1.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-science.scm (python-pingouin): Update to 0.5.1.
* gnu: Remove python2-keyring.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/python-crypto.scm (python2-keyring): Delete variable. (python-keyring)[properties]: Delete field.
* gnu: python-keyring: Fix test suite.Maxim Cournoyer2022-05-12
| | | | | | | [phases]{check}: Provide the tests directory argument to pytest. Ignore project pytest configs and make it verbose. [native-inputs]: Delete python-pytest-checkdocs, python-pytest-cov and python-pytest-flake8.
* gnu: emacsy: Use webkitgtk-with-libsoup2.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/guile-xyz.scm (emacsy)[inputs]: Use webkitgtk-with-libsoup2. [phases]: Delete trailing #t.
* gnu: setzer: Add python-wrapper to fix build.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/gnome.scm (setzer)[native-inputs]: Add python-wrapper.
* gnu: libgrss: Use libsoup-minimal-2 to fix build.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/gnome.scm (libgrss)[propagated-inputs]: Use libsoup-minimal-2.
* gnu: markets: Add python-wrapper to fix build.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/gnome-xyz.scm (markets)[native-inputs]: Add python-wrapper.
* gnu: seed: Use webkitgtk-with-libsoup2.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/gnome.scm (seed)[propagated-inputs]: Use webkitgtk-with-libsoup2.
* gnu: weasyprint: Update to 54.3.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | | | * gnu/packages/pdf.scm (weasyprint): Update to 54.3. [source]: Update git URL. [phases]: Use gexps. {disable-linters}: Delete phase. {register-dejavu-font}: Remove obsolete phase. {patch-library-paths}: Adjust for code changes. Use search-input-file. {check}: Streamline and use xdist. {build, install}: Override to o a PEP 517 build. [inputs]: Add harfbuzz. [propagated-inputs]: Add python-fonttools-full, python-pillow and python-pydyf. [native-inputs]: Remove python-pytest-cov and python-pytest-runner. Add ghostscript, python-flit-core, python-pypa-build, python-pytest and python-pytest-xdist.
* gnu: Add python-pydyf.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/pdf.scm (python-pydyf): New variable.
* gnu: Remove python-orator due to being broken and unmaintained.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/databases.scm (python-orator): Delete variable.
* gnu: python-miio: Update to 0.5.11.Maxim Cournoyer2022-05-12
| | | | | | | | * gnu/packages/android.scm (python-miio): Update to 0.5.11. [phases]{relax-requirements}: New phase. {adjust-for-click-8}: Likewise. {check}: Remove extraneous add-installed-pythonpath call, INPUTS and OUTPUTS arguments. Invoke pytest with -vv.
* gnu: python-croniter: Update to 1.3.4.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-croniter): Update to 1.3.4.
* gnu: Remove python2-jmespath.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python2-jmespath): Delete variable.
* gnu: python-locust: Update to 2.8.6.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/benchmark.scm (python-locust): Update to 2.8.6. [phases]{relax-requirements}: New phase. {check}: Skip the test_distributed_shape test. [propagated-inputs]: Add python-jinja2.
* gnu: python-cantools: Update to 37.0.7.Maxim Cournoyer2022-05-12
| | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cantools): Update to 37.0.7. [arguments]: Use gexps. [phases]: Strip trailing #t. {build-doc}: Use make -C instead of with-directory-excursion. {install-doc}: Adjust for gexp. [native-inputs]: Use new style. [propagated-inputs]: Add python-argparse-addons, python-crccheck, python-matplotlib and python-parameterized.
* gnu: Add python-crccheck.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-crccheck): New variable.
* gnu: python-mkdocs: Update to 1.3.0.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-mkdocs): Update to 1.3.0. [source]: Use git. [phases]{check}: New override. [propagated-inputs]: Remove python-livereload, python-lunr and python-tornado. Add python-babel, python-ghp-import, python-importlib-metadata, python-markupsafe, python-mdx-gh-links, python-mergedeep, python-packaging, python-pyyaml-env-tag and python-watchdog.
* gnu: Add python-mdx-gh-links.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-mdx-gh-links): New variable.
* gnu: python-ghp-import: Update to 2.0.2.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/version-control.scm (python-ghp-import): Update to 2.0.2. [propagated-inputs]: Add python-dateutil. (python2-ghp-import): Delete variable.
* gnu: Add python-pyyaml-env-tag.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-pyyaml-env-tag): New variable.
* gnu: Add python-mergedeep.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-mergedeep): New variable.
* gnu: python-multipart: Fix build with PyYAML 6.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/python-xyz.scm (python-multipart) [phases]{patch-test-suite}: Substitute yaml.load for yaml.safe_load.
* gnu: sshoot: Update to 1.5.1.Maxim Cournoyer2022-05-12
| | | | | | | | | * gnu/packages/vpn.scm (sshoot): Update to 1.5.1. [phases]: Delete trailing #t. {check}: Override phase. [inputs]: Add python-pyxdg and python-toolrack. [native-inputs]: Delete python-fixtures, python-pbr and python-testtools. Add python-pytest and python-pytest-mock.
* gnu: Add python-toolrack.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-toolrack): New variable.
* gnu: python-bitstruct: Update to 8.14.0.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-bitstruct): Update to 8.14.0.
* gnu: Add python-argparse-addons.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-argparse-addons): New variable.
* gnu: python-celery: Update to 5.2.6 and enable tests.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-celery): Update to 5.2.6. [tests?]: Delete argument. [phases]{delete-integration-tests}: Delete phase. {relax-requirements}: New phase. {check}: Ignore the "t/integration" directory and the t/unit/backends/test_mongodb.py file. Remove skip directive for test_all_reqs_enabled_in_tests. [native-inputs]: Add python-dnspython. [propagated-inputs]: Delete python-boto3 and python-cryptography.
* gnu: python-kombu: Update to 5.2.4.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-xyz.scm (python-kombu): Update to 5.2.4. [phases]{delete-transport-tests}: Delete phase. {check}: New phase. [native-inputs]: Remove python-mock.
* gnu: python-amqp: Update to 5.1.1 and enable tests.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-xyz.scm (python-amqp): Update to 5.1.1. [arguments]: New field. [native-inputs]: Add python-pytest.
* gnu: python-can: Update to 4.0.0.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-can): Update to 4.0.0. [phases]: Strip trailing #t. {relax-version-requirements}: Relax pytest-cov requirement. {check}: Override phase. [propagated-inputs]: Remove python-aenum. Add python-msgpack and python-typing-extensions. [native-inputs]: Add python-parameterized.