~ruther/guix-local

843bec9a — Danny Milosavljevic 1 year, 5 months ago
gnu: python-nptyping: Revert change.

Revert part of commit ca305f0716a71c28c5c40e9b6fb09195682f03dd.

Change-Id: Id9a91a20fa35bac12e78a05fdc514fd954e4c178
ca305f07 — Danny Milosavljevic 1 year, 5 months ago
gnu: python-pytest-flakefinder: Fix build.

* gnu/packages/python-check.scm (python-pytest-flakefinder)[native-inputs]:
Add python-wheel, python-setuptools.

Change-Id: Ic43963f7877901923f266cc89d07380bb0f66bfd
187a223d — Danny Milosavljevic 1 year, 5 months ago
gnu: python-ipykernel: Fix build.

* gnu/packages/python-xyz.scm (python-ipykernel)[arguments]<#:test-flags>:
Ignore DeprecationWarning.

Change-Id: I73cb5e43321715d0dbeeff281ecbd9001e1b0e43
ee2231f8 — Danny Milosavljevic 1 year, 5 months ago
gnu: python-jupyter-client: Fix build.

* gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]<#:phases>
[check]: Ignore DeprecationWarning.

Change-Id: I62fe07725e8aaf2bd7d5c4022f11237320727cfe
af027c81 — Efraim Flashner 1 year, 5 months ago
gnu: python-libvirt: Fix build.

* gnu/packages/virtualization.scm (python-libvirt)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: I3f5ada563ad66b67e2d0b67a027ff8efad9bce99
07aced5c — Efraim Flashner 1 year, 5 months ago
gnu: b4: Fix build.

* gnu/packages/version-control.scm (b4)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: Ib9406def598f4654f564286d47fe1821a712367f
87ce159b — Efraim Flashner 1 year, 5 months ago
gnu: python-sip: Skip the test phase.

* gnu/packages/qt.scm (python-sip)[arguments]: Skip the tests.

Change-Id: I329d774ab4abe25dc9a5db7b8f49ff548590d310
00b86f58 — Efraim Flashner 1 year, 5 months ago
gnu: python-setuptools-scm-next: Fix build.

* gnu/packages/python-build.scm (python-setuptools-scm-next)
[native-inputs]: Add python-wheel.

Change-Id: Ib5ba510b67f652119f20b0e5a601cc7082716427
ace9a96f — Efraim Flashner 1 year, 5 months ago
gnu: vdirsyncer: Fix build.

* gnu/packages/dav.scm (vdirsyncer)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: Ie949357cad03d55f79d4d73c1be9aaec50e53696
3545b0f9 — Efraim Flashner 1 year, 5 months ago
gnu: python-icalendar: Fix build.

* gnu/packages/python-xyz.scm (python-icalendar)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ibb367c723895ea82c71d954896c9969f3a2bd785
43b8a238 — Efraim Flashner 1 year, 5 months ago
gnu: python-urwidgets: Update to 0.2.1.

* gnu/packages/python-xyz.scm (python-urwidgets): Update to 0.2.1.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I31f06eab91c435f7192812310a6a6b001145f60e
ce1032d2 — Efraim Flashner 1 year, 5 months ago
gnu: toot: Fix build.

* gnu/packages/fediverse.scm (toot)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I404c25a277f455169c294e8fdcfcd1596ebce0e1
services: mingetty: Support waiting on shepherd services.

For auto-login on systems with elogind, dbus-system needs to be started.  This
commit adds ability to express that ordering.

* gnu/services/base.scm (<mingetty-configuration>): Add shepherd-requirement
field.
(mingetty-shepherd-service): Use it.
* doc/guix.texi (Base Services)<mingetty-configuration>: Document it.

Change-Id: Iedbdc4375180740379d561aa193d7c63350d2e7b
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
services: mingetty: Rename misnamed accessors.

Rename the accessors to ensure all start with `mingetty-configuration-'
prefix.  Some were named just `mingetty-$FIELD', instead of
`mingetty-configuration-$FIELD'.

The renaming *is* backwards compatible, since in the define-module's #:export
argument the correct (`mingetty-configuration-$FIELD') were used already and
thus the accessors were not accessible.

* gnu/services/base.scm (<mingetty-configuration>): Rename accessors for
auto-login, login-program, login-pause?, clear-on-logout?.

Change-Id: I4557a82498805ade0b341feda9d33eccc305690f
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
services: mingetty: Add additional configuration options.

Not all aspects of mingetty were configurable, so this commit adds the
additional configuration fields to support that.

* gnu/services/base.scm (<mingetty-configuration>): Add delay, print-issue,
print-hostname, nice, working-directory, root-directory fields.
(mingetty-shepherd-service): Use the new fields.
(define-module)<#:export>: Export the new accessors.
* doc/guix.texi (Base Services)<mingetty-configuration>: Document the
additional field.

Change-Id: I4557a82498805ade0b341feda9d33eccc305690f
b8d72efb — Zheng Junjie 1 year, 5 months ago
gnu: python-argparse-manpage: Fix build.

* gnu/packages/python-xyz.scm (python-argparse-manpage)[native-inputs]: Add
python-pip, python-setuptools and python-wheel.

Change-Id: Ibb2ceb41f74d6a39df7a423b55a9ee91aae9948e
65d1edf5 — Danny Milosavljevic 1 year, 5 months ago
gnu: autopep8: Update to 2.0.4.

* gnu/packages/python-xyz.scm (autopep8): Update to 2.0.4.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Replace python-toml by python-tomli.
[native-inputs]: Add python-setuptools, python-wheel.
[arguments]<#:phases>[prepare-check]: Add phase.

Change-Id: I3b92521e5cfe5d527f7836deb653909197b25145
51263dc3 — Josep Bigorra 1 year, 5 months ago
gnu: Add qt6ct.

* gnu/packages/qt.scm (qt6ct): New variable.

Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Change-Id: Icc6807229a56d1638627bce3f1e60949f74a446c
08990526 — Zheng Junjie 1 year, 5 months ago
gnu: uncrustify: Update to 0.80.1.

* gnu/packages/code.scm (uncrustify): Update to 0.80.1.

Change-Id: I8b074985625aeeca0cf734ffb25e3fd2022e25ba
5ac1a443 — Zheng Junjie 1 year, 5 months ago
gnu: wlogout: Update to 1.2.2.

* gnu/packages/wm.scm (wlogout): Update to 1.2.2.

Change-Id: Ieb1559bd50f3aad988ec4e16cfe5396004a3cab3
Next