~ruther/guix-local

f3399615 — Andreas Enge 5 months ago
gnu: Remove python-pillow-simd.

* gnu/packages/python-xyz.scm (python-pillow-simd): Delete variable.

Fixes: guix/guix#2715
Change-Id: I39bb625b6b6911c972654b0bc00a4d8706402f68
6aadef6c — Andreas Enge 5 months ago
gnu: python-torchvision: Remove input.

python-pillow-simd has a CVE, is poorly maintained and appears to be
optional.

* gnu/packages/machine-learning.scm (python-torchvision)[inputs]:
Remove python-pillow-simd.

Change-Id: I198d543bc017bcb4f79597ac3ef5b7559e44e1a6
0a7b0d3d — Andreas Enge 5 months ago
gnu: python-torchvision: Update to 0.24.0.

* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.24.0.

Change-Id: I3ea845f9a3ad1817a6a8671f4169b53ad9abbe74
3955a8ca — Ashish SHUKLA 5 months ago
gnu: foot: Update to 1.25.0.

* gnu/packages/terminals.scm (foot): Update to 1.25.0.

Change-Id: I63a68c6d33c7c05a6b1c4fa414a2a526569956bb
Signed-off-by: Andreas Enge <andreas@enge.fr>
a999c179 — Andreas Enge 5 months ago
gnu: Remove edi.

* gnu/packages/enlightenment.scm (edi): Delete variable.

Fixes: guix/guix#2791
Change-Id: I7022ec424812bcaf8d7e2bb6d1382d597a50963c
3d7c920e — Andreas Enge 5 months ago
gnu: Remove gzdoom.

* gnu/packages/games.scm (gzdoom): Delete variable.

Fixes: guix/guix#1765
Change-Id: I8eb482f5ff4c8edeaff812095ad5c5188023a2ca
344bf876 — Rutherther 5 months ago
installer: Respect /tmp/installer-assume-online in check-substitute-availability.

Follow up of #2518, where check-substitute-availability has been introduced.

This is mostly for system tests that run without internet access.

* gnu/installer/newt/network.scm (check-substitute-availability): Skip the
check if /tmp/installer-assume-online exists.

Change-Id: I0110390e8c5ce6756f3c22cb770011ea735fe79b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
11e0594e — Sharlatan Hellseher 5 months ago
gnu: packages/python-xyz: Sort the rest of python-ty*.

* gnu/packages/python-xyz.scm::(python-types-regex,
python-types-requests, python-types-setuptools, python-types-simplejson,
python-types-toml, python-types-tqdm, python-types-ujson,
python-types-urllib3, python-typeshed-client, python-typing-inspect,
python-typogrify): Sort variables alphabetically.

Change-Id: Ie6b070ae561ee205b7e259c35a10473bd1bac49b
c5186b26 — Sughosha 5 months ago
gnu: ruqola: Update to 2.6.0.

* gnu/packages/kde-internet.scm (ruqola): Update to 2.6.0.

Change-Id: I43194dc6f4d05ec7a39fdf401b88fc7471fff5de
19453a8a — Sharlatan Hellseher 5 months ago
gnu: packages/python-xyz: Sort some python-ty*.

* gnu/packages/python-xyz.scm: (python-types-freezegun,
python-types-orjson, python-types-protobuf,
python-types-python-dateutil, python-types-pytz, python-types-pyyaml):
Sort variables alphabetically.

Change-Id: I509a71ff36fbbc41fde56137bd18483b8dc86519
f5f51fe8 — Sharlatan Hellseher 5 months ago
gnu: packages/python-xyz: Sort some python-ty*.

* gnu/packages/python-xyz.scm: (python-types-aiofiles,
python-types-colorama, python-types-dataclasses, python-types-dateutil,
python-types-docutils): Sort variables alphabetically.

Change-Id: I09e8aa47dc154a1dda1e19b04bbf04211cb8ad7d
38135d01 — Sharlatan Hellseher 5 months ago
gnu: packages/python-xyz: Sort some python-ty*.

* gnu/packages/python-xyz.scm: python-typeapi, python-typeguard,
python-typer): Sort variables alphabetically.

Change-Id: Ie8d8e4a5fae7ff38c7450500064b513f43828bfd
da56bde6 — Nicolas Graves 5 months ago
gnu: python-q: Update to 2.7-0.cbad740.

* gnu/packages/python-xyz.scm (python-q): Update to 2.7-0.cbad740.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Run tests with the help of <#:test-backend, #:test-flags, #:phases>.
[native-inputs]: Add python-setuptools.

Change-Id: I9da12c1c266a0c68d06dbad4d8f61e2658c4ad53
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
8a45672a — Nicolas Graves 5 months ago
gnu: python-syllables: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-syllables):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-cmudict, python-pytest, python-setuptools.

Change-Id: I781f5c52864bff7b8591046ef53ca0ff1c542805
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
04467af9 — Nicolas Graves 5 months ago
gnu: Add python-cmudict.

* gnu/packages/dictionaries.scm (python-cmudict): New variable.

Change-Id: I08ddae2fd618980b8804caf4e4fa5a649afd0396
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
d2710953 — Nicolas Graves 5 months ago
gnu: Add cmudict.

* gnu/packages/dictionaries.scm (cmudict): New variable.

Change-Id: I7b8d75bf9c3f82913fc856598fa66cb434ca7c66
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
6613e5e6 — Nicolas Graves 5 months ago
gnu: python-plac: Switch to pyproject.

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

Change-Id: I1ad6ae1a9115f4a498662167914cc2caad5a1af9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
dbf6da5e — Nicolas Graves 5 months ago
gnu: python-session-info: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-session-info):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.

Change-Id: I48c3338d947835f53945945c27f6945221232978
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
64ba79d1 — Nicolas Graves 5 months ago
gnu: python-pyqrcode: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-pyqrcode):
[properties, source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Set <#:test-backend>.
[native-inputs]: Add python-pynose, python-pypng, python-setuptools.
[home-page, description]: Improve style.

Change-Id: If523d6420d760dcd571cc3841645a9ddcb24e817
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
222deca6 — Nicolas Graves 5 months ago
gnu: python-py-tes: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-py-tes):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-requests-mock,
python-setuptools.

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