me
/
guix
Archived
1
0
Fork 0
Commit Graph

91945 Commits (24994691e0a30934bd2a8777a3069906135c9592)

Author SHA1 Message Date
Marius Bakke 9ebf6c21af
gnu: python-flask-session: Update to 0.4.0.
* gnu/packages/python-web.scm (python-flask-session): Update to 0.4.0.
2022-01-22 10:23:01 +01:00
Marius Bakke 443b8f2908
gnu: python-flask: Update to 2.0.2.
* gnu/packages/python-web.scm (python-flask): Update to 2.0.2.
2022-01-22 10:23:01 +01:00
Marius Bakke 45cb47c4d3
gnu: python-werkzeug: Update to 2.0.2.
* gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.2.
2022-01-22 10:23:01 +01:00
Marius Bakke 038c65b380
gnu: python-louvain: Build with older setuptools.
* gnu/packages/graph.scm (python-louvain)[native-inputs]: Add
PYTHON-SETUPTOOLS.
2022-01-22 10:23:01 +01:00
Marius Bakke 9f57352e12
gnu: python-tqdm: Update to 4.62.3.
* gnu/packages/python-xyz.scm (python-tqdm): Update to 4.62.3.
2022-01-22 10:23:00 +01:00
Marius Bakke b2faad4bd0
gnu: python-upsetplot: Update to 0.6.0.
* gnu/packages/python-science.scm (python-upsetplot): Update to 0.6.0.
[source](modules, snippet): New fields.
[arguments]: Remove obsolete phase.  Respect TESTS? in check phase.
2022-01-22 10:23:00 +01:00
Marius Bakke 4f6cbc0aee
gnu: python-pandas: Remove old version.
* gnu/packages/python-science.scm (python-pandas-0.25): Remove variable.
(python2-pandas): Inherit from PYTHON-PANDAS.
2022-01-22 10:23:00 +01:00
Marius Bakke 5ec4129907
gnu: Add python-psycopg.
* gnu/packages/databases.scm (python-psycopg): New variable.
2022-01-22 10:23:00 +01:00
Marius Bakke 84bcda58fc
gnu: Add python-psycopg-pool.
* gnu/packages/databases.scm (python-psycopg-pool): New variable.
2022-01-22 10:23:00 +01:00
Marius Bakke 8830d9f900
gnu: python-pytest-asyncio: Update to 0.17.2.
* gnu/packages/check.scm (python-pytest-asyncio): Update to 0.17.2.
[arguments]: Specify setuptools-scm version.  Replace check phase.
[native-inputs]: Remove PYTHON-COVERAGE.  Add PYTHON-FLAKY and
PYTHON-SETUPTOOLS-SCM.
* gnu/packages/python-xyz.scm (python-tqdm, python-watchgod)[arguments]:
Specify asyncio_mode when running tests.
2022-01-22 10:23:00 +01:00
Marius Bakke b62737097c
gnu: python-pytest-mock: Cope with test warnings.
* gnu/packages/check.scm (python-pytest-mock)[source](modules, snippet): New
fields.
[arguments]: Increase test verbosity and remove obsolete workaround.
2022-01-22 10:23:00 +01:00
Marius Bakke 98d9869412
gnu: python-tenacity: Update to 8.0.1.
* gnu/packages/python-xyz.scm (python-tenacity): Update to 8.0.1.
[propagated-inputs]: Remove.
[native-inputs]: Add PYTHON-TYPEGUARD.  Remove PYTHON-SPHINX.
[arguments]: Rewrite in gexp style.
2022-01-22 10:23:00 +01:00
Marius Bakke aec7c0cb44
gnu: Add python-typeguard.
* gnu/packages/python-xyz.scm (python-typeguard): New variable.
2022-01-22 10:23:00 +01:00
Marius Bakke 16f9ca544d
gnu: python-mypy: Update to 0.931.
* gnu/packages/python-check.scm (python-mypy): Update to 0.931.
[native-inputs]: Remove PYTHON-FLAKE8, PYTHON-FLAKE8-BUGBEAR,
PYTHON-FLAKE8-PYI, PYTHON-IMPORTLIB-METADATA, and PYTHON-PYTEST-COV.
[propagated-inputs]: Remove PYTHON-TYPED-AST.  Replace PYTHON-TOML with
PYTHON-TOMLI.
2022-01-22 10:23:00 +01:00
Marius Bakke 9153e3b872
gnu: python-cython: Add 3.0.0a10.
* gnu/packages/python-xyz.scm (python-cython-3): New variable.
2022-01-22 10:22:59 +01:00
Marius Bakke 69cc97cdfb
gnu: Add pproxy.
* gnu/packages/networking.scm (pproxy): New variable.
2022-01-22 10:22:59 +01:00
Marius Bakke ad004a2f66
gnu: postgresql: Add 14.1.
* gnu/packages/databases.scm (postgresql-14): New variable.
2022-01-22 10:22:59 +01:00
Marius Bakke ee6e69a554
gnu: python-psycopg2: Update to 2.9.3.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.3.
[home-page]: Follow redirect to <https://www.psycopg.org>.
2022-01-22 10:22:59 +01:00
jgart via Guix-patches via e22957fc15
gnu: Add nbss-upload.
* gnu/packages/python-xyz.scm (nbss-upload): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 12:20:46 +03:00
Morgan Smith d0744d8650
gnu: jacal: Update to 1c7.
* gnu/packages/patches/jacal-fix-texinfo.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Delete this.
* gnu/packages/maths.scm (jacal)[source]: Delete this patch.
[version]: Update to 1c7.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 12:07:55 +03:00
Morgan Smith c8512d8443
gnu: slib: Update to 3b6.
* gnu/packages/scheme.scm (slib): Update to 3b6.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 12:05:16 +03:00
Morgan Smith c26cc96da2
gnu: scm: Fix build.
* gnu/packages/scheme.scm (scm)[arguments]: Add trailing slashes for library
paths in build and post-install phases.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 12:01:23 +03:00
jgart via Guix-patches via 2f51d374b8
gnu: mblaze: Update to 1.2.
* gnu/packages/mail.scm (mblaze): Update to 1.2.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 11:56:06 +03:00
SeerLite via Guix-patches via 41f41c0f22
gnu: alacritty: Fix failing build.
* gnu/packages/crates-io.scm (rust-alacritty-terminal)[inputs]: Update rust-nix.
* gnu/packages/terminals.scm (alacritty)[arguments]: Add phase 'use-new-nix.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 11:45:16 +03:00
Remco van 't Veer 91487b08ce
gnu: sssd: Undefine SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH.
This commit follows a7fb50b577.

* gnu/packages/sssd.scm [arguments]: Undefine
SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH in add-config-in phase.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 11:40:27 +03:00
Remco van 't Veer a7fb50b577
gnu: sssd: Fix build with samba-4.15.3.
* gnu/packages/patches/sssd-fix-samba-4.15.3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/sssd.scm [source]: Add this.
[native-inputs]: Add AUTOCONF.
[arguments]: Add add-config-in phase.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 11:28:21 +03:00
Ricardo Wurmus bef0266be9
gnu: r-mosaic: Update to 1.8.3.
This is a follow-up to commit 2ced098512,
which had been pushed by accident.

* gnu/packages/cran.scm (r-mosaic): Update to 1.8.3.
[propagated-inputs]: Add r-ggridges, r-ggstance, r-leaflet, and r-rlang;
remove r-lazyeval.
2022-01-22 09:22:20 +01:00
Ricardo Wurmus f5454f6bd1
gnu: Add r-leaflet.
* gnu/packages/cran.scm (r-leaflet): New variable.
2022-01-22 09:11:57 +01:00
Leo Famulari 5798df20fc
gnu: svt-av1: Update to 0.9.0.
* gnu/packages/video.scm (svt-av1): Update to 0.9.0.
2022-01-22 03:07:32 -05:00
Maxim Cournoyer e9c30fed52
gnu: gnome-calculator: Update to 41.0 and re-style inputs.
* gnu/packages/gnome.scm (gnome-calculator): Update to 41.0.
[native-inputs]: Re-style.
[inputs]: Likewise.
2022-01-22 01:53:45 -05:00
Maxim Cournoyer 8eb9333281
gnu: gnome-system-monitor: Update to 41.0 and re-style inputs.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 41.0.
[native-inputs]: Re-style.
[inputs]: Likewise.
2022-01-22 01:53:45 -05:00
Maxim Cournoyer 42fc467d04
gnu: orca: Update to 41.0.
* gnu/packages/gnome.scm (orca): Update to 41.0.
[phases]: Delete trailing #t.
[native-inputs]: Re-style.
[inputs]: Likewise.
2022-01-22 01:53:45 -05:00
Maxim Cournoyer c9b2eb6bcd
gnu: gnote: Update to 41.2.
* gnu/packages/gnome.scm (gnote): Update to 41.2.
[build-system]: Use meson.
[arguments]: New field.
[native-inputs]: Delete unittest-cpp.
[description]: Re-indent.
2022-01-22 01:53:29 -05:00
Maxim Cournoyer 9d4b5877c4
gnu: polari: Update to 41.0.
* gnu/packages/gnome.scm (polari): Update to 41.0.
[phases]: Delete trailing #t.
2022-01-22 01:25:34 -05:00
Maxim Cournoyer ef451d9164
gnu: gnome-todo: Update to 41.0 and enable tests.
* gnu/packages/patches/gnome-todo-libportal.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnome.scm (gnome-todo): Update to 41.0.
[source]: Apply patch.
[arguments]: Use G-exp.
[tests?]: Delete field, enabling tests.
[phases]: Move check phase after install phase.
{pre-check}: Add phase.
[native-inputs]: Re-style.
[inputs]: Likewise.
[description]: Re-indent.
2022-01-22 01:16:23 -05:00
Maxim Cournoyer 2b77a66edb
gnu: granite: Update to 6.2.0 and add python to native inputs.
* gnu/packages/pantheon.scm (granite)[phases]: Delete trailing #t.
[inputs]: Use new style.
[native-inputs]: Likewise and add python.
2022-01-22 01:10:54 -05:00
Maxim Cournoyer ceb72ad0f4
gnu: tinyalsa: Update to 2.0.0.
* gnu/packages/audio.scm (tinyalsa): Update to 2.0.0.
2022-01-21 23:16:27 -05:00
Nicolas Goaziou f997af9c6f
gnu: nheko: Fix build.
* gnu/packages/messaging.scm (nheko)[arguments]: Use G-expressions.
2022-01-22 01:08:24 +01:00
Nicolas Goaziou 98a322e02e
gnu: nheko: Remove inputs labels.
* gnu/packages/messaging.scm (nheko)[inputs, native-inputs]: Remove labels.
2022-01-21 22:29:57 +01:00
raingloom 9ecf2745c5
gnu: nheko: Update to 0.9.0.
* gnu/packages/messaging.scm (nheko): Update to 0.9.0.
[inputs]: Add coeurl, curl, libevent and xcb-util-wm.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 22:27:31 +01:00
Nicolas Goaziou 656cb94e88
gnu: qtkeychain: Remove trailing #T from phases.
* gnu/packages/qt.scm (qtkeychain)[arguments]<#:phases>: Remove trailing #T.
2022-01-21 22:27:30 +01:00
raingloom e01ba2e4db
gnu: Update qtkeychain to 0.13.2.
* gnu/packages/qt.scm (qtkeychain): Update 0.13.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 22:26:46 +01:00
Nicolas Goaziou f1aba776bd
gnu: mtxclient: Remove trailing #T from phases.
* gnu/packages/messaging.scm (mtxclient)[arguments]<#:phases>: Remove trailing #T.
2022-01-21 22:26:45 +01:00
raingloom f36a175a3a
gnu: mtxclient: Update to 0.6.1.
* gnu/packages/messaging.scm (mtxclient): Update to 0.6.1.
[inputs]: Add curl, coeurl and libevent.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 22:25:53 +01:00
raingloom a693f4e04b
gnu: Add coeurl.
* gnu/packages/curl.scm (coeurl): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 22:25:53 +01:00
raingloom b1542d5960
gnu: spdlog: Build shared library.
* gnu/packages/logging.scm (spdlog)[arguments]: Enable SPDLOG_BUILD_SHARED flag.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 21:54:54 +01:00
Nicolas Goaziou 66e948d5e1
gnu: Fix copyright a line.
* gnu/packages/games.scm: Fix a copyright line.
2022-01-21 21:51:42 +01:00
Nicolas Goaziou 9dbc503223
gnu: naev: Update to 0.9.2.
* gnu/packages/games.scm (naev): Update to 0.9.2.
[inputs]: Add python since Meson build-system does not propagate it anymore.
2022-01-21 21:46:30 +01:00
Nicolas Goaziou e143654088
gnu: pyzo: Update to 4.12.0.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.0.
[source]: Get source from GitHub since last release is not available on PyPi.
2022-01-21 21:21:03 +01:00
Oleg Pykhalov a13a3141a1
gnu: knot-resolver: Fix build.
Since commit 6f36d0c89e, Meson no longer
propagates Python.

* gnu/packages/dns.scm (knot-resolver)[inputs]: Add PYTHON.
2022-01-21 21:56:06 +03:00