aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-05gnu: python-django-pipeline: Fix tests.Marius Bakke
* gnu/packages/django.scm (python-django-pipeline): Provide pythonpath to django-admin.
2021-12-05gnu: python-django-sortedm2m: Fix tests.Marius Bakke
This is a follow-up to commit 283d5ac97f2f7663b788bd2fc3b9a27a3d82c7d5. * gnu/packages/django.scm (python-django-sortedm2m): Invoke django-admin with pythonpath and test settings.
2021-12-05gnu: python-django-contact-form: Update to 1.9.Marius Bakke
* gnu/packages/django.scm (python-django-contact-form): Update to 1.9.
2021-12-05gnu: python-django-jinja: Update to 2.9.1.Marius Bakke
* gnu/packages/django.scm (python-django-jinja): Update to 2.9.1.
2021-12-05gnu: python-django-haystack: Disable sanity check.Marius Bakke
* gnu/packages/django.scm (python-django-haystack)[arguments]: Delete one phase. While at it, remove trailing #t's.
2021-12-05gnu: python-fakeredis: Update to 1.7.0.Marius Bakke
* gnu/packages/databases.scm (python-fakeredis): Update to 1.7.0.
2021-12-05gnu: Django packages propagate Django, after all.Marius Bakke
This reverts commit d7922f488b658b1adb5aff09f04a9bed0221aee1. Mainly to placate the new 'sanity-check' phase, and because --with-input and friends makes it easy to override. * gnu/packages/django.scm (python-django-extensions, python-django-simple-math-captcha, python-django-taggit, python-easy-thumbnails, python-django-haystack, python-django-allauth, python-django-debug-toolbar, python-django-debug-toolbar-alchemy, python-django-assets, python-django-jinja, python-django-picklefield, python-django-bulk-update, python-django-contact-form, python-django-contrib-comments, python-django-pipeline, python-django-redis, python-django-rq, python-django-q, python-django-sortedm2m, python-django-appconf, python-django-statici18n, python-djangorestframework, python-django-sekizai, python-django-crispy-forms, python-django-override-storage, python-django-auth-ldap, python-django-logging-json, python-django-netfields, python-django-url-filter)[propagated-inputs]: Add PYTHON-DJANGO. [native-inputs]: Remove it.
2021-12-05gnu: Add imppgSharlatan Hellseher
* gnu/packages/astronomy.scm: (imppg): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05gnu: Add pqiv.dissent
* gnu/packages/image-viewers.scm (pqiv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05gnu: Add pudb.jgart
* gnu/packages/python-xyz.scm (pudb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05gnu: leo: Use GIT-VERSION.Nicolas Goaziou
* gnu/packages/web-browsers.scm (leo)[source]: Use `git-version' instead of crafting version string. Also fix indentation.
2021-12-05gnu: Add leo.jgart
* gnu/packages/web-browsers.scm (leo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05gnu: minimap2: Update to 2.23.Efraim Flashner
* gnu/packages/bioinformatics.scm (minimap2): Update to 2.23.
2021-12-05gnu: Add guile-ini.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-ini): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-05gnu: evolution: Build with libsoup 2.Vivien Kraus
* gnu/packages/gnome.scm (evolution) [phase adjust-webkitgtk-version]: Remove it. [inputs]: Depend on webkitgtk-with-libsoup2 instead of webkitgtk. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-05gnu: tla2tools: Remove reference to %output.Ricardo Wurmus
* gnu/packages/java.scm (tla2tools)[arguments]: Bind OUTPUTS in build phase 'install to remove reference to %output.
2021-12-05gnu: java-log4j-core: Remove reference to %outputs.Ricardo Wurmus
* gnu/packages/java.scm (java-log4j-core)[arguments]: Remove reference to %outputs by using a gexp.
2021-12-05gnu: java-log4j-api: Remove reference to %outputs.Ricardo Wurmus
* gnu/packages/java.scm (java-log4j-api)[arguments]: Remove reference to %outputs by using a gexp.
2021-12-05gnu: java-native-access: Use older GCC.Ricardo Wurmus
* gnu/packages/java.scm (java-native-access)[native-inputs]: Add gcc-7 to fix the build.
2021-12-05gnu: java-commons-math3: Remove trailing #T.Ricardo Wurmus
* gnu/packages/java.scm (java-commons-math3)[arguments]: Remove trailing #T from build phase.
2021-12-05gnu: salmon: Remove reference to %build-inputs.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (salmon)[arguments]: Use a gexp to remove reference to %build-inputs.
2021-12-04gnu: Add libphonenumberRyan Desfosses
* gnu/package/messaging.scm (libphonenumber): New variable Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-12-04gnu: Add guile-smcArtyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-smc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-04gnu: libhandy: Skip test that requires librsvg on non-x86_64.Ludovic Courtès
* gnu/packages/gnome.scm (libhandy)[arguments]: Add 'skip-test-that-requires-svg' phase on non-x86_64.
2021-12-04gnu: gtranslator: Update to 40.0.Ludovic Courtès
* gnu/packages/gnome.scm (gtranslator): Update to 40.0. [inputs]: Add LIBHANDY.
2021-12-04gnu: gtranslator: Fix compilation.Ludovic Courtès
* gnu/packages/gnome.scm (gtranslator)[inputs]: Replace LIBSOUP with LIBSOUP-MINIMAL-2. [arguments]: Pass #:meson.
2021-12-04gnu: libgda: Do not use the bundled sqlite.Ludovic Courtès
* gnu/packages/gnome.scm (libgda)[source]: Add snippet. [arguments]: Pass "--enable-system-sqlite". [inputs]: Add SQLITE.
2021-12-04gnu: java-commons-math3: Remove references to %build-inputs.Julien Lepiller
* gnu/packages/java.scm (java-commons-math3)[arguments]: Use a gexp to remove references to %build-inputs.
2021-12-04gnu: java-commons-collections4: Remove references to %build-inputs.Julien Lepiller
* gnu/packages/java.scm (java-commons-collections4)[arguments]: Use a gexp to remove references to %build-inputs.
2021-12-04gnu: java-commons-exec-1.1: Remove references to %build-inputs.Julien Lepiller
* gnu/packages/java.scm (java-commons-exec-1.1)[arguments]: Use a gexp to remove references to %build-inputs.
2021-12-04gnu: java-commons-exec: Remove references to %build-inputs.Julien Lepiller
* gnu/packages/java.scm (java-commons-exec)[arguments]: Use a gexp to remove references to %build-inputs.
2021-12-04gnu: maven-components-parent-pom-22: Remove references to %build-inputs.Julien Lepiller
* gnu/packages/maven-parent-pom.scm (maven-components-parent-pom-22) [arguments]: Use a gexp to remove references to %build-inputs.
2021-12-04gnu: java-sonatype-oss-parent-pom-9: Remove references to %build-inputs.Julien Lepiller
* gnu/packages/maven-parent-pom.scm (java-sonatype-oss-parent-pom-9) [arguments]: Use a gexp to remove references to %build-inputs.
2021-12-04gnu: ocaml4.07-ppx-let: Make 'properties' an alist.Ludovic Courtès
The incorrect 'properties' value was introduced in 3649c56a5f23501a5bb3418dc6047b71d494f0fa. * gnu/packages/ocaml.scm (ocaml4.07-ppx-let)[properties]: Turn into an alist.
2021-12-04gnu: sailfish: Remove references to %build-inputs.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use a gexp to remove references to %build-inputs.
2021-12-04gnu: sailfish: Simplify snippet.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (sailfish)[source]: Remove trailing #T from snippet.
2021-12-04gnu: piranha: Remove references to %build-inputs.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (piranha)[arguments]: Use gexp to remove references to %build-inputs.
2021-12-04gnu: piranha: Remove trailing #T.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (piranha)[arguments]: Remove trailing #T from build phases.
2021-12-04gnu: emboss: Remove reference to %build-inputs.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (emboss)[arguments]: Use gexp to remove reference to %build-inputs.
2021-12-04gnu: vcftools: Replace references to %outputs.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (vcftools)[arguments]: Use gexp to remove references to %outputs.
2021-12-04gnu: seqan-1: Use gexp for builder.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (seqan-1)[arguments]: Use a gexp to remove references to %build-inputs and %outputs.
2021-12-04gnu: seqan-2: Use gexp for builder.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (seqan-2)[arguments]: Use a gexp to remove references to %build-inputs and %outputs.
2021-12-04gnu: sra-tools: Remove references to %build-inputs.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Use a gexp instead of referencing %build-inputs.
2021-12-04gnu: preseq: Remove references to %outputs and %build-inputs.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (preseq)[arguments]: Replace references to %outputs and %build-inputs by using a gexp.
2021-12-04gnu: preseq: Simplify snippet.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (preseq)[source]: Simplify snippet.
2021-12-04nls: Update translations.Julien Lepiller
2021-12-04gnu: julia-forwarddiff: Disable tests on i686-linux.zimoun
* gnu/packages/julia-xyz.scm (julia-forwarddiff)[arguments]<#:tests?>: Conditionally disable tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-04gnu: julia-geometrybasics: Fix tests on i686-linux.zimoun
* gnu/packages/julia-xyz (julia-geometrybasics)[arguments]<#:phases>: Conditionally replace the incorrect type in test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-04gnu: julia-structarrays: Fix tests on i686-linux.zimoun
* gnu/packages/julia-xyz.scm (julia-structarrays)[arguments]<#:phases>: Conditionally replace the incorrect type in the test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-04gnu: julia-mutablearithmetics: Fix tests on i686-linux.zimoun
* gnu/packages/julia-xyz.scm (julia-mutablearithmetics)[arguments]<#:phases>: Conditionally disable the failing test. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>