me
/
guix
Archived
1
0
Fork 0
Commit Graph

83372 Commits (0d38f821202f0cf88248684d1e1c63d3f8f868fe)

Author SHA1 Message Date
Tobias Geerinckx-Rice 0d38f82120
gnu: rtl8821ce-linux-module: Prepare for cross-compilation.
* gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]:
Use CC-FOR-TARGET.
2021-10-01 21:27:35 +02:00
Tobias Geerinckx-Rice bdd190e3aa
build-system: linux-module: Don't explicitly return #t from phases.
* guix/build-system/linux-module.scm (configure): Remove explicit #t return value.
2021-10-01 21:27:35 +02:00
Tobias Geerinckx-Rice 834415c33a
build-system: linux-module: Build and install in parallel.
* guix/build-system/linux-module.scm (linux-module-build)
(guix/build-system/linux-module.scm): Accept the PARALLEL-BUILD? keyword
and pass it on to the builder.
* guix/build/linux-module-build-system.scm (build, install): Capture and
honour it.
2021-10-01 21:27:35 +02:00
Maxim Cournoyer 7dbd06a13b
gnu: proot: Update to 5.2.0-alpha-0.a70023a and fix version string.
* gnu/packages/linux.scm (proot): Update to 5.2.0-alpha-0.a70023a.
[tests?]: Reinstate tests for the aarch64-linux architecture.
[phases]{patch-sources}: Reinstate the test-ssssssss.c test, fixed upstream.
Set the VERSION Make variable, which is normally derived from invoking git.
Delete the new test-docker.sh test file.  Delete the known-to-be-failing
test-cdd39012.sh and test-d92b57ca.sh test files.
{check}: No longer set the PROOT_NO_SECCOMP environment variable as the
upstream issue appears to have been resolved.
[native-inputs]: Use the current coreutils package.
2021-10-01 14:56:35 -04:00
jgart 8827ef8a50
gnu: Add guile-pipe.
* gnu/packages/guile-xyz.scm (guile-pipe): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-01 20:27:04 +02:00
Maxim Cournoyer 1aa7f017e8
gnu: Add python-pytest-exploratory.
* gnu/packages/python-check.scm (python-pytest-exploratory): New variable.
2021-10-01 10:24:36 -04:00
Xinglu Chen 8579304e8f
build: Don’t delete ‘guix-gc.timer’ file.
Without this invoking ‘make clean’ would remove ‘guix-gc.timer’, and ‘make’
would fail with.

  make[2]: *** No rule to make target 'etc/guix-gc.timer', needed by 'all-am'.  Stop.

* nix/local.mk (nodist_systemdservice_DATA): Remove ‘guix-gc.timer’.
2021-10-01 08:58:06 +00:00
Nicolas Goaziou f80ce9b6b3
gnu: emacs-treemacs: Update to 2.9.1.
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.1.
2021-10-01 10:30:50 +02:00
Nicolas Goaziou 8be41a07ad
gnu: emacs-parseedn: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.4.
2021-10-01 10:29:17 +02:00
Nicolas Goaziou b8d3c8925a
gnu: emacs-parseclj: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.4.
2021-10-01 10:28:09 +02:00
Nicolas Goaziou eefbf1cf16
gnu: emacs-crdt: Update to 0.2.6.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.2.6.
2021-10-01 10:26:02 +02:00
Nicolas Goaziou e001855638
gnu: emacs-counsel-etags: Update to 1.10.0.
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.10.0.
2021-10-01 10:23:14 +02:00
Nicolas Goaziou a66ee01fb7
gnu: emacs-a: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-a): Update to 1.0.0.
2021-10-01 10:21:51 +02:00
Nicolas Goaziou 15361025f7
gnu: emacs-org-contrib: Update description.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update description according
to new repository.
2021-10-01 10:19:47 +02:00
Nicolas Goaziou 0bb3a7289a
gnu: emacs-org: Update to 9.5.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.
2021-10-01 10:15:09 +02:00
Nicolas Goaziou df9d72ddb0
gnu: emacs-org-contrib: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.2.
2021-10-01 10:14:52 +02:00
Nicolas Goaziou 88c37b6ac7
gnu: emacs-tramp: Update to 2.5.1.3.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.1.3.
2021-10-01 09:52:30 +02:00
Xinglu Chen 88d26e13fe
gnu: av-98: Set 'upstream-name' property.
* gnu/packages/web-browsers.scm (av-98)[properties]: Set ‘upstream-name’.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-30 23:44:49 +02:00
Xinglu Chen 7b75f90c5b
import: pypi: Honor the 'upstream-name' package property.
Previously, when a PyPI package had a “-” followed by one or more digits in
its name, e.g., “AV-98”, the importer would interpret “98” as the version of
the package and thus mistake the “AV-98” package for the “av” package on PyPI.

  $ ./pre-inst-env guix refresh av-98
  following redirection to `https://pypi.org/pypi/av/json'...
  /home/yoctocell/src/guix/gnu/packages/web-browsers.scm:914:13: av-98 would be upgraded from 1.0.1 to 8.0.3

Setting the ‘upstream-name’ property to “AV-98” would solve the problem.

  $ ./pre-inst-env guix refresh av-98
  /home/yoctocell/src/guix/gnu/packages/web-browsers.scm:914:13: 1.0.1 is already the latest version of av-98

* guix/import/pypi.scm (guix-package->pypi-name): Honor ‘upstream-name’
property.
(make-pypi-sexp): Set ‘upstream-name’ property when appropriate.
* tests/pypi.scm (test-json): Rename to ...
(test-json-1): ... this.
(test-json-2): New variable
("guix-package->pypi-name, honor 'upstream-name'"): New test.
("pypi->guix-package, package name contains \"-\" followed by digits"):
Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-30 23:44:49 +02:00
Vinicius Monego e29c3e1856
gnu: Remove python-py-bcrypt.
* gnu/packages/python-crypto.scm (python-py-bcrypt, python2-py-bcrypt): Remove
variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-30 23:44:49 +02:00
Vinicius Monego 6d6b3a0c3c
gnu: python-passlib: Use python-bcrypt.
py-bcrypt is unmaintained and support will be dropped in passlib 1.8. The
recommended option is bcrypt.

* gnu/packages/python-crypto.scm (python-passlib)[propagated-inputs]: Remove
python-py-bcrypt. Add python-bcrypt.
[arguments]<#:phases>: Don't return #t.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-30 23:44:49 +02:00
Vinicius Monego fee1a41f95
gnu: Remove python2-passlib.
* gnu/packages/python-crypto.scm (python2-passlib): Remove variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-30 23:44:49 +02:00
Xinglu Chen 885c46a7e5
gnu: grokmirror: Update to 2.0.11.
* gnu/packages/version-control.scm (grokmirror): Update to 2.0.11.
[arguments]<#:phases>: Don’t return #t.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-30 23:44:49 +02:00
Ludovic Courtès bedcba8f5c
discovery: Hide Guile warnings when loading modules.
Fixes <https://issues.guix.gnu.org/43747>.

* guix/discovery.scm (scheme-modules): Parameterize 'current-warning-port'.
2021-09-30 23:44:49 +02:00
zimoun 270b30705d
packages: Factorize and document 'computed-origin-method'.
The 'computed-origin-method' had been introduced to work around
limitations of the 'snippet' mechanism.  The procedure was duplicated,
which made it hard to automatically detect packages using it.

* guix/packages.scm (computed-origin-method): Move procedure from...
* gnu/packages/gnuzilla.scm: ...here and...
* gnu/packages/gnuzilla.scm: ...there.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-30 23:44:48 +02:00
Liliana Marie Prikler 56b10709ef
gnu: komikku: Update to 0.34.0.
* gnu/packages/gnome.scm (komikku): Update to 0.34.0.
2021-09-30 21:46:10 +02:00
Maxim Cournoyer e2c58b9150
gnu: Add python-pytest-repeat.
* gnu/packages/python-check.scm (python-pytest-repeat): New variable.
2021-09-30 10:27:55 -04:00
Efraim Flashner 7b59508ca7
gnu: Add julia-documenter.
These four variables are added in the same commit to avoid a cyclic
dependency.

* gnu/packages/julia-xyz.scm (julia-documenter,
julia-documentermarkdown, julia-documentertools): New variables.
(julia-documenter-bootstrap): New hidden variable.
2021-09-30 14:25:48 +03:00
Efraim Flashner 647edfd0d3
gnu: Add julia-sass.
* gnu/packages/julia-xyz.scm (julia-sass): New variable.
2021-09-30 14:20:15 +03:00
Efraim Flashner ac1166fbdb
gnu: Add julia-libsass-jll.
* gnu/packages/julia-jll.scm (julia-libsass-jll): New variable.
2021-09-30 14:20:15 +03:00
Efraim Flashner 60d3484f7c
gnu: Add julia-ansicoloredprinters.
* gnu/packages/julia-xyz.scm (julia-ansicoloredprinters): New variable.
2021-09-30 14:20:14 +03:00
Efraim Flashner 3893f13669
gnu: Add julia-pycall.
* gnu/packages/julia-xyz.scm (julia-pycall): New variable.
2021-09-30 14:20:14 +03:00
Efraim Flashner 25bb6f0822
gnu: Add julia-mlstyle.
* gnu/packages/julia-xyz.scm (julia-mlstyle): New variable.
2021-09-30 14:20:14 +03:00
Efraim Flashner 55e1fa89f1
gnu: Add julia-measurements.
* gnu/packages/julia-xyz.scm (julia-measurements): New variable.
2021-09-30 14:20:14 +03:00
Efraim Flashner 8733d2c235
gnu: Add julia-quadgk.
* gnu/packages/julia-xyz.scm (julia-quadgk): New variable.
2021-09-30 14:20:14 +03:00
Ricardo Wurmus b28cd884b8
gnu: r-gdsfmt: Adjust bad substitution.
* gnu/packages/bioconductor.scm (r-gdsfmt)[source]: Include beginning-of-line
anchor in substitution regular expression.
2021-09-30 12:39:49 +02:00
Ricardo Wurmus 0398a89fa1
gnu: r-delayedmatrixstats: Update to 1.14.3.
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.14.3.
2021-09-30 12:39:49 +02:00
Ricardo Wurmus 425c53b568
gnu: r-s4vectors: Update to 0.30.1.
* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.30.1.
2021-09-30 12:39:49 +02:00
Ricardo Wurmus c935b25a9e
gnu: r-biocpkgtools: Update to 1.10.2.
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.10.2.
[propagated-inputs]: Remove r-rex.
2021-09-30 12:39:49 +02:00
Ricardo Wurmus 3683f7f0a8
gnu: r-timeseriesexperiment: Update to 1.10.1.
* gnu/packages/bioconductor.scm (r-timeseriesexperiment): Update to 1.10.1.
2021-09-30 12:39:48 +02:00
Ricardo Wurmus 74e2186731
gnu: r-gdsfmt: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.28.1.
2021-09-30 12:39:48 +02:00
Ricardo Wurmus 494b7c4eca
gnu: r-cicero: Update to 1.10.1.
* gnu/packages/bioconductor.scm (r-cicero): Update to 1.10.1.
2021-09-30 12:39:48 +02:00
Ricardo Wurmus 3278daa726
gnu: r-zinbwave: Update to 1.14.2.
* gnu/packages/bioconductor.scm (r-zinbwave): Update to 1.14.2.
2021-09-30 12:39:48 +02:00
Ricardo Wurmus a88e7abf2f
gnu: r-clusterprofiler: Update to 4.0.5.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.0.5.
[propagated-inputs]: Remove r-rvcheck; add r-yulab-utils.
2021-09-30 12:39:48 +02:00
Ricardo Wurmus 1359fc7fbd
gnu: r-ggtree: Update to 3.0.4.
* gnu/packages/bioconductor.scm (r-ggtree): Update to 3.0.4.
[propagated-inputs]: Remove r-rvcheck; add r-ggfun and r-yulab-utils.
2021-09-30 12:39:48 +02:00
Ricardo Wurmus 538618552b
gnu: r-matrixgenerics: Update to 1.4.3.
* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.4.3.
2021-09-30 12:39:48 +02:00
Ricardo Wurmus ce23a074f0
gnu: r-chippeakanno: Update to 3.26.4.
* gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.26.4.
2021-09-30 12:39:48 +02:00
Ricardo Wurmus 4fb187b79e
gnu: r-diffbind: Update to 3.2.7.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.2.7.
2021-09-30 12:39:47 +02:00
Ricardo Wurmus 43ac163bdf
gnu: r-genomicfeatures: Update to 1.44.2.
* gnu/packages/bioconductor.scm (r-genomicfeatures): Update to 1.44.2.
2021-09-30 12:39:47 +02:00
Ricardo Wurmus 7c6046a6db
gnu: r-genomeinfodb: Update to 1.28.4.
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.28.4.
2021-09-30 12:39:47 +02:00