summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-06gnu: python-flake8: Do not delete and recreate check phase.•••* gnu/packages/python-xyz.scm (python-flake8)[arguments]: Replace check phase instead of deleting. Remove trailing #t. Marius Bakke
2021-05-06gnu: python-flake8: Do not use the 'bootstrap' pytest.•••* gnu/packages/python-xyz.scm (python-flake8)[native-inputs]: Change from PYTHON-PYTEST-BOOTSTRAP to PYTHON-PYTEST. Marius Bakke
2021-05-06gnu: python-django@2.2: Update to 2.2.22.•••* gnu/packages/django.scm (python-django-2.2): Update to 2.2.22. Marius Bakke
2021-05-06gnu: python-django: Update to 3.2.2.•••* gnu/packages/django.scm (python-django): Update to 3.2.2. Marius Bakke
2021-05-06gnu: Remove python-pykka.•••This trivial package is severely outdated and has failed to build for a long time. * gnu/packages/python-xyz.scm (python-pykka): Remove variable. Marius Bakke
2021-05-06gnu: python-dnspython: Update to 2.1.0.•••* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.1.0. Marius Bakke
2021-05-06gnu: gunicorn: Update to 2.1.0.•••* gnu/packages/python-web.scm (gunicorn): Update to 2.1.0. [arguments]: Ignore one test that cannot run in the build container. [native-inputs]: Add PYTHON-GEVENT. Marius Bakke
2021-05-06gnu: gunicorn: Remove unneeded runtime dependencies.•••* gnu/packages/python-web.scm (gunicorn)[arguments]: Override 'wrap' phase. Marius Bakke
2021-05-06gnu: gunicorn: Respect '--without-tests'.•••* gnu/packages/python-web.scm (gunicorn)[arguments]: Only run tests when TESTS? is #true. Marius Bakke
2021-05-06gnu: Add perl-bio-db-hts.•••* gnu/packages/bioinformatics.scm (perl-bio-db-hts): New variable. Ricardo Wurmus
2021-05-06gnu: taisei: Update to 1.3.2.•••* gnu/packages/games.scm (taisei): Update to 1.3.2. [inputs]: Add cglm. Tobias Geerinckx-Rice
2021-05-06gnu: Add cglm.•••* gnu/packages/maths.scm (cglm): New public variable. Tobias Geerinckx-Rice
2021-05-06gnu: epson-inkjet-printer-escpr: Update to 1.7.10.•••* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.10. Tobias Geerinckx-Rice
2021-05-06gnu: php: Update to 7.4.19.•••* gnu/packages/php.scm (php): Update to 7.4.19. Tobias Geerinckx-Rice
2021-05-06gnu: telegram-purple: Note support status.•••* gnu/packages/messaging.scm (telegram-purple)[description]: Set expectations. Tobias Geerinckx-Rice
2021-05-06gnu: telegram-purple: Update to 1.4.7.•••* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.7. Tobias Geerinckx-Rice
2021-05-06gnu: nginx: Fix cross-compilation.•••* gnu/packages/web.scm (nginx)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice
2021-05-06gnu: nginx: Build http_xslt_module.•••* gnu/packages/web.scm (nginx)[inputs]: Add libxml2 and libxslt. [arguments]: Add "--with-http_xslt_module" to the configure flags. Set up CFLAGS to find libxml2 headers. Tobias Geerinckx-Rice
2021-05-06gnu: nyxt: Update to 2-pre-release-7.•••* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-7. [arguments]: Set GI_TYPELIB_PATH to the value in the build environment, not just gsettings-desktop-schemas since we also need the typelibs of GTK, Pango, etc. [inputs]: Add sbcl-cl-gobject-introspection, gtk+, webkitgtk, gobjectintrospection. There are all needed for the new GI-based renderer. Pierre Neidhardt
2021-05-06gnu: sbcl-cl-webkit: Update to 20210504.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210504. Pierre Neidhardt
2021-05-06gnu: translate-shell: Adjust to changes in emacs-build-system.•••* gnu/packages/dictionaries.scm (translate-shell)[arguments]: Replace custom 'emacs-install phase with the 'install phase from the emacs-build-system. Also add 'emacs-make-autoload and 'emacs-autoloads-completion phases from the emacs-build-system. Adjust modules and imported modules accordingly. Efraim Flashner
2021-05-06services: dovecot: Add ‘managesieve-sieve-capability’ option.•••* gnu/services/mail.scm (protocol-configuration): Add a ‘managesieve-sieve-capability’ field. * doc/guix.texi (Mail Services): Document it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Alexey Abramov
2021-05-06services: dovecot: Add ‘managesieve-notify-capability’ option.•••* gnu/services/mail.scm (protocol-configuration): Add a ‘managesieve-notify-capability’ field. * doc/guix.texi (Mail Services): Document it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Alexey Abramov
2021-05-06services: dovecot: Add ‘imap-metadata?’ protocol configuration option.•••* gnu/services/mail.scm (protocol-configuration): Add an ‘imap-metadata?’ setting to enable IMAP METADATA support in the ‘imap’ protocol. * doc/guix.texi (Mail Services): Document it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Alexey Abramov
2021-05-06services: dovecot: Add ‘mail-attribute-dict’ configuration option.•••* gnu/services/mail.scm (dovecot-configuration): Define a ‘mail-attribute-dict’ directive for IMAP METADATA storage. * doc/guix.texi (Mail Services): Document it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Alexey Abramov
2021-05-06gnu: knot-resolver: Update to 5.3.2.•••* gnu/packages/dns.scm (knot-resolver): Update to 5.3.2. Tobias Geerinckx-Rice
2021-05-06gnu: oath-toolkit: Build libpskc and pskctool.•••* gnu/packages/authentication.scm (oath-toolkit)[arguments]: Add "--enable-pskc" and "--with-xmlsec-crypto-engine=openssl" to #:configure-flags. [native-inputs]: Add libltdl. [inputs]: Add openssl and xmlsec-openssl. [description]: Document the two new features. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Simon Josefsson via Guix-patches via
2021-05-06gnu: rasdaemon: Use correct @acronym command arity.•••* gnu/packages/linux.scm (rasdaemon)[description]: Use @acronym with 1 comma only (@comma is not yet supported). Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Alexey Abramov via Guix-patches via
2021-05-05download: Restore error reporting.•••Normal error reporting was disrupted by the introduction of Disarchive in commit fbc2a52a32ddc664db8ebab420c2e17b1432c744. In particular, running 'guix download' would succeed with a partially downloaded file. * guix/build/download.scm (disarchive-fetch/any): Return '#f' when Disarchive cannot be found, the specification cannot be found, or Disarchive fails due to an error. Timothy Sample
2021-05-06gnu: filezilla: Update to 3.53.1.•••* gnu/packages/ftp.scm (filezilla): Update to 3.53.1. Tobias Geerinckx-Rice
2021-05-06gnu: libfilezilla: Update to 0.28.0.•••* gnu/packages/ftp.scm (libfilezilla): Update to 0.28.0. [native-inputs]: Add gcc-8. Tobias Geerinckx-Rice
2021-05-06gnu: mutt: Update to 2.0.7.•••* gnu/packages/mail.scm (mutt): Update to 2.0.7. Tobias Geerinckx-Rice
2021-05-06gnu: loksh: Update to 6.9.•••* gnu/packages/shells.scm (loksh): Update to 6.9. [source]: Check out recursively. [build-systems]: Switch to Meson. [inputs]: Remove libbsd. [arguments]: Remove the old build system's #:make-flags and #:phases customisation. Tobias Geerinckx-Rice
2021-05-06gnu: msmtp: Don't TP Debian's house.•••* gnu/packages/mail.scm (msmtp)[arguments]: Fix comment typo. Tobias Geerinckx-Rice
2021-05-05gnu: python-django: Disable django-admin wrapper.•••* gnu/packages/django.scm (python-django)[arguments]: Delete 'wrap' phase. [native-inputs]: Move PYTHON-JINJA2 ... [propagated-inputs]: ... here. While at it, add a comment about which inputs are optional and adjust order accordingly. Marius Bakke
2021-05-05gnu: python-django: Update to 3.2.1.•••* gnu/packages/django.scm (python-django): Update to 3.2.1. Marius Bakke
2021-05-05gnu: python-django: Support '--without-tests'.•••* gnu/packages/django.scm (python-django)[arguments]: Test for TESTS? in the 'check' phase. Marius Bakke
2021-05-05gnu: python-djangorestframework: Update to 3.12.4.•••* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.4. Marius Bakke
2021-05-05gnu: python-django-picklefield: Test with Django 2.2.•••* gnu/packages/django.scm (python-django-picklefield)[native-inputs]: Change from PYTHON-DJANGO to PYTHON-DJANGO-2.2. Marius Bakke
2021-05-05gnu: python-django-debug-toolbar: Update to 3.2.1.•••* gnu/packages/django.scm (python-django-debug-toolbar): Update to 3.2.1. Marius Bakke
2021-05-05gnu: python-sqlparse: Remove unnecessary runtime dependencies.•••* gnu/packages/databases.scm (python-sqlparse)[arguments]: Override 'wrap' phase. Marius Bakke
2021-05-05gnu: python-cached-property: Update to 1.5.2.•••* gnu/packages/python-xyz.scm (python-cached-property): Update to 1.5.2. Marius Bakke
2021-05-05gnu: python-netaddr: Update to 0.8.0.•••* gnu/packages/python-xyz.scm (python-netaddr): Update to 0.8.0. Marius Bakke
2021-05-05gnu: python-asgiref: Update to 3.3.4.•••* gnu/packages/python-web.scm (python-asgiref): Update to 3.3.4. Marius Bakke
2021-05-05gnu: python-bcrypt: Update to 3.2.0.•••* gnu/packages/python-crypto.scm (python-bcrypt): Update to 3.2.0. Marius Bakke
2021-05-05gnu: python-django-auth-ldap: Update to 2.4.0.•••* gnu/packages/django.scm (python-django-auth-ldap): Update to 2.4.0. Marius Bakke
2021-05-05gnu: python-sqlparse: Update to 0.4.1.•••* gnu/packages/databases.scm (python-sqlparse): Update to 0.4.1. Marius Bakke
2021-05-05gnu: uBlock Origin: Update to 1.35.2.•••* gnu/packages/browser-extensions.scm (uassets): Update to f52147302. (ublock-origin): Update to 1.35.2. Marius Bakke
2021-05-05gnu: rasdaemon: Fix Texinfo syntax of description.•••Regression introduced in 58805da44dac6b180245edd8a6419343f64d221c. * gnu/packages/linux.scm (rasdaemon)[description]: Avoid @acronym since Guile's Texinfo module doesn't currently support @comma{}. * doc/guix.texi (Linux Services): Use @comma{} within @acronym. Ludovic Courtès
2021-05-05gnu: emacs-vertico: Update to 0.8.•••* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.8. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Xinglu Chen