Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-web.scm (python-httpx): Update to 0.24.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom check phase in favor of specifying #:test-flags.
[native-inputs]: Add python-hatchling and python-hatch-fancy-pypi-readme.
(python-httpx-bootstrap)[native-inputs]: Add python-hatchling and
python-hatch-fancy-pypi-readme.
|
|
* gnu/packages/python-web.scm (python-httpcore): Update to 0.17.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom check phase; specify #:test-flags; disable broken
tests.
|
|
* gnu/packages/python-web.scm (python-h11): Update to 0.14.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove.
|
|
* gnu/packages/python-web.scm (python-wsproto): Update to 1.2.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove.
|
|
* gnu/packages/bioinformatics.scm (python-dendropy)[native-inputs]: Add
python-pytest.
[arguments]: Add phase 'python-compatibility; remove 'skip-broken-tests; add
#:test-flags; do not delete test files.
[build-system]: Use pyproject-build-system.
|
|
* gnu/packages/python-xyz.scm (python-watchgod): Update to 0.8.1.
[build-system]: Use pyproject-build-system.
[arguments]: Specify #:test-flags instead of overwriting 'check phase.
[native-inputs]: Add python-anyio.
|
|
* gnu/packages/python-xyz.scm (python-fastjsonschema): Reindent.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom check phase; update comment on why tests are
disabled.
|
|
* gnu/packages/python-web.scm (python-rapidjson): Update to 1.10.
[source]: Simplify snippet.
[arguments]: Run tests conditionally; do not delete test files.
|
|
* gnu/packages/patches/rapidjson-gcc-compat.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/web.scm (rapidjson): Update to 1.1.0-1.949c771.
[source]: Remove obsolete patch.
|
|
* gnu/packages/python-xyz.scm (python-multiprocess): Update to 0.70.14.
[build-system]: Use pyproject-build-system.
[arguments]: Adjust directory containing tests; disable two more tests;
replace check phase instead of deleting and adding it; run tests
conditionally.
|
|
* gnu/packages/python-xyz.scm (python-dill): Update to 0.3.6.
[build-system]: Use pyproject-build-system.
[arguments]: Run tests conditionally; drop trailing #T from build phase.
|
|
* gnu/packages/jupyter.scm (python-jupyterlab-widgets): Update to 1.1.4.
[build-system]: Use pyproject-build-system.
|
|
* gnu/packages/python-xyz.scm (python-fire)[native-inputs]: Add python-mock.
|
|
* gnu/packages/patches/gitg-fix-positional-argument.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gnome.scm (gitg)[source]<patches>: Use it here.
|
|
* gnu/packages/patches/gnome-2048-fix-positional-argument.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/games.scm (gnome-2048)[source]<patches>: Use it here.
|
|
* gnu/packages/machine-learning.scm (python-umap-learn)[arguments]: Add phase
'numpy-compatibility.
|
|
* gnu/packages/python-xyz.scm (python-tables)[source]: Remove generated C
files.
[arguments]: Remove trailing #T from build phases; use G-expression; override
library directories.
[inputs]: Add c-blosc and lzo.
|
|
* gnu/packages/python-xyz.scm (python-bokeh)[native-inputs]: Add python-mock.
|
|
* gnu/packages/python-web.scm (python-tornado)[arguments]: Do run tests; add
phase 'fix-collections.
|
|
* gnu/packages/python-xyz.scm (nikola)[propagated-inputs]: Add python-toml.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-mock): Update to 1.1.0-0.01762fd.
[arguments]: Build cl-mock and cl-mock-basic systems.
[inputs]: Add sbcl-bordeaux-threads.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-fast-ecs): Update to 0.2.2.
[native-inputs]: Add sbcl-chlorophyll, sbcl-cl-mock.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-chlorophyll, ecl-chlorophyll,
sbcl-chlorophyll): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.4.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/radio.scm (flwrap): Update to 1.3.6.
|
|
* gnu/packages/djvu.scm (pdf2djvu): Update to 0.9.19.
|
|
Xonsh vim emulation mode/environment variable does not work without this.
* gnu/packages/shell.scm (xonsh)[inputs]: Add PYTHON-PROMPT-TOOLKIT.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/search.scm (plocate): Update to 1.1.18.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lojban): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/valgrind.scm (valgrind): Update to 3.20.0. Remove patch.
[arguments]<phases>: Remove trailing #t.
* gnu/packages/patches/valgrind-enable-arm.patch: Delete file.
* gnu/packages/valgrind.scm (dist_patch_DATA): Unregister patch.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/compression.scm (lz4)[native-inputs]: Remove valgrind.
[arguments]<phases>: Remove trailing #t.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/python-xyz.scm (python-ipykernel)[build-system]: Use
pyproject-build-system.
[arguments]: Use pyproject-build-system modules; add build phase
'hide-zmq-deprecation-warnings.
|
|
* etc/news.scm: Add German translation of core-updates entry.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Begrudgingly
disable one failing test, because there is no information on why it fails.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap)[arguments]:
Add phase 'hide-zmq-deprecation-warning.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap)[build-system]:
Use pyproject-build-system.
|
|
* etc/news.scm: Add entry.
|
|
* gnu/packages/python-science.scm (python-distributed)[build-system]: Use
pyproject-build-system.
[arguments]: Hide deprecation warnings from tornado, because they break almost
all tests; disable three more tests.
|
|
* gnu/packages/check.scm (cppcheck): Update to 2.10.3.
[home-page]: Update to new home-page.
|
|
* gnu/packages/patches/check.scm (cppcheck)[source]: Add patch.
* gnu/packages/patches/cppcheck-disable-char-signedness-test.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
This is a follow-up to commit 370cb92eaa089af19c08d9a7b4f5a96ac5b27716 .
* gnu/packages/graphviz.scm: Drop imported modules.
(graphviz-2.38): Remove package.
|
|
* gnu/packages/code.scm (lcov): Update to 1.16.
|
|
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.204.
|
|
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to
2.204.
|
|
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to
2.204.
[arguments]: Remove.
|
|
* gnu/packages/tls.scm (gnutls)[arguments]: Adjust powerpc-linux phase
'increase-test-timeout to not be embedded inside another phase.
|
|
* gnu/packages/mpd.scm (mpdevil)[native-inputs]: Add gettext-minimal.
|
|
* gnu/packages/fcitx.scm (presage)[arguments]: Adjust configure-flags to
use c++-14 cor CFLAGS and CXXFLAGS.
|
|
* gnu/packages/mail.scm (libpst)[arguments]: Add a phase to detect newer
versions of python3.
[native-inputs]: Add autoconf, automake, gettext-minimal, libool.
|