~ruther/guix-local

d41d3d8f — Nicolas Graves 2 years ago
gnu: node-irc and node-irc-colors: Move in alphabetical order.

* gnu/packages/node-xyz.scm (node-irc and node-irc-colors): Move packages in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
499164f4 — Nicolas Graves 2 years ago
gnu: node-readable-stream: Move package in alphabetical order.

* gnu/packages/node-xyz.scm (node-readable-stream): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
d2eb7a2b — Nicolas Graves 2 years ago
gnu: node-string-decoder: Move package in alphabetical order.

* gnu/packages/node-xyz.scm (node-string-decoder): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
ded5f62a — Nicolas Graves 2 years ago
gnu: node-safe-buffer: Move package in alphabetical order.

* gnu/packages/node-xyz.scm (node-safe-buffer): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2fa534a3 — Nicolas Graves 2 years ago
gnu: node-inherits: Move package in alphabetical order.

* gnu/packages/node-xyz.scm (node-inherits): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
49bb13b0 — Nicolas Graves 2 years ago
gnu: node-ieee754: Move package in alphabetical order.

* gnu/packages/node-xyz.scm (node-ieee754): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
466fe22a — Nicolas Graves 2 years ago
gnu: node-once: Move package in alphabetical order.

* gnu/packages/node-xyz.scm (node-once): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
51fee99e — Nicolas Graves 2 years ago
gnu: node-util-deprecate: Move package in alphabetical order.

* gnu/packages/node-xyz.scm (node-util-deprecate): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
aede3fa1 — Nicolas Graves 2 years ago
gnu: node-bindings: Move package in alphabetical order.

* gnu/packages/node-xyz.scm (node-bindings): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2f1ed825 — Sharlatan Hellseher 2 years ago
gnu: python-simpervisor: Enable tests.

* gnu/packages/python-xyz.scm (python-simpervisor) [arguments]
<#:test-flags>: Parallelise tests.
<#:phases>: Use standard 'check phase.
[native-inputs]: Add python-psutil and python-pytest-xdist.

Change-Id: Ica52d672470309593b1d01c5cc4713f080c2c1b3
8cab6bac — Sharlatan Hellseher 2 years ago
gnu: python-simpervisor: Update to 1.0.0.

* gnu/packages/python-xyz.scm (python-simpervisor): Update to 1.0.0.
[build-system]: Swap to pyproject-build-system, new release does not
have setup.py.
[native-inputs]: Add python-hatchling.

Change-Id: I3c0c9d4e22b5462af11bed2f823e4dbefd291180
4da2f179 — Sharlatan Hellseher 2 years ago
gnu: python-devtools: Update to 0.12.2, fix build.

* gnu/packages/python-xyz.scm (python-devtools): Update to 0.12.2.
[build-system]: Swap to pyproejct-build-system.
[arguments] <#:phases>: Use standard 'check phase. Add
'relax-requirements phase.
[propagated-inputs]: Add python-asttokens and python-executing.
[native-inputs]: Add python-hatchling.

Change-Id: I5562e34443e606d93cd38f8ef8ad58f61e044c86
ccbf1439 — Sharlatan Hellseher 2 years ago
gnu: python-watchdog: Simplify package.

* gnu/packages/python-xyz.scm (python-watchdog) [build-system]: Swap to
pyproject-build-system.
[arguments] <#:test-flags>: Move skipped test here.
<#:phases>: Use standard 'check phase.

Change-Id: Id813dcfb567f9769fbb4408a159519004c67b85b
18240ae4 — Sharlatan Hellseher 2 years ago
gnu: python-humanize: Update to 4.0.0.

* gnu/packages/python-xyz.scm (python-humanize): Update to 4.0.0.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-freezegun and python-pytest.

Change-Id: I46d06824eb9b43a3540f7b3880ec06f895c290d5
4daeae85 — Sharlatan Hellseher 2 years ago
gnu: python-trio-websocket: Simplify package.

* gnu/packages/python-xyz.scm (python-trio-websocket) [build-system]:
Swap to pyproject-build-system.
[arguments] <#:phases>: Use standard 'check phase.

Change-Id: I58bc13f64b15d50ff0746e9b4677229df807d415
1a2c374c — Sharlatan Hellseher 2 years ago
gnu: python-xyzservices: Simplify package.

* gnu/packages/python-xyz.scm (python-xyzservices) [build-system]: Swap
to pyproject-build-system.
[arguments] <#:test-flags>: Skip tests requiring request module, as seen
in project's GitHub Actions.
<#:phases>: Use standard 'check phase.

Change-Id: I9092e282bebc8539e9ceed5ec87559d64513a486
e3558485 — Sharlatan Hellseher 2 years ago
gnu: python-zeroconf: Simplify package.

* gnu/packages/python-xyz.scm (python-zeroconf) [build-system]: Swap to
pyproject-build-system.
[arguments] <#:test-flags>: Move skipped tests here.
<#:phases>: Use standard 'check phase.

Change-Id: I7891a817b984a440a957ae8809d5e4877dc43d0e
eeaad8c9 — Sharlatan Hellseher 2 years ago
gnu: python-crontab: Update to 3.0.0.

* gnu/packages/python-xyz.scm (python-crontab): Update to 3.0.0.
[arguments] <#:phases> {disable-failing-tests}: Add one more test to
ignore.

Change-Id: Icfd2f0e788f459f4b1935f1e2da7ef4779b19402
170efe6e — Sharlatan Hellseher 2 years ago
gnu: python-crontab: Enable tests.

* gnu/packages/python-xyz.scm (python-crontab): Enable tests.
[arguments] <#:phases>: Add 'disable-failing-tests phase.

Change-Id: I294ff69091ed1ed6b016c194bc8fb6e5af11978c
96895a65 — Giacomo Leidi 2 years ago
gnu: Add python-apscheduler.

* gnu/packages/python-xyz.scm (python-apscheduler): New variable.

Change-Id: Ib5964520a8d3c9c4711ba2ee4c5812241dc93423
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next