summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: jami: Update to 20211223.2.37be4c3.Maxim Cournoyer2022-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/pjproject-correct-the-cflags-field.patch: Delete file. * gnu/packages/patches/pjproject-fix-pkg-config-ldflags.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them. * gnu/packages/jami.scm (%jami-version): Update version string. (%jami-sources): Adjust snippet. (jami-apply-custom-patches): Use G-Exp. (pjproject-jami): Use Savoir-faire Linux's fork and update to 2.11-0.e1f389d. [phases]: Adjust and update accordingly. (%ffmpeg-default-configure-flags): Capitalize and reword comments. (ffmpeg-jami)[native-inputs]: Delete field. [tests?]: Add comment and move into the SUBSTITUTE-KEYWORD-ARGUMENTS use. [phases]: Use G-Exp and update the list of patches. (libring): Deprecate and rename to... (libjami): ... this. Move the arguments field before the inputs. [tests?]: Add explanatory comment. [configure-flags]: Add '--disable-agent', with explanatory comment. [phases]{change-directory}: Rename to... {change-directory/maybe}: ... this, to attempt but not enforce a directory change so as to also support using a Git checkout as source. {add-lib-dir}: Remove phase. [inputs]: Use new style. [native-inputs]: Add cppunit. (libringclient): Deprecate and rename to... {jami-libclient}: ... this. [configure-flags]: Enable LIBWRAP. [phases]{change-directory/maybe}: Renamed from change-directory, for reasons described above. [inputs]: Adjust accordingly. (jami-gnome): Move the input fields below the arguments field. [phases]{change-directory/maybe}: Renamed from change-directory, for reasons described above. [inputs]: Rename libringclient to jami-libclient and use new style. [native-inputs]: Use new style. [propagated-inputs]: Delete field. (jami-qt): Deprecate and rename to... (jami): ... this. [phases]{change-directory/maybe}: Renamed from change-directory, for reasons described above. [native-inputs]: Add python. [inputs]: Adjust accordingly. [propagated-inputs]: Delete field.
* gnu: pjproject: Update to 2.11.1.Maxim Cournoyer2022-01-13
| | | | | * gnu/packages/telephony.scm (pjproject): Update to 2.11.1. [tests?]: Remove argument to please guix lint.
* gnu: pjproject: Apply patch to install the libpjsua2 shared library.Maxim Cournoyer2022-01-13
| | | | | | * gnu/packages/patches/pjproject-install-libpjsua2.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/telephony.scm (pjproject): Apply it.
* gnu: pjproject: Remove the make-source-files-writable phase.Maxim Cournoyer2022-01-13
| | | | | | | | This phase is no longer needed since commit 39e67ed697951db0c75b0ba76269ca54108d9506. * gnu/packages/telephony.scm (pjproject)[phases] {make-source-files-writable}: Delete phase.
* 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.