aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2022-01-13gnu: sbcl-cl-gopher: Update to 20220112.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-gopher): Update to 20220112.
2022-01-13gnu: emacs-geiser-guile: Update to 0.21.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.21.
2022-01-13gnu: emacs-rustic: Update to 2.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.5.
2022-01-13gnu: emacs-keycast: Update to 1.1.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.1.3. [source]<url>: Remove ".git" suffix.
2022-01-13services: Adjust the jami service for the upgraded jami.Maxim Cournoyer
* gnu/services/telephony.scm (jami-configuration)[jamid]: Rename libring to libjami. * gnu/services/telephony.scm (jami-configuration->command-line-arguments): Adjust daemon file name. * gnu/services/telephony.scm (jami-service-type): Adjust doc. * gnu/tests/telephony.scm (run-jami-test): Check for 'jamid' process, not 'dring'. * doc/guix.texi (Telephony Services): Adjust doc for the jami-qt to jami and libring to libjami packages renaming.
2022-01-13gnu: jami: Update to 20211223.2.37be4c3.Maxim Cournoyer
* 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.
2022-01-13gnu: pjproject: Update to 2.11.1.Maxim Cournoyer
* gnu/packages/telephony.scm (pjproject): Update to 2.11.1. [tests?]: Remove argument to please guix lint.
2022-01-13gnu: pjproject: Apply patch to install the libpjsua2 shared library.Maxim Cournoyer
* gnu/packages/patches/pjproject-install-libpjsua2.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/telephony.scm (pjproject): Apply it.
2022-01-13gnu: pjproject: Remove the make-source-files-writable phase.Maxim Cournoyer
This phase is no longer needed since commit 39e67ed697951db0c75b0ba76269ca54108d9506. * gnu/packages/telephony.scm (pjproject)[phases] {make-source-files-writable}: Delete phase.
2022-01-13gnu: opendht: Use the GNU build system.Maxim Cournoyer
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.
2022-01-13gnu: opendht: Update to 2.3.1-0.dbbfdaa.Maxim Cournoyer
* 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.
2022-01-13gnu: emacs-eglot: Update to 1.8.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.8.
2022-01-13gnu: yubico-pam: Update to 2.27.Ricardo Wurmus
* gnu/packages/authentication.scm (yubico-pam): Update to 2.27.
2022-01-13gnu: Add python-miio.Petr Hodina
* gnu/packages/android.scm (python-miio): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-13gnu: Add python-android-backup.Petr Hodina
* gnu/packages/android.scm (python-android-backup): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-13gnu: Add python-sphinx-click.Petr Hodina
* gnu/packages/sphinx.scm (python-sphinx-click): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-13gnu: Add python-sphinxcontrib-apidoc.Petr Hodina
* gnu/packages/sphinx.scm (python-sphinxcontrib-apidoc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-12gnu: python-texttable: Update to 1.6.4.Marius Bakke
* gnu/packages/python-xyz.scm (python-texttable): Update to 1.6.4. [arguments]: Respect #:tests? in check phase and increase verbosity.
2022-01-12gnu: python-flask-restx: Update to 0.5.1.Marius Bakke
* gnu/packages/python-web.scm (python-flask-restx): Update to 0.5.1. [arguments]: Disable one more test.
2022-01-12gnu: python-duniterpy: Simplify inputs.Marius Bakke
* gnu/packages/finance.scm (python-duniterpy): Remove input labels.
2022-01-12gnu: python-dyniterpy: Add missing inputs.Marius Bakke
* gnu/packages/finance.scm (python-duniterpy)[arguments]: Add loosen-requirements phase. [propagated-inputs]: Add PYTHON-GRAPHQL-CORE, PYTHON-MNEMONIC, and PYTHON-WEBSOCKET-CLIENT.
2022-01-12gnu: python-base58: Update to 2.1.1.Marius Bakke
* gnu/packages/python-crypto.scm (python-base58)[arguments]: Override check phase. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-BENCHMARK.
2022-01-12gnu: python-websocket-client: Update to 1.2.3.Marius Bakke
* 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.
2022-01-12gnu: python-sqlalchemy-utils: Update to 0.38.2.Marius Bakke
* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.38.2.
2022-01-12gnu: python-scikit-fuzzy: Disable tests.Marius Bakke
* gnu/packages/python-science.scm (python-scikit-fuzzy)[arguments]: Add #:tests?. Remove #:phases.
2022-01-12gnu: python-oslo.log: Update to 4.6.1.Marius Bakke
* 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.
2022-01-12gnu: python-oslo.serialization: Update to 4.2.0.Marius Bakke
* 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.
2022-01-12gnu: python-oslo.utils: Update to 4.12.0.Marius Bakke
* 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.
2022-01-12gnu: python-packaging: Add 21.3.Marius Bakke
* gnu/packages/python-xyz.scm (python-packaging-next): New variable.
2022-01-12gnu: python-oslo.config: Update to 8.7.1.Marius Bakke
* 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.
2022-01-12gnu: python-sphinx-gallery: Update to 0.10.1.Marius Bakke
* gnu/packages/sphinx.scm (python-sphinx-gallery): Update to 0.10.1.
2022-01-12gnu: python-marshmallow: Remove 3.2.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-marshmallow-3.2): Remove variable.
2022-01-12gnu: python-marshmallow-jsonapi: Use python-marshmallow.Marius Bakke
* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[propagated-inputs]: Change from PYTHON-MARSHMALLOW-3.2 to PYTHON-MARSHMALLOW.
2022-01-12gnu: python-sqlalchemy: Remove 1.3.Marius Bakke
* gnu/packages/databases.scm (python-sqlalchemy-1.3): Remove variable.
2022-01-12gnu: python-flask-combo-jsonapi: Fix build.Marius Bakke
* 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.
2022-01-12gnu: python-black: Update to 21.12b0.Marius Bakke
* 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.
2022-01-12gnu: diffoscope: Don't run Black tests.Marius Bakke
* 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.
2022-01-12gnu: python-pyls-black: Update to 0.4.7.Marius Bakke
...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.
2022-01-12gnu: python-isort: Simplify inputs.Marius Bakke
* gnu/packages/python-xyz.scm (python-isort)[native-inputs]: Remove labels.
2022-01-12gnu: python-isort: Do not depend on 'git'.Marius Bakke
* gnu/packages/python-xyz.scm (python-isort)[arguments]: Disable test that uses git. [native-inputs]: Remove GIT-MINIMAL.
2022-01-12gnu: python-isort: Update to 5.10.1.Marius Bakke
* 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.
2022-01-12gnu: python-platformdirs: Update to 2.4.1.Marius Bakke
* 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.
2022-01-12gnu: python-pathspec: Update to 0.9.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-pathspec): Update to 0.9.0.
2022-01-12gnu: python-typing-extensions: Update to 3.10.0.2.Marius Bakke
* gnu/packages/python-xyz.scm (python-typing-extensions): Update to 3.10.0.2.
2022-01-12gnu: python-pari-jupyter: Update to 1.4.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.0. [source, home-page]: Adjust repo name.
2022-01-12gnu: python-nbsphinx: Update to 0.8.8.Marius Bakke
* gnu/packages/sphinx.scm (python-nbsphinx): Update to 0.8.8.
2022-01-12gnu: python-flake8-implicit-str-concat: Permit newer attrs.Marius Bakke
* gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat)[arguments]: Add phase.
2022-01-12gnu: python-modin: Permit newer versions of pandas.Marius Bakke
* gnu/packages/python-science.scm (python-modin)[arguments]: Add phase.
2022-01-12gnu: abjad-ext-ipython: Fix build.Marius Bakke
* gnu/packages/music.scm (abjad-ext-ipython)[arguments]: Add phase to loosen abjad version restriction.
2022-01-12gnu: abjad: Fix build.Marius Bakke
* 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.