Commit graph

131063 commits

Author SHA1 Message Date
Nicolas Graves
2fa534a37d
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>
2024-02-18 12:34:46 +00:00
Nicolas Graves
49bb13b0a7
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>
2024-02-18 12:34:46 +00:00
Nicolas Graves
466fe22a89
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>
2024-02-18 12:34:46 +00:00
Nicolas Graves
51fee99e26
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>
2024-02-18 12:34:46 +00:00
Nicolas Graves
aede3fa122
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>
2024-02-18 12:34:46 +00:00
Sharlatan Hellseher
2f1ed825af
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
2024-02-17 23:53:38 +00:00
Sharlatan Hellseher
8cab6bac1c
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
2024-02-17 23:53:38 +00:00
Sharlatan Hellseher
4da2f179d2
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
2024-02-17 23:52:52 +00:00
Sharlatan Hellseher
ccbf143927
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
2024-02-17 22:36:30 +00:00
Sharlatan Hellseher
18240ae446
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
2024-02-17 22:30:31 +00:00
Sharlatan Hellseher
4daeae8583
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
2024-02-17 22:18:56 +00:00
Sharlatan Hellseher
1a2c374c2c
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
2024-02-17 22:13:24 +00:00
Sharlatan Hellseher
e355848578
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
2024-02-17 22:05:37 +00:00
Sharlatan Hellseher
eeaad8c906
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
2024-02-17 21:57:09 +00:00
Sharlatan Hellseher
170efe6e68
gnu: python-crontab: Enable tests.
* gnu/packages/python-xyz.scm (python-crontab): Enable tests.
[arguments] <#:phases>: Add 'disable-failing-tests phase.

Change-Id: I294ff69091ed1ed6b016c194bc8fb6e5af11978c
2024-02-17 21:39:06 +00:00
Giacomo Leidi
96895a65b4
gnu: Add python-apscheduler.
* gnu/packages/python-xyz.scm (python-apscheduler): New variable.

Change-Id: Ib5964520a8d3c9c4711ba2ee4c5812241dc93423
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-17 21:26:05 +00:00
Giacomo Leidi
c2f5d0f7d8
gnu: Add python-pytest-tornado5.
* gnu/packages/check.scm (python-pytest-tornado5): New variable.

Change-Id: I9843e91d750bf17128eb6f566b8dbb5cbc0d8278
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-17 21:13:01 +00:00
Carlo Zancanaro
3cf199dbcf
gnu: sbcl-mcclim: Reformatting.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim): Remove let and reindent.
[source]: Use the version field from the package definition.

Change-Id: Ib7faade37178aff779fbffe1cb439367b5740b91
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-17 12:54:10 +00:00
Carlo Zancanaro
4fecd14409
gnu: sbcl-mcclim: Update to 0.9.8.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim): Update to 0.9.8.
[native-inputs]: Add sbcl-cluffer and sbcl-lorem-ipsum.

Change-Id: I35bed62483973e2dd6f6f142df096abf765b4208
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-17 12:50:36 +00:00
Ricardo Wurmus
91d8046029
gnu: r-segmented: Update to 2.0-3.
* gnu/packages/statistics.scm (r-segmented): Update to 2.0-3.

Change-Id: I2c395add47f1edba140394731ab46cee36dac807
2024-02-16 23:25:08 +01:00
Ricardo Wurmus
d8593c8cce
gnu: r-dbi: Update to 1.2.2.
* gnu/packages/statistics.scm (r-dbi): Update to 1.2.2.

Change-Id: I5fe722195c73983eface9c78f27322b111723c3b
2024-02-16 23:25:08 +01:00
Ricardo Wurmus
a303a40f63
gnu: r-parsnip: Update to 1.2.0.
* gnu/packages/cran.scm (r-parsnip): Update to 1.2.0.

Change-Id: I17b4098f845cd3ed02c37f9796af382755363913
2024-02-16 23:25:08 +01:00
Ricardo Wurmus
397749c9bf
gnu: r-eulerr: Update to 7.0.1.
* gnu/packages/cran.scm (r-eulerr): Update to 7.0.1.

Change-Id: Icc31973837677957ee1886787dd3cfa22d164a7f
2024-02-16 23:25:08 +01:00
Ricardo Wurmus
928bbb754d
gnu: r-prospectr: Update to 0.2.7.
* gnu/packages/cran.scm (r-prospectr): Update to 0.2.7.
[native-inputs]: Add r-knitr.

Change-Id: Ic87c51eae7abdbf0410af94f3dc4c33e36b39fe9
2024-02-16 23:25:07 +01:00
Ricardo Wurmus
b9243e02e2
gnu: r-rnifti: Update to 1.6.0.
* gnu/packages/cran.scm (r-rnifti): Update to 1.6.0.

Change-Id: I7a5cff41ea88307ce6d6c8ce3202570cfe5dac3c
2024-02-16 23:25:07 +01:00
Ricardo Wurmus
903dcccefe
gnu: r-statcheck: Update to 1.5.0.
* gnu/packages/cran.scm (r-statcheck): Update to 1.5.0.
[propagated-inputs]: Add r-stringi.

Change-Id: If45a3ef59406aca472fbc4d8eb76fb13615636f7
2024-02-16 23:25:07 +01:00
Ricardo Wurmus
21cbde4794
gnu: r-v8: Update to 4.4.2.
* gnu/packages/cran.scm (r-v8): Update to 4.4.2.

Change-Id: Ib7943f0c2b513a055c9baa7611e690e0dbb74fb1
2024-02-16 23:25:07 +01:00
Paul A. Patience
7142f6df77
gnu: Add ckdl.
* gnu/packages/serialization.scm (ckdl): New variable.

Change-Id: I658369e85c80c985da3e61d2809d36e6e703ed8c
Signed-off-by: Clément Lassieur <clement@lassieur.org>
2024-02-16 19:48:45 +01:00
Ricardo Wurmus
96a2357a8a
gnu: Add r-httpgd.
* gnu/packages/statistics.scm (r-httpgd): New variable.

Change-Id: Ic92860e67ef1153f23a4a1cf4f2a851fa059cdda
2024-02-16 15:57:29 +01:00
Ricardo Wurmus
1d6dcf4f80
gnu: Add r-unigd.
* gnu/packages/cran.scm (r-unigd): New variable.

Change-Id: Id1a19ef27b76b79785bd25e3597cf84748de80e0
2024-02-16 15:57:29 +01:00
Ricardo Wurmus
bbd92eaa70
gnu: Add r-asioheaders.
* gnu/packages/cran.scm (r-asioheaders): New variable.

Change-Id: If1a82529d7d5b18f1f4d594136a2f4cd388ecbf0
2024-02-16 15:57:29 +01:00
Hilton Chain
5e556a19d2
gnu: Add yq.
* gnu/packages/web.scm (yq): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:34 +00:00
Hilton Chain
8b70d43653
gnu: Add go-github-com-mikefarah-yq-v4.
* gnu/packages/web.scm (go-github-com-mikefarah-yq-v4): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:34 +00:00
Hilton Chain
32aa57a358
gnu: Add go-gopkg-in-op-go-logging-v1.
* gnu/packages/golang-xyz.scm (go-gopkg-in-op-go-logging-v1): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I73b0ab7ed1e0f46a5bf8e4f92bcf3028dbf1a336
2024-02-16 14:17:34 +00:00
Sharlatan Hellseher
60d883db03
gnu: go-github-com-op-go-logging: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-op-go-logging): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here

Change-Id: Ifd2e30b644c7727650eef1996e86b679c994cb35
2024-02-16 14:17:34 +00:00
Hilton Chain
664e227b67
gnu: go-github-com-spf13-cobra: Update to 1.8.0.
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.8.0.
[propagated-inputs]: Remove labels.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I3eff757674ff9eafa1bd1c32bfb12616faa080c6
2024-02-16 14:17:34 +00:00
Hilton Chain
04f2710c5c
gnu: Add go-github-com-pelletier-go-toml-v2.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml-v2): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ibc9ee1c7dc3aac1628d2bd32fafc65c23d25c8e8
2024-02-16 14:17:34 +00:00
Hilton Chain
156bee7acf
gnu: go-github-com-magiconair-properties: Update to 1.8.7.
* gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to
1.8.7.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:34 +00:00
Hilton Chain
852d0eab39
gnu: Add go-github-com-jinzhu-copier.
* gnu/packages/golang-xyz.scm (go-github-com-jinzhu-copier): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ibff15ec235790b915c852a0d9a33572a05f3374d
2024-02-16 14:17:34 +00:00
Hilton Chain
af0b968955
gnu: go-github-com-goccy-yaml: Update to 1.11.3.
* gnu/packages/golang.scm (go-github-com-goccy-yaml): Update to 1.11.3.
[arguments] <#:go>: Use go-1.18.
[native-inputs]: Add go-github-com-google-go-cmp-cmp.  Replace
go-gopkg-in-go-playground-validator-v9 with
go-github-com-go-playground-validator-v10.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic037a61fe627411d380887d7a9f9962abf6ca004
2024-02-16 14:17:34 +00:00
Hilton Chain
8bd9ca475e
gnu: Add go-github-com-go-playground-validator-v10.
* gnu/packages/golang.scm (go-github-com-go-playground-validator-v10): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Id54761e39cd01b3fa84d4183f5da87e8587f90d0
2024-02-16 14:17:34 +00:00
Hilton Chain
d2a64c84a9
gnu: Add go-github-com-go-playground-assert-v2.
* gnu/packages/golang-check.scm (go-github-com-go-playground-assert-v2):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I18a67488291313c18a8e973614d78b6344d4dc45
2024-02-16 14:17:33 +00:00
Hilton Chain
62d3b90925
gnu: go-github-com-leodido-go-urn: Update to 1.4.0.
* gnu/packages/golang.scm (go-github-com-leodido-go-urn): Update to 1.4.0.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I22c392c55843d99f7ab9d69eb46d7c541e7b73f8
2024-02-16 14:17:33 +00:00
Hilton Chain
16bcf95282
gnu: go-github-com-go-playground-universal-translator: Update to 0.18.1.
* gnu/packages/golang.scm (go-github-com-go-playground-universal-translator):
Update to 0.18.1.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia7b89b4f53af9288c9f5c449ef0734f2971031f5
2024-02-16 14:17:33 +00:00
Hilton Chain
d86c93c9cb
gnu: go-github-com-goccy-go-json: Update to 0.10.2.
* gnu/packages/golang-web.scm (go-github-com-goccy-go-json): Update to
0.10.2.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:33 +00:00
Hilton Chain
4a8db1ec82
gnu: go-github-com-fatih-color: Update to 1.16.0.
Fix lint warning: permanent redirect from
<https://godoc.org/github.com/fatih/color> to
<https://pkg.go.dev/github.com/fatih/color?utm_source=godoc>

* gnu/packages/golang.scm (go-github-com-fatih-color): Update to 1.16.0.
[home-page]: Adjust it to resolve lint warning.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I36921eab9350cb3581b58b5cb79fb0e04929045d
2024-02-16 14:17:33 +00:00
Hilton Chain
b6231253ce
gnu: go-github-com-mattn-go-colorable: Update to 0.1.13.
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Update to 0.1.13

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:33 +00:00
Hilton Chain
274b363253
gnu: go-github-com-mattn-go-isatty: Update to 0.0.20.
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.0.20.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic76d494bde95315315a153211f241d80de17ce92
2024-02-16 14:17:33 +00:00
Hilton Chain
10ecec291e
gnu: Add go-github-com-elliotchance-orderedmap.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I44518a6a5371e5312b472aaa2c8d9a417d621924
2024-02-16 14:17:33 +00:00
Hilton Chain
701907fae9
gnu: Add go-github-com-dimchansky-utfbom.
* gnu/packages/golang-xyz.scm (go-github-com-dimchansky-utfbom): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I25ecf3bd881d2317b84ecaef5260c78296f51d56
2024-02-16 14:17:33 +00:00