aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: guile2.0-shepherd: Remove.Ludovic Courtès2023-05-05
| | | | | | Version 0.9.x of the Shepherd requires Guile >= 2.2. * gnu/packages/admin.scm (guile2.0-shepherd): Remove.
* read-print: Recognize 'wrap-program' and 'wrap-script' as special forms.Ludovic Courtès2023-05-05
| | | | | * guix/read-print.scm (%special-forms): Add 'wrap-program' and 'wrap-script'.
* read-print: Correctly read "(. x)".Ludovic Courtès2023-05-05
| | | | | | * guix/read-print.scm (read-with-comments): Check whether REST is a pair before calling 'set-cdr!'. * tests/read-print.scm ("read-with-comments: half dot notation"): New test.
* Revert "gnu: Add python-gimmemotifs."Ricardo Wurmus2023-05-05
| | | | | | This reverts commit dc8b3ebe5d4ba2a39c12f62d836963ffee1e4b47. python-gimmemotifs is not usable without proprietary third-party tools.
* gnu: gcc-11: Fix patch-hurd-libpthread phase.Christopher Baines2023-05-05
| | | | | | | | | | It didn't work when it was introduced in 08acdd0765b5f4fbfafa699a823ea7985d4d35a7. * gnu/packages/gcc.scm (gcc-11)[arguments]: Remove the procedure arguments, and use %build-inputs rather than inputs. * gnu/packages/commencement.scm (gcc-boot0)[native-inputs]: Add hurd-patch, as this package inherits from gcc-11.
* gnu: Add python-gimmemotifs.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/bioinformatics.scm (python-gimmemotifs): New variable.
* gnu: Add python-norns.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/python-xyz.scm (python-norns): New variable.
* gnu: Add python-xdg.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/python-xyz.scm (python-xdg): New variable.
* gnu: Add python-qnorm.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/python-xyz.scm (python-qnorm): New variable.
* gnu: Add python-biofluff.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/bioinformatics.scm (python-biofluff): New variable.
* gnu: Add python-genomepy.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/bioinformatics.scm (python-genomepy): New variable.
* gnu: Add python-filelock-3.5.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/python-xyz.scm (python-filelock-3.5): New variable.
* gnu: Add python-logomaker.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/bioinformatics.scm (python-logomaker): New variable.
* gnu: Add python-mysql-connector-python.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/python-xyz.scm (python-mysql-connector-python): New variable.
* gnu: Add protobuf-3.20.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/protobuf.scm (protobuf-3.20): New variable.
* gnu: Add python-palettable.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/python-xyz.scm (python-palettable): New variable.
* gnu: python-pyfaidx: Update to 0.7.2.1.Ricardo Wurmus2023-05-05
| | | | | | | | * gnu/packages/bioinformatics.scm (python-pyfaidx): Update to 0.7.2.1. [build-system]: Use pyproject-build-system. [arguments]: Ignore tests that require large downloads. [native-inputs]: Remove python-six; add python-fsspec, python-pytest, python-pytest-cov, python-mock, and python-numpy.
* news: Add 'de' translation.Florian Pelz2023-05-05
| | | | * etc/news.scm: Add German translation of 'with-configure-flag' entry.
* gnu: python-sanic: Disable failing SSL tests.Lars-Dominik Braun2023-05-05
| | | | | | | | Best guess is that they check for broken behavior in one of the dependencies, which has changed. * gnu/packages/python-web.scm (python-sanic)[arguments]: Disable more tests.
* gnu: python-gssapi: Update to 1.8.2.Lars-Dominik Braun2023-05-05
| | | | | * gnu/packages/python-xyz.scm (python-gssapi): Update to 1.8.2. [native-inputs]: Add python-cython.
* gnu: python-k5test: Update to 0.10.3.Lars-Dominik Braun2023-05-05
| | | | * gnu/packages/python-xyz.scm (python-k5test): Update to 0.10.3.
* gnu: python-atpublic: Update to 3.1.1.Lars-Dominik Braun2023-05-05
| | | | | | | | * gnu/packages/python-check.scm (python-atpublic): Update to 3.1.1. [build-system]: Switch to pyproject-build-system. [arguments]: Remove #:phases, override build backend. [native-inputs]: Replace nose2 with pytest, add python-pdm-backend, python-sybil and python-pytest-cov.
* gnu: Add python-pdm-backend.Lars-Dominik Braun2023-05-05
| | | | * gnu/packages/python-build.scm (python-pdm-backend): New variable.
* gnu: guix: Update to dc5430c.Ludovic Courtès2023-05-05
| | | | * gnu/packages/package-management.scm (guix): Update to dc5430c.
* gnu: python-fs: Remove indirect dependency on Rust when unsupported.Ludovic Courtès2023-05-04
| | | | | | | | This allows to build font-abattis-cantarell on aarch64-linux. * gnu/packages/python-xyz.scm (python-fs)[arguments]: Add #:tests?. [native-inputs]: Turn into the empty list when cross-compiling or when PYTHON-PYFTPDLIB is not supported.
* gnu: psautohint: Remove unneeded dependencies.Ludovic Courtès2023-05-04
| | | | | * gnu/packages/fontutils.scm (psautohint)[native-inputs]: Remove PYTHON-FS and PYTHON-PYTEST-RANDOMLY.
* services: qemu-binfmt: Add more targets.Efraim Flashner2023-05-04
| | | | | | | | * gnu/services/virtualization.scm (%i486, %sparc64, %aarch64be, %xtensa, %xtensaeb, %microblaze, %microblazeel, %or1k, %hexagon, %loongson64): New variables. (%armeb): Correct family field. (%qemu-platforms): Add them.
* services: earlyoom: Rotate log files.Efraim Flashner2023-05-04
| | | | | * gnu/services/linux.scm (%earlyoom-log-rotation): New variable. (earlyoom-service-type): Add service-extension for log rotation.
* gnu: vifm: Update to 0.13.Efraim Flashner2023-05-04
| | | | | * gnu/packages/vim.scm (vifm): Update to 0.13. [arguments]: Adjust substitutions in custom 'patch-test-shebangs phase.
* gnu: python-screed: Update to 1.1.2.Mădălin Ionel Patrașcu2023-05-04
| | | | | | | | | * gnu/packages/bioinformatics.scm (python-screed): Update to 1.1.2. [build-system]: Use pyproject-build-system. [native-inputs]: Remove python-pytest. [inputs]: Remove python-bz2file. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add python-goatools.Navid Afkhami2023-05-04
| | | | | | * gnu/packages/bioinformatics.scm (python-goatools): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-rcircos.Navid Afkhami2023-05-04
| | | | * gnu/packages/cran.scm (r-rcircos): New variable.
* build: Do not fail when '.git' is missing.Ludovic Courtès2023-05-04
| | | | | | This is a followup to a5d719012e0f5115aa89b767edc1fe1a3505915c. * Makefile.am (.git/hooks/pre-push): Add dash.
* gnu: Add python-diff-cover.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/python-xyz.scm (python-diff-cover): New variable.
* gnu: Add python-loguru.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/python-xyz.scm (python-loguru): New variable.
* gnu: Add python-pytest-mypy-plugins.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/check.scm (python-pytest-mypy-plugins): New variable.
* gnu: Add python-chevron.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/python-xyz.scm (python-chevron): New variable.
* gnu: Add python-iteround.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/python-xyz.scm (python-iteround): New variable.
* build: Do not fail when 'git' is missing.Ludovic Courtès2023-05-04
| | | | | | This is a followup to 8b972da068708a8b17f3ab153ea940690ca49ca9. * Makefile.am (.git/config): Add dash.
* gnu: airspyhf: Update to 1.6.8-1.40836c5.Guillaume Le Vaillant2023-05-04
| | | | * gnu/packages/radio.scm (airspyhf): Update to 1.6.8-1.40836c5.
* gnu: linux-libre 5.15: Update to 5.15.110.Leo Famulari2023-05-04
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.110. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 6.1: Update to 6.1.27.Leo Famulari2023-05-04
| | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.27. (linux-libre-6.1-pristine-source): Update hash.
* gnu: linux-libre: Update to 6.2.14.Leo Famulari2023-05-04
| | | | | * gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.14. (linux-libre-6.2-pristine-source): Update hash.
* news: Add entry for '--with-configure-flag'.Ludovic Courtès2023-05-04
| | | | * etc/news.scm: Add entry.
* transformations: Add '--with-configure-flag'.Sarthak Shah2023-05-04
| | | | | | | | | | | | * guix/transformations.scm (transform-package-configure-flag): New procedure. (%transformation-options, %transformation-options) (show-transformation-options-help/detailed): Add it. * tests/transformations.scm ("options->transformation, with-configure-flag"): New test. * doc/guix.texi (Package Transformation Options): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sakura: Remove input labels.Ludovic Courtès2023-05-04
| | | | | * gnu/packages/terminals.scm (sakura)[native-inputs]: Remove input labels.
* gnu: peek: Remove input labels.Ludovic Courtès2023-05-04
| | | | * gnu/packages/video.scm (peek)[inputs, native-inputs]: Remove labels.
* gnu: tint2: Remove input labels.Ludovic Courtès2023-05-04
| | | | * gnu/packages/xdisorg.scm (tint2)[native-inputs]: Remove input labels.
* gnu: maim: Remove input labels.Ludovic Courtès2023-05-04
| | | | * gnu/packages/xdisorg.scm (maim)[inputs]: Remove labels.
* gnu: armadillo: Remove input labels.Ludovic Courtès2023-05-04
| | | | * gnu/packages/maths.scm (armadillo)[inputs]: Remove labels.