~ruther/guix-local

ref: 7548058ae4615af8e5ffb2e95a4572ec4bbfda54 guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.4 MiB
7548058a — Ricardo Wurmus 1 year, 4 months ago
gnu: python-waitress: Update to 3.0.2.

* gnu/packages/python-xyz.scm (python-waitress): Update to 3.0.2.
[native-inputs]: Add python-coverage.

Change-Id: I6d0b78afe6e3ab371473f26db144586c0d97abba
64c7d931 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-devtools: Simplify.

* gnu/packages/python-xyz.scm (python-devtools)[arguments]: Enable one
additional test; delete obsolete phase 'relax-requirements.

Change-Id: I5dcf88954cdf8d37e522c425bf7bef4c29913205
0813d9ad — Ricardo Wurmus 1 year, 4 months ago
gnu: python-virtualenv: Update to 20.28.0.

* gnu/packages/python-xyz.scm (python-virtualenv): Update to 20.28.0.
[build-system]: Use pyproject-build-system.
[arguments]: Disable a test.
[native-inputs]: Add python-covdefaults, python-coverage, python-flaky,
python-hatch-vcs, python-hatchling, python-packaging, python-pytest-env,
python-pytest-mock, python-pytest-timeout, python-setuptools, and
python-time-machine; remove python-mock and python-setuptools-scm.
[propagated-inputs]: Add python-importlib-metadata and python-platformdirs;
remove python-appdirs and python-six.

Change-Id: Id14e7608aabcba6e03ca081a508c3ac9aff1451c
d86e890a — Ricardo Wurmus 1 year, 4 months ago
gnu: python-platformdirs: Update to 4.3.6.

* gnu/packages/python-xyz.scm (python-platformdirs): Update to 4.3.6.

Change-Id: I467128079d97a1687103446ac7260cc8cf3ab221
465bc592 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-chardet: Update to 5.2.0.

* gnu/packages/python-xyz.scm (python-chardet): Update to 5.2.0.

Change-Id: Icc734f848c79eea2b775c7402793ede9a25ebc85
1df38c9e — Ricardo Wurmus 1 year, 4 months ago
gnu: python-colorama: Update to 0.4.6.

* gnu/packages/python-xyz.scm (python-colorama): Update to 0.4.6.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-hatchling and python-pytest.

Change-Id: Ifdc20a9dc2a3f21ac59aaaa88fd90abe926595a0
3121dd22 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-extension-helpers: Update to 1.2.0.

* gnu/packages/python-xyz.scm (python-extension-helpers): Update to 1.2.0.
[arguments]: Disable broken test.

Change-Id: I3a99240c52fc8114b6eb4d7c3e6642530cf7d756
5088b2f9 — Ricardo Wurmus 1 year, 4 months ago
gnu: Add python-lazy.

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

Change-Id: I168f5adc0298a147bcfc55caac6aa68fbf3c7e3a
4627e596 — Ricardo Wurmus 1 year, 4 months ago
gnu: Add python-packaging-legacy.

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

Change-Id: Ibdb6505baf77e9e9ed93c8b21413f876ada05f5a
55a5a676 — Ricardo Wurmus 1 year, 4 months ago
gnu: Add python-repoze-lru.

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

Change-Id: I79b094dd7a32c70f0177f27d207b189ab2a856e5
9b13e951 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-numcodecs: Update to 0.13.1.

* gnu/packages/python-xyz.scm (python-numcodecs): Update to 0.13.1.
[source]: Update snippet.
[arguments]: Update selected tests.
[propagated-inputs]: Add python-coverage, python-google-crc32c,
python-importlib-metadata, and python-numpydoc; remove python-entrypoints and
python-typing-extensions.
[native-inputs]: Add python-py-cpuinfo, python-pydata-sphinx-theme,
python-pytest-cov, python-sphinx, and python-sphinx-issues.

Change-Id: Ib2dfc457923c0a435a09ce6d7879090e641b095c
e4c6491f — Ricardo Wurmus 1 year, 4 months ago
gnu: python-pyproject-api: Update to 1.8.0.

* gnu/packages/python-xyz.scm (python-pyproject-api): Update to 1.8.0.
[arguments]: Disable two tests; remove phase 'relax-packaging.
[native-inputs]: Add python-pytest-cov; python-setuptools, and python-wheel.

Change-Id: I3bdb56d7498ae8d1b59a52158405f0cf6ba25e61
bc8aed3a — Ricardo Wurmus 1 year, 4 months ago
gnu: python-cachetools: Update to 5.5.0.

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

Change-Id: Ica8b4d3b807aaf88e8026e12e3c04d75a8dd77c6
1d09655c — Ricardo Wurmus 1 year, 4 months ago
gnu: python-bokeh: Fix build.

* gnu/packages/python-xyz.scm (python-bokeh)[build-system]: Use
pyproject-build-system.
[arguments]: Use #:test-flags instead of a custom 'check phase; disable one
more test.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I2aaa56ed578490de38685b10430535a819c2f5c5
7318d27e — Ricardo Wurmus 1 year, 4 months ago
gnu: python-cattrs: Update to 24.1.2.

* gnu/packages/python-xyz.scm (python-cattrs): Update to 24.1.2.
[arguments]: Disable failing tests; add 'compatibility phase.
[native-inputs]: Add python-msgspec and python-poetry-core.

Change-Id: If198b25a24799b22025c60082ae31fc4e8509a9b
f0804b0c — Ricardo Wurmus 1 year, 3 months ago
Revert "gnu: Add python-pathspec."

This reverts commit da69a9e15115d6acc7e4a95cc6295f97c97f827e.

We already have python-pathspec in (gnu packages python-build).  Also, this
addition causes a massive number of rebuilds.
0b06a5bc — Ricardo Wurmus 1 year, 4 months ago
gnu: python-pydevd: Avoid test failures due to greendns.

* gnu/packages/python-xyz.scm (python-pydevd)[arguments]: Disable one stubborn
test; set EVENTLET_NO_GREENDNS.

Change-Id: I3cf5af6c99dbb18095277f353f46c60f68a62188
ad9a2f96 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-pydevd: Disable flaky tests.

Setting IS_PYPY doesn't do anything and I only set it before due to a
misunderstanding.  Instead we should disable flaky tests.

* gnu/packages/python-xyz.scm (python-pydevd)[arguments]: Ignore tests marked
as "flaky"; do not set IS_PYPY variable in 'pre-check phase.

Change-Id: If28f3dfd533df9048aeee5ecd42984b40ea0a22a
gnu: Add python-pathspec.

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

Change-Id: I8576103866117aa46ef3d5fc7274926b8a4878d9
bb160dc4 — Hilton Chain 1 year, 3 months ago
gnu: i3-autotiling: Update to 1.9.3.

* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.9.3.

Change-Id: I179155e9d7f981aab24d613f0adb772e6267880e
Next