~ruther/guix-local

bf44cde2 — Sharlatan Hellseher 4 months ago
gnu: python-tldextract: Update to 5.3.0.

* gnu/packages/python-xyz.scm (python-tldextract): Update to 5.3.0.
[native-inputs]: Remove python-wheel; add python-syrupy.

Change-Id: Ic8090573c34e1f9e1ae6aca61b8ff81457aa6005
05d1383b — Sharlatan Hellseher 4 months ago
gnu: python-tldr: Rename to tldr.

This package is the final CLI and not a Python library.

* gnu/packages/python-xyz.scm (tldr): New variable.
[propagated-inputs]: Move to [inputs].
(python-tldr): Mark as deprecated in favor of tldr.

Change-Id: Icbfa5dd09a9f30165b5ea7825cc9e6a48e96b860
27d29889 — Sharlatan Hellseher 4 months ago
gnu: python-tldr: Update to 3.4.3.

* gnu/packages/python-xyz.scm (python-tldr): Update to 3.4.3.
[native-inputs]: Remove python-pytest-runner, python-setuptools, and python-wheel;
add python-hatchling.

Change-Id: I9c1219bdc8984701cf2477d40a584e6820672b3e
4433dd30 — Sharlatan Hellseher 4 months ago
gnu: python-toolshed: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-toolshed)[build-system]: Switch to
pyproject-build-system.
[arguments]: Disable missing tests, there are tests in Git but the
project depends on Nose test runner.
[native-inputs]: Remove python-nose; add python-setuptools.

Change-Id: I161a9f742de3508944b1b00e7a782a5291a7488e
87d7b94f — Sharlatan Hellseher 4 months ago
gnu: python-toposort: Use custom test backend.

* gnu/packages/python-xyz.scm (python-toposort)[arguments]
<test-backend, test-flags>: Implement logic from custom check phase here.
<phases>: Use default 'check.
[native-inputs]: Remove python-wheel.

Change-Id: If03fd3225ca907423bbb12b9cb6d3b79b0ffdbb0
891b2f92 — Sharlatan Hellseher 4 months ago
gnu: python-towncrier: Update to 25.8.0.

* gnu/packages/python-xyz.scm (python-towncrier): Update to 25.8.0.
[arguments]: Drop all.
[propagated-inputs]: Remove python-click-default-group,
python-incremental, and python-tomli.
[native-inputs]: Remove python-packaging.

Change-Id: Ie3deb934391b5028c5f6d4aa056caf048a9499fa
f6c010ea — Sharlatan Hellseher 4 months ago
gnu: python-tracerite: Move to pyhton-web.

* gnu/packages/python-xyz.scm (python-tracerite): Move from here ...
* gnu/packages/python-web.scm: ... to here.

Change-Id: I4b0935e500eab0af69f2547cedee3743b32c117c
4ecf74b7 — Andreas Enge 4 months ago
gnu: optionmatrix: Update to 1.4.4.

* gnu/packages/finance.scm (optionmatrix): Update to 1.4.4.

Change-Id: Iaf578a423d582c01a87f0d0defab2785fe68ffef
93282df6 — Nicolas Goaziou 4 months ago
gnu: fet: Update to 7.5.4.

* gnu/packages/education.scm (fet): Update to 7.5.4.

Change-Id: I6b4b4149978dec0ae3819e22415b095055242dd8
b25d1645 — Nicolas Goaziou 4 months ago
gnu: lagrange: Update to 1.19.3.

* gnu/packages/web-browsers.scm (lagrange): Update to 1.19.3.

Change-Id: I6bc9aae6b0ce16304af18bcf13f864ef82d50423
2118d79d — Nicolas Goaziou 4 months ago
gnu: hydrogen: Use Qt 6.

* gnu/packages/music.scm (hydrogen)[arguments]: Build with Qt 6.
[native-inputs]: Use qttools instead of qttools-5.
[inputs]: Use qtbase, qtsvg and qtwayland instead of qtbase-5, qtsvg-5 and
qtwayland-5. Remove qtxmlpattern-5.

Change-Id: Ic1b2239ec74a9ffa3305afdf350576fed961d365
5e5823e6 — Nicolas Goaziou 4 months ago
gnu: hydrogen: Update to 1.2.6.

* gnu/packages/music.scm (hydrogen): Update to 1.2.6.

Change-Id: Idf8984d9db20bb54193ecae1feb4127f3931e996
94aaf932 — Nicolas Graves 4 months ago
gnu: behave: Update to 1.3.3.

* gnu/packages/check.scm (behave): Update to 1.3.3.
[native-inputs]: Add python-chardet, python-wheel.
[propagated-inputs]: Add python-cucumber-expressions.

Change-Id: Iefe1df298f9b658f08bf5d5af691236644af10fe
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
dfaa1ef5 — Nicolas Graves 4 months ago
gnu: Add python-cucumber-expressions.

* gnu/packages/python-check.scm (python-cucumber-expressions): New variable.

Change-Id: If465fb627992c1acd2b563c726537d462f1360d0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
fea6b071 — Nicolas Graves 4 months ago
gnu: behave: Replace python-pathpy by python-path.

* gnu/packages/check.scm (behave)[native-inputs]: Replace
python-pathpy by python-path.

Change-Id: I949a67d7beb9e047719a9e6e0d2b04ec0e67e3ed
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
aadecfba — Nicolas Graves 4 months ago
gnu: python-cucumber-tag-expressions: Improve native-inputs.

* gnu/packages/python-check.scm (python-cucumber-tag-expressions)
[native-inputs]: Replace python-pathpy by python-path.  Remove
python-wheel.

Change-Id: I6bf242bd9f2abb8aeb1a1b17411e6ff9db4afcd7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1b8ee202 — Nicolas Graves 4 months ago
gnu: Deprecate python-pip-run-bootstrap in favor of python-pip-run.

* gnu/packages/python-xyz.scm (python-pip-run-bootstrap): Deprecate
variable, which is not necessary anymore, was hidden, and is not used.
(python-pip-run): Rewrite it without inheritance.
[arguments]<#:test-flags>: Ignore additional failing test.
[native-inputs]: Add python-setuptools.
[propagated-inputs]: Add python-pip.

Change-Id: I5ba111f89c771a8d83dd222eb29bf88c652304f6
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
15f05a88 — Nicolas Graves 4 months ago
gnu: Deprecate python-path-bootstrap in favor of python-path.

* gnu/packages/python-xyz.scm (python-path-bootstrap): Deprecate
variable, which is not necessary anymore, was hidden, and is not used.
(python-pathpy): Switch to DEFINE-DEPRECATED/PUBLIC-ALIAS.
(python-path): Rewrite it without inheritance.

Change-Id: I95647b7a12ddede97846ffcc89793855fac8beea
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
c29aac9e — Nicolas Graves 4 months ago
gnu: python-idna-ssl: Switch to pyproject.

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

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

* gnu/packages/python-xyz.scm (python-pylru):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Remove 'check phase replacement in favor of
<#:test-backend, #:test-flags>.
[native-inputs]: Add python-pytest, python-setuptools.

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