summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: opendht: Use the GNU build system.Maxim Cournoyer2022-01-13
| | | | | | | | | | | | Autotools is still supported; use it, so that it remains well tested and at feature parity with the CMake build system it also supports. * gnu/packages/networking.scm (opendht)[build-system]: Switch to gnu-build-system. [arguments]: Move field above inputs. [imported-modules, modules]: Adjust accordingly. [configure-flags]: Likewise. [phases]: Use G-Exp, and adjust accordingly.
* gnu: opendht: Update to 2.3.1-0.dbbfdaa.Maxim Cournoyer2022-01-13
| | | | | | | | | * gnu/packages/networking.scm (opendht): Update to 2.3.1-0.dbbfdaa. Normalize comments indentation. [inputs]: Add bash-minimal to please 'guix lint'. Move argon2, nettle, jsoncpp and openssl to... [propagated-inputs]: ... here.
* gnu: emacs-eglot: Update to 1.8.Nicolas Goaziou2022-01-13
| | | | * gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.8.
* gnu: yubico-pam: Update to 2.27.Ricardo Wurmus2022-01-13
| | | | * gnu/packages/authentication.scm (yubico-pam): Update to 2.27.
* gnu: Add python-miio.Petr Hodina2022-01-13
| | | | | | * gnu/packages/android.scm (python-miio): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-android-backup.Petr Hodina2022-01-13
| | | | | | * gnu/packages/android.scm (python-android-backup): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-sphinx-click.Petr Hodina2022-01-13
| | | | | | * gnu/packages/sphinx.scm (python-sphinx-click): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-sphinxcontrib-apidoc.Petr Hodina2022-01-13
| | | | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-apidoc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-texttable: Update to 1.6.4.Marius Bakke2022-01-12
| | | | | * gnu/packages/python-xyz.scm (python-texttable): Update to 1.6.4. [arguments]: Respect #:tests? in check phase and increase verbosity.
* gnu: python-flask-restx: Update to 0.5.1.Marius Bakke2022-01-12
| | | | | * gnu/packages/python-web.scm (python-flask-restx): Update to 0.5.1. [arguments]: Disable one more test.
* gnu: python-duniterpy: Simplify inputs.Marius Bakke2022-01-12
| | | | * gnu/packages/finance.scm (python-duniterpy): Remove input labels.
* gnu: python-dyniterpy: Add missing inputs.Marius Bakke2022-01-12
| | | | | | | * gnu/packages/finance.scm (python-duniterpy)[arguments]: Add loosen-requirements phase. [propagated-inputs]: Add PYTHON-GRAPHQL-CORE, PYTHON-MNEMONIC, and PYTHON-WEBSOCKET-CLIENT.
* gnu: python-base58: Update to 2.1.1.Marius Bakke2022-01-12
| | | | | | * gnu/packages/python-crypto.scm (python-base58)[arguments]: Override check phase. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-BENCHMARK.
* gnu: python-websocket-client: Update to 1.2.3.Marius Bakke2022-01-12
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-websocket-client): Update to 1.2.3. [arguments]: Override check phase. [native-inputs]: Add PYTHON-WEBSOCKETS and PYTHON-PYTEST. [propagated-inputs]: Remove. [properties]: Remove. (python2-websocket-client): Remove variable. (python-websocket-client-0.59): New variable. * gnu/packages/docker.scm (docker-compose)[inputs]: Change from PYTHON-WEBSOCKET-CLIENT to PYTHON-WEBSOCKET-CLIENT-0.59.
* gnu: python-sqlalchemy-utils: Update to 0.38.2.Marius Bakke2022-01-12
| | | | * gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.38.2.
* gnu: python-scikit-fuzzy: Disable tests.Marius Bakke2022-01-12
| | | | | * gnu/packages/python-science.scm (python-scikit-fuzzy)[arguments]: Add #:tests?. Remove #:phases.
* gnu: python-oslo.log: Update to 4.6.1.Marius Bakke2022-01-12
| | | | | | | | * gnu/packages/openstack.scm (python-oslo.log): Update to 4.6.1. [arguments]: Override check phase. [propagated-inputs]: Remove PYTHON-MONOTONIC. [native-inputs]: Remove PYTHON-MOCK, PYTHON-TESTREPOSITORY, and PYTHON-SUBUNIT. Add PYTHON-FIXTURES and PYTHON-STESTR.
* gnu: python-oslo.serialization: Update to 4.2.0.Marius Bakke2022-01-12
| | | | | | | | * gnu/packages/openstack.scm (python-oslo.serialization): Update to 4.2.0. [arguments]: Override check phase. [propagated-inputs]: Remove PYTHON-SIX and PYTHON-NETADDR. Add PYTHON-PBR. [native-inputs]: Remove PYTHON-PBR and PYTHON-MOCK. Add PYTHON-NETADDR and PYTHON-STESTR.
* gnu: python-oslo.utils: Update to 4.12.0.Marius Bakke2022-01-12
| | | | | | | | | * gnu/packages/openstack.scm (python-oslo.utils): Update to 4.12.0. [arguments]: Override check phase. [propagated-inputs]: Remove PYTHON-MONOTONIC and PYTHON-SIX. Add PYTHON-PBR and PYTHON-PACKAGING-NEXT. [native-inputs]: Remove PYTHON-PBR, PYTHON-BANDIT, PYTHON-OSLO.CONFIG, PYTHON-MOCK and PYTHON-TESTREPOSITORY. Add PYTHON-STESTR.
* gnu: python-packaging: Add 21.3.Marius Bakke2022-01-12
| | | | * gnu/packages/python-xyz.scm (python-packaging-next): New variable.
* gnu: python-oslo.config: Update to 8.7.1.Marius Bakke2022-01-12
| | | | | | | * gnu/packages/openstack.scm (python-oslo.config): Update to 8.7.1. [arguments]: Disable tests. [native-inputs]: Remove. [propagated-inputs]: Remove PYTHON-PBR and PYTHON-SIX. Add PYTHON-REQUESTS.
* gnu: python-sphinx-gallery: Update to 0.10.1.Marius Bakke2022-01-12
| | | | * gnu/packages/sphinx.scm (python-sphinx-gallery): Update to 0.10.1.
* gnu: python-marshmallow: Remove 3.2.1.Marius Bakke2022-01-12
| | | | * gnu/packages/python-xyz.scm (python-marshmallow-3.2): Remove variable.
* gnu: python-marshmallow-jsonapi: Use python-marshmallow.Marius Bakke2022-01-12
| | | | | * gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[propagated-inputs]: Change from PYTHON-MARSHMALLOW-3.2 to PYTHON-MARSHMALLOW.
* gnu: python-sqlalchemy: Remove 1.3.Marius Bakke2022-01-12
| | | | * gnu/packages/databases.scm (python-sqlalchemy-1.3): Remove variable.
* gnu: python-flask-combo-jsonapi: Fix build.Marius Bakke2022-01-12
| | | | | | | * gnu/packages/python-web.scm (python-flask-combo-jsonapi)[arguments]: Remove version pinning, and override check phase. [propagated-inputs]: Change from PYTHON-SQLALCHEMY-1.3 to PYTHON-SQLALCHEMY. Change PYTHON-MARSHMALLOW-3.2 to PYTHON-MARSHMALLOW.
* gnu: python-black: Update to 21.12b0.Marius Bakke2022-01-12
| | | | | | | | | * gnu/packages/python-xyz.scm (python-black)[arguments]: Adjust file name patching to cover more files. Override check phase. [propagated-inputs]: Add PYTHON-PLATFORMDIRS and PYTHON-TOMLI. Remove PYTHON-TOML. [native-inputs]: Add PYTHON-PYTEST-AIOHTTP. [home-page]: Update to current.
* gnu: diffoscope: Don't run Black tests.Marius Bakke2022-01-12
| | | | | | * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove PYTHON-BLACK, because the tests are prone to breaking with newer versions, purely cosmetic, and skipped on demand.
* gnu: python-pyls-black: Update to 0.4.7.Marius Bakke2022-01-12
| | | | | | | | ...and add support for PYTHON-LSP-SERVER while at it. * gnu/packages/python-xyz.scm (python-pyls-black): Update to 0.4.7. [source](modules, snippet): New fields. [propagated-inputs]: Remove PYTHON-TOML. Add PYTHON-TOMLI.
* gnu: python-isort: Simplify inputs.Marius Bakke2022-01-12
| | | | * gnu/packages/python-xyz.scm (python-isort)[native-inputs]: Remove labels.
* gnu: python-isort: Do not depend on 'git'.Marius Bakke2022-01-12
| | | | | | * gnu/packages/python-xyz.scm (python-isort)[arguments]: Disable test that uses git. [native-inputs]: Remove GIT-MINIMAL.
* gnu: python-isort: Update to 5.10.1.Marius Bakke2022-01-12
| | | | | | | * gnu/packages/python-xyz.scm (python-isort): Update to 5.10.1. [arguments]: Add phase to support newer Black versions. Install another test plugin. [native-inputs]: Add PYTHON-NATSORT.
* gnu: python-platformdirs: Update to 2.4.1.Marius Bakke2022-01-12
| | | | | | * gnu/packages/python-xyz.scm (python-platformdirs): Update to 2.4.1. [arguments]: Override check phase. [native-inputs]: Add PYTHON-SETUPTOOLS-SCM. Remove PYTHON-PYTEST-COV.
* gnu: python-pathspec: Update to 0.9.0.Marius Bakke2022-01-12
| | | | * gnu/packages/python-xyz.scm (python-pathspec): Update to 0.9.0.
* gnu: python-typing-extensions: Update to 3.10.0.2.Marius Bakke2022-01-12
| | | | * gnu/packages/python-xyz.scm (python-typing-extensions): Update to 3.10.0.2.
* gnu: python-pari-jupyter: Update to 1.4.0.Marius Bakke2022-01-12
| | | | | * gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.0. [source, home-page]: Adjust repo name.
* gnu: python-nbsphinx: Update to 0.8.8.Marius Bakke2022-01-12
| | | | * gnu/packages/sphinx.scm (python-nbsphinx): Update to 0.8.8.
* gnu: python-flake8-implicit-str-concat: Permit newer attrs.Marius Bakke2022-01-12
| | | | | * gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat)[arguments]: Add phase.
* gnu: python-modin: Permit newer versions of pandas.Marius Bakke2022-01-12
| | | | * gnu/packages/python-science.scm (python-modin)[arguments]: Add phase.
* gnu: abjad-ext-ipython: Fix build.Marius Bakke2022-01-12
| | | | | * gnu/packages/music.scm (abjad-ext-ipython)[arguments]: Add phase to loosen abjad version restriction.
* gnu: abjad: Fix build.Marius Bakke2022-01-12
| | | | | | * gnu/packages/music.scm (abjad)[arguments]: Permit newer versions of uqbar. [native-inputs]: Move everything except PYTHON-INICONFIG to ... [propagated-inputs]: ... here. Add PYTHON-PYTEST-HELPERS-NAMESPACE.
* gnu: uBlock Origin: Update to 1.40.8.Marius Bakke2022-01-12
| | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.40.8.
* gnu: repo2docker: Update to 2021.08.0.Marius Bakke2022-01-12
| | | | | | | * gnu/packages/jupyter.scm (repo2docker): Update to 2021.08.0. [arguments]: Disable Sphinx warnings, set PYTHONPATH, and refer to THIS-PACKAGE instead of the "name" variable directly. [native-inputs]: Add PYTHON-ENTRYPOINTS.
* gnu: python-matrix-synapse-ldap3: Fix build.Marius Bakke2022-01-12
| | | | | * gnu/packages/matrix.scm (python-matrix-synapse-ldap3)[arguments]: Delete sanity check.
* gnu: postorius: Build with Django 2.2.Marius Bakke2022-01-12
| | | | | | * gnu/packages/mail.scm (postorius)[inputs]: Change from PYTHON-DJANGO to PYTHON-DJANGO-2.2. Move PYTHON-README-RENDERER early so that its propagated cffi takes precedence, in order to placate the sanity check.
* gnu: python-bleach: Update to 4.1.0.Marius Bakke2022-01-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-bleach): Update to 4.1.0. [arguments]: Replace check phase. [propagated-inputs]: Add PYTHON-PACKAGING. [native-inputs]: Remove PYTHON-DATRIE, PYTHON-GENSHI, and PYTHON-LXML. (python2-bleach): Remove variable.
* gnu: Remove python2-twine.Marius Bakke2022-01-12
| | | | | | Some of its dependencies fail to build. * gnu/packages/python-xyz.scm (python2-twine): Remove variable.
* gnu: cmark: Update to 0.30.2.Marius Bakke2022-01-12
| | | | * gnu/packages/markup.scm (cmark): Update to 0.30.2.
* gnu: python-readme-renderer: Propagate python-cmarkgfm.Marius Bakke2022-01-12
| | | | | * gnu/packages/python-xyz.scm (python-readme-renderer)[propagated-inputs]: Add PYTHON-CMARKGFM.
* gnu: python-readme-renderer: Update to 32.0.Marius Bakke2022-01-12
| | | | * gnu/packages/python-xyz.scm (python-readme-renderer): Update to 32.0.