summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Remove python2-pytest-capturelog.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/check.scm (python2-pytest-capturelog): Delete variable.
* gnu: Remove python2-nose2.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/check.scm (python2-nose2): Delete variable.
* gnu: Remove python2-testlib.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/check.scm (python2-testlib): Delete variable.
* gnu: Remove python2-pytest-catchlog.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/check.scm (python2-pytest-catchlog): Delete variable.
* gnu: Remove python2-nose-timer.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/check.scm (python2-nose-timer): Delete variable.
* gnu: Remove transmission-remote-cli.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bittorrent.scm (transmission-remote-cli): Delete variable.
* gnu: Remove pyicoteo.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (pyicoteo): Delete variable.
* gnu: Remove python2-pbcore.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (python2-pbcore): Delete variable.
* gnu: Remove python2-pyfaidx.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (python2-pyfaidx): Delete variable.
* gnu: Remove python2-screed.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (python2-screed): Delete variable.
* gnu: Remove miso.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (miso): Delete variable.
* gnu: Remove python2-warpedlmm.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (python2-warpedlmm): Delete variable.
* gnu: Remove poretools.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (poretools): Delete variable.
* gnu: Remove python2-dendropy.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (python2-dendropy): Delete variable.
* gnu: Remove bamm.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (bamm): Delete variable.
* gnu: Remove python2-pybedtools.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (python2-pybedtools): Delete variable.
* gnu: Remove python2-htseq.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (python2-htseq): Delete variable.
* gnu: Remove pepr.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (pepr): Delete variable.
* gnu: tetoolkit: Update to 2.2.1b.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (tetoolkit): Update to 2.2.1b. [python]: Delete argument. [phases]: Delete trailing #t. {make-writable}: Delete phase. {adjust-requirements}: New phase. {patch-invocations}: Use search-input-file. {wrap-program}: Use search-input-file. [inputs]: Remove python2-argparse. Replace python2-pysam with python-pysam. [home-page]: Update URL.
* gnu: Remove python2-pybigwig.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (python2-pybigwig): Delete variable.
* gnu: Remove ribodiff.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (ribodiff): Delete variable.
* gnu: Remove grit.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (grit): Delete variable.
* gnu: Remove python2-fastalite.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (python2-fastalite): Delete variable.
* gnu: Remove python2-pyaudio.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (python2-pyaudio): Delete variable.
* gnu: Remove raul-devel.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (raul-devel): Delete variable.
* gnu: Remove raul.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (raul): Delete variable.
* gnu: Remove ingen.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/music.scm (ingen): Delete variable.
* gnu: Remove python2-pyalsaaudio.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (python2-pyalsaaudio): Delete variable.
* gnu: Remove graphios.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/admin.scm (graphios): Delete variable.
* gnu: Remove python2-langkit.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/ada.scm (python2-langkit): Delete variable.
* gnu: Remove python-pytest-runner-2.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/check.scm (python-pytest-runner-2): Delete variable. (python2-pytest-runner): Likewise.
* diagnostics: Fix typo about 0-indexed COL in location.Maxim Cournoyer2022-05-31
| | | | | | * guix/diagnostics.scm (source-properties->location): The location column is 0-indexed, not 1-indexed (the same as in source-properties, so the code is accurate).
* utils: Add a %guix-source-root-directory procedure.Maxim Cournoyer2022-05-31
| | | | * guix/utils.scm (%guix-source-root-directory): New procedure.
* utils: Add a 'delete-expression' procedure.Maxim Cournoyer2022-05-31
| | | | | | | * guix/utils.scm: Fix copyright lines and order imports. (edit-expression): Fix typo in doc. Add a new 'include-trailing-newline?' keyword argument. Update doc. (delete-expression): New procedure.
* etc/committer: Teach it how to commit package removal.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | | | * etc/committer.scm.in (hunk-types): New variable. (<hunk>): Rename hunk-definition? getter to 'hunk-type'. (diff-info): Mute a git warning by separating file names from arguments with '--'. Rename the 'definitions?' variable to 'type'. Use the 'addition type when a new package addition is detected, 'removal when removed else #f. (add-commit-message): Re-indent. (remove-commit-message): New procedure. (main)[definitions]: Make commit message conditional depending on whether it is an addition or removal. [changes]: Adjust indentation.
* etc/committer: Prefix (sxml xpath) symbols to avoid name conflict.Maxim Cournoyer2022-05-31
| | | | | | | | | | This avoids a naming conflict for 'filter', provided by both (srfi srfi-1) and (sxml xpath). * etc/committer.scm.in: Use 'use-modules' instead of 'import', and use a prefix for the (sxml xpath) module. (new-sexp): Adjust accordingly. (change-commit-message): Likewise.
* packages: Fix typo in package-superseded doc.Maxim Cournoyer2022-05-31
| | | | * guix/packages.scm (package-superseded): Fix typo.
* gnu: icecat: Update to 91.10.0-guix0-preview1 [security fixes].Mark H Weaver2022-05-31
| | | | | | | | | Includes fixes for CVE-2022-31736, CVE-2022-31737, CVE-2022-31738, CVE-2022-31739, CVE-2022-31740, CVE-2022-31741, CVE-2022-31742, and CVE-2022-31747. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu: ungoogled-chromium: Update to 102.0.5005.61-3.Marius Bakke2022-05-31
| | | | | * gnu/packages/chromium.scm (%ungoogled-revision): Bump to latest. (%ungoogled-origin): Update hash.
* gnu: python-sip-4: Update to 4.19.25.Efraim Flashner2022-05-31
| | | | * gnu/packages/qt.scm (python-sip-4): Update to 4.19.25.
* gnu: guile-ac-d-bus: Run test suite.Maxim Cournoyer2022-05-31
| | | | | | | | | * gnu/packages/patches/guile-ac-d-bus-fix-tests.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/guile-xyz.scm (guile-ac-d-bus) [source]: Apply patch. [phases]{check}: New phase. [native-inputs]: Add bash-minimal.
* gnu: guile-ac-d-bus: Build and install info manual.Maxim Cournoyer2022-05-31
| | | | | | | * gnu/packages/guile-xyz.scm (guile-ac-d-bus) [arguments]: Use gexps. [phases]{build-doc, install-doc}: New phases. [native-inputs]: Add texinfo.
* gnu: python-distributed: Update to 2022.05.2.Ricardo Wurmus2022-05-31
| | | | | | | * gnu/packages/python-science.scm (python-distributed): Update to 2022.05.2. [arguments]: Remove 'sanity-check phase; adjust 'check phase. [propagated-inputs]: Add python-urllib3. [native-inputs]: Add python-pytest-timeout and python-flaky.
* gnu: r-haven: Fix build.Ricardo Wurmus2022-05-31
| | | | | | * gnu/packages/cran.scm (r-haven)[arguments]: Adjust 'unbundle-readstat phase. Reported-by: Jonas Freimuth.
* gnu: python-fsspec: Update to 2022.5.0.Ricardo Wurmus2022-05-31
| | | | * gnu/packages/python-xyz.scm (python-fsspec): Update to 2022.5.0.
* image: Add fat32 support.Pavel Shlyak2022-05-31
| | | | | | | | | | | | * gnu/build/image.scm (make-vfat-image): Pass fs-bits as an argument and force 1kb logical sector size only if "ESP" flag is set. (make-partition-image): Add "fat32" partition type, support explicit "fat16" type with vfat alias. * gnu/system/image.scm (partition->dos-type partition): Return file system IDs for "fat16" and "fat32" partitions. (partition->gpt-type partition): Ditto. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-helpful: Update to 0.19yarl baudig2022-05-31
| | | | | | | | | * gnu/packages/patches/emacs-helpful-docstring-test.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.19. [source]: Use the patch. * gnu/local.mk (dist_patch_DATA): Register the patch. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: gandi.cli: Fix by downgrading python-click.Pierre Langlois2022-05-30
| | | | | * gnu/packages/python-xyz.scm (python-click-7): New variable. * gnu/packages/networking.scm (gandi.cli)[inputs]: Depend on python-click-7.
* gnu: python-click@8: Remove redundant package.Pierre Langlois2022-05-30
| | | | | | | The python-click package is already version 8. * gnu/packages/python-xyz.scm (python-click-8): Remove variable. (python-proselint)[propagated-inputs]: Depend on python-click.
* gnu: python-scanpy: Update to 1.9.1.Ricardo Wurmus2022-05-30
| | | | | | | * gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.9.1. [arguments]: Add phase 'set-numba-cache-dir; disable more broken tests. [propagated-inputs]: Add python-dask and python-session-info; replace python-louvain-0.7 with python-louvain.