~ruther/guix-local

4b6a7929 — Vinicius Monego 1 year, 1 day ago
gnu: python-pydantic-cli: Update to 9.1.0.

* gnu/packages/python-xyz.scm (python-pydantic-cli): Update to 9.1.0.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Replace python-pydantic by python-pydantic-2.
[native-inputs]: Remove python-black, python-mypy. Add python-hatchling.

Change-Id: I01b598dd4211dcc719626e83b594bff1cf1a741d
75633187 — Vinicius Monego 1 year, 1 day ago
gnu: python-click-repl: Update to 0.3.0.

* gnu/packages/python-xyz.scm (python-click-repl): Update to 0.3.0.
[build-system]: Use pyproject-build-system.
[arguments]<#:phases>: Do not override the 'check' phase.
[native-inputs]: Add python-pytest-cov, python-setuptools, python-wheel.
[propagated-inputs]: Remove python-six.
[home-page]: Follow redirect.

Change-Id: I57d87c88223b27118751d61c3b6083f9f419edcf
20ab9d8c — Vinicius Monego 1 year, 1 day ago
gnu: dosage: Update to 3.1.

* gnu/packages/python-xyz.scm (dosage): Update to 3.1.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove python-pytest-cov. Add python-pytest,
python-setuptools, python-wheel.
[propagated-inputs]: Remove python-cached-property, python-colorama,
python-importlib-metadata, python-six. Add python-platformdirs,
python-rich.

Change-Id: I607c182a1f5741a3e196474a586c3be6c56a762e
ad88d966 — Vinicius Monego 1 year, 2 days ago
gnu: python-gphoto2: Update to 2.6.1.

* gnu/packages/python-xyz.scm (python-gphoto2): Update to 2.6.1.
[source]: Fetch from GitHub.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.

Change-Id: Ib92928d16dd9a922360e40b07b84e60e19558006
5b3ac6e4 — Vinicius Monego 1 year, 2 days ago
gnu: python-schedule: Update to 1.2.2.

* gnu/packages/python-xyz.scm (python-schedule): Update to 1.2.2.
[source]: Remove unnecessary snippet.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove python-mock. Add python-setuptools,
python-wheel.

Change-Id: Ib5276ba608bff46d20171b121cb2d667c03954f8
7d57257b — Vinicius Monego 1 year, 2 days ago
gnu: python-pylatexenc: Use pyproject-build-system.

* gnu/packages/python-xyz.scm (python-pylatexenc)[source]: Remove
file-name.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.

Change-Id: I96994cef50b30e4616d02d70b47ffd6bcd5c80ed
eb0c03e8 — Vinicius Monego 1 year, 2 days ago
gnu: python-canopen: Update to 2.3.0.

* gnu/packages/python-xyz.scm (python-canopen): Update to 2.3.0.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove python-packaging. Add python-pytest,
python-wheel.
[home-page]: Follow redirect.

Change-Id: I9dd32b4376e2c2b2e19de63c9992c06c6f0b6859
7ceb839d — Vinicius Monego 1 year, 2 days ago
gnu: python-boolean.py: Update to 5.0.

* gnu/packages/python-xyz.scm (python-boolean.py): Update to 5.0.
[source]: Fetch from PyPI.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.

Change-Id: Ieaa06d5512e96c12ed72842b250f9fd088470591
1fa89a6c — Vinicius Monego 1 year, 2 days ago
gnu: python-bitarray: Update to 3.4.3.

* gnu/packages/python-xyz.scm (python-bitarray): Update to 3.4.3.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I13ab21ecaba9807098981e91e203b59c756bd866
efc99eae — Vinicius Monego 1 year, 2 days ago
gnu: python-bidict: Update to 0.23.1.

* gnu/packages/python-xyz.scm (python-bidict): Update to 0.23.1.
[source]: Fetch from GitHub.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove python-coverage, python-hypothesis, python-py,
python-pytest-cov, python-setuptools-scm, python-sortedcontainers,
python-sphinx, python-sphinx-autodoc-typehints, python-tox. Add
python-pytest-xdist, python-setuptools, python-wheel.
[arguments]: Delete phase 'relax-reqs'. Do not override the 'check' phase.

Change-Id: I518f1d1212781e8c3eaa12e760dfad66638e811c
gnu: Add clasp-lisp-unit.

* gnu/packages/lisp-check.scm (clasp-lisp-unit): New variable.

Change-Id: I972e0cec63919d8c9c2c793a84fc6c1ff85aae05
gnu: Add python-rbfly.

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

Change-Id: Ibc5d61c9d4b8461c4e7976dc3f6cd1bec38dc0b2
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
baeef0ff — Sharlatan Hellseher 1 year, 1 day ago
gnu: go-github-com-burntsushi-toml: Update to 1.5.0.

* gnu/packages/golang-xyz.scm (go-github-com-burntsushi-toml): Update to 1.5.0.

Change-Id: I03a0a9fef663646e3986e2ee5278899adda3032f
57278f12 — Sharlatan Hellseher 1 year, 2 days ago
gnu: urh: Improve package.

* gnu/packages/radio.scm (urh): Apply G-expressions.
[build-system]: Use pyproject.
[arguments] <test-flags>: Utilize parameter instead of custom 'check.
<phases>: Add 'prepare-x; use default 'check.
[native-inputs]: Add python-wheel.

Change-Id: Idfb37d37b6b373be91ebfca99658a3b77f814371
4c668503 — Sharlatan Hellseher 1 year, 2 days ago
gnu: rfcat: Update to 2.0.1.

* gnu/packages/radio.scm (rfcat): Update to 2.0.1.
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I559af6e5c131e6c1befa8edf56920abc1dbf61bd
53dd48bf — Sharlatan Hellseher 1 year, 2 days ago
gnu: soapy-power: Use pypproject-build-system.

* gnu/packages/radio.scm (soapy-power): Update to 1.6.1.
[build-system]: Use pypproject.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ia8ebd5fa0b28b1ed24d76ee7ace36803d2329fa5
881eeccc — Sharlatan Hellseher 1 year, 2 days ago
gnu: python-simplesoapy: Use pypproject-build-system.

* gnu/packages/radio.scm (python-simplesoapy)
[build-system]: Use pypproject.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ied16728e4e45baffdf6824142dab441ae5d8e672
a8d3f409 — David Elsing 1 year, 2 days ago
gnu: python-pytorch: Improve package.

This fixes the build of python-pytorch-for-r-torch and moves the new patches
introduced in 81d309de8745605eb76b85e6c445b896c2ba10f3 to the existing patch
files for python-pytorch.

Fixes guix/guix#779.

* gnu/packages/machine-learning.scm (python-pytorch)[source]: Update patches.
[arguments]: Adjust the 'use-system-libraries phase.
* gnu/packages/patches/python-pytorch-fix-codegen.patch: Adjust patch.
* gnu/packages/patches/python-pytorch-runpath.patch: Adjust patch.
* gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust patch.
* gnu/packages/patches/python-pytorch-runpath-2.7.0.patch: Remove patch.
* gnu/packages/patches/python-pytorch-system-libraries-2.7.0.patch: Remove patch.
* gnu/packages/patches/python-pytorch-without-kineto-2.7.0.patch: Remove patch.
* gnu/packages/patches/python-pytorch-fix-codegen-2.7.0.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove them.
95f8c22b — Skylar Hill 1 year, 15 days ago
gnu: Add clac.

* gnu/packages/algebra.scm (clac): New variable.

Change-Id: I5fe4db7b40b58753da3ac3ef947bf28cebeca7a6
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Add clasp-trivial-gray-streams.

* gnu/packages/lisp-xyz.scm (clasp-trivial-gray-streams): New variable.

Change-Id: Id1fc1f094206c82c031c32dddec511762092f8ea
Next