~ruther/guix-local

c51a28cc — Nicolas Graves 4 months ago
gnu: python-fuzzywuzzy: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-fuzzywuzzy):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: Ifb4cc94ee97be094fdcea9fce51a959698c7d373
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b57d343f — Nicolas Graves 4 months ago
gnu: python-android-stringslib: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-android-stringslib):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I7c061c2e0dca15dec54d4be502c5c941559bb1f1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
7fe747bd — Sharlatan Hellseher 4 months ago
gnu: Add go-1.25.

* gnu/packages/golang.scm (go-1.25, go-std-1.25): New variables.

Change-Id: I7e8b7d98e84c83f7a218e9bc42434214fb125d88
Reviewed-by: Efraim Flashner <efraim@flashner.co.il>
d5ae99f8 — Nicolas Graves 4 months ago
gnu: python-requests-file: Update to 3.0.1.

* gnu/packages/python-xyz.scm (python-requests-file): Update to 3.0.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Drop them.
[native-inputs]: Add python-pytest, python-setuptools.
[propagated-inputs]: Remove python-six.
[home-page]: Update it.

Change-Id: Iaeae065b9ab7fbb54a442d9890f98673a78cb3ef
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
379667f3 — Nicolas Graves 4 months ago
gnu: python-zeep: Relax requests-file requirement.

* gnu/packages/python-web.scm (python-zeep)[arguments]
<#:phases>: Add phase 'relax-requirements.

Change-Id: Id09558d0ab8d2dc6d4cd1ae815dafb4d78eb89fb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1a6ab6cb — Nicolas Graves 4 months ago
gnu: python-tldextract: Relax requests-file requirement.

* gnu/packages/python-web.scm (python-tldextract)[arguments]
<#:phases>: Add phase 'relax-requirements.

Change-Id: I88bf257884323f4e8ccd82ba7d2727c86b458b37
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
473ec075 — Nicolas Graves 4 months ago
gnu: python-userspacefs: Update to 3.1.1.

* gnu/packages/python-xyz.scm (python-userspacefs): Update to 3.1.1.
[propagated-inputs]: Remove python-fusepyng, add python-aiohttp,
python-typing-extensions.

Change-Id: Idb1fe6116e4433e789baaee916783f33e4ce41a8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
350ebf03 — Nicolas Graves 4 months ago
gnu: dbxfs: Update to 2.0.1.

* gnu/packages/python-xyz.scm (dbxfs): Update to 2.0.1.
[source]<patches>: Drop patch.  The code has been reorganized in a way
that makes it easier to drop the sentry_sdk dependency.
[arguments]<#:phases>: Drop the sentry_sdk dependency in phase
'relax-requirements.
[propagated-inputs]: Remove python-keyring, python-keyrings-alt.

Change-Id: Ied640a1b5de9ed2dae462184cce51692243b9dfb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2e4c2c69 — Nicolas Graves 4 months ago
gnu: python-fusepy: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-fusepy):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable it.
<#:phases>: Refresh it.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I4855d99676f65aa1fc9176e9fcbbd206bafea537
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
87a41ed7 — Nicolas Graves 4 months ago
gnu: python-gitignore-parser: Update to 0.1.13.

* gnu/packages/python-xyz.scm (python-gitignore-parser): Update to 0.1.13.
[arguments]: Replace <#:phases> with <#:test-backend>.
[native-inputs]: Remove python-wheel.

Change-Id: Iacb4eb8dfbe8c8bf7916f51b060d4cdb26619110
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
05125220 — Nicolas Graves 4 months ago
gnu: python-globber: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-globber):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: Ifcde6333973d4769574174c291b1876ecc2fdae6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
e4fd402e — Nicolas Graves 4 months ago
gnu: python-beautifultable: Update to 1.1.0.

* gnu/packages/python-xyz.scm (python-beautifultable): Update to 1.1.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Replace <#:phases> with <#:test-backend>.
[native-inputs]: Add python-pandas, python-setuptools.
[description]: Improve style.

Change-Id: I305dede9a5fa05189ecb2f728f394fba1ea5506e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
43857e4c — Nicolas Graves 4 months ago
gnu: python-gipc: Update to 1.8.0.

* gnu/packages/python-xyz.scm (python-gipc): Update to 1.8.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-pytest, python-setuptools.  Remove unzip.
[description]: Improve style.

Change-Id: Ib98a76e6df6d37f718e363485351a61c78e6858f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
750104cd — Sharlatan Hellseher 4 months ago
gnu: go-modernc-org-sqlite: Enable tests.

* gnu/packages/golang-xyz.scm (go-modernc-org-sqlite)[arguments]
<tests?>: Enable them.
<phases>: Add 'post-check-remove-test-data.
[propagated-inputs]: Remove go-modernc-org-mathutil.
[native-inputs]: Add go-github-com-google-pprof,
go-github-com-mattn-go-sqlite3, go-modernc-org-fileutil, and
go-modernc-org-mathutil.

Change-Id: I7350ce34ba61f3ffdcfa33ae6d531beba0bc7305
bf08f884 — Sharlatan Hellseher 4 months ago
gnu: go-modernc-org-libc: Enable tests.

* gnu/packages/golang-xyz.scm (go-modernc-org-libc)[arguments] <tests?>:
Enable them.
[native-inputs]: Add go-golang-org-x-tools, go-modernc-org-ccgo-v4,
go-modernc-org-fileutil, and go-modernc-org-goabi0.

Change-Id: I05d13396bcba7a30b3ef4c51a00e2106dd92b927
7a4c4a39 — Sharlatan Hellseher 4 months ago
gnu: Add go-modernc-org-goabi0.

* gnu/packages/golang-xyz.scm (go-modernc-org-goabi0): New variable.

Change-Id: Id290bc65264f7257d6ad71b4ed8f197c6e7a6c65
65217c83 — Sharlatan Hellseher 4 months ago
gnu: Add go-modernc-org-ccgo.

* gnu/packages/golang-xyz.scm (go-modernc-org-ccgo-v3)
(go-modernc-org-ccgo-v4): New variables.

Change-Id: Ic6e90a2b4e44aec47d4085aeefb7895e60309d59
974b312d — Sharlatan Hellseher 4 months ago
gnu: Add go-modernc-org-cc.

* gnu/packages/golang-check.scm (go-modernc-org-ccorpus2): Add a remark
about provided assets.
(go-modernc-org-cc-v3, go-modernc-org-cc-v4, go-modernc-org-cc-v5): New
variables.

Change-Id: Id908e989a752b1e0f8116762641b1c24ab5174ba
f65dc21e — Sharlatan Hellseher 4 months ago
gnu: Add go-modernc-org-gc.

* gnu/packages/golang-xyz.scm (go-modernc-org-gc, go-modernc-org-gc-v2)
(go-modernc-org-gc-v3): New variables.

Change-Id: I911b46d109e3125a699c450e900de98250911057
437851aa — Sharlatan Hellseher 4 months ago
gnu: Add go-modernc-org-y.

* gnu/packages/golang-xyz.scm (go-modernc-org-y): New variable.

Change-Id: If6c6335dc9e6a935d3ba65fc53d715be4fedef02
Next