~ruther/guix-local

42843157 — Sharlatan Hellseher 8 months ago
gnu: python-cytoolz: Update to 1.0.1.

* gnu/packages/python-xyz.scm (python-cytoolz): Update to 1.0.1.
  [build-system]: Use pyproject.
  [arguments] <tests?>: Enable them.
  <test-flags>: Add option to run tests against installed module.
  [native-inputs]: Add python-pytest, python-setuptools, and python-wheel.

Change-Id: Ifb9817cee571fb99666fc01f0c0196706fae7179
7ef8d800 — Sharlatan Hellseher 8 months ago
gnu: python-pytest-mypy: Update to 1.0.1.

* gnu/packages/check.scm (python-pytest-mypy): Update to 1.0.1.
  [arguments] <test-flags>: Respect parallel jobs count; deselect one
  failing test.
  [propagated-inputs]: Remove python-attrs.
  [native-inputs]: Remove python-pexpect and python-wheel.

Change-Id: Ief9fdc73a02bbd062a3221fe87d3bb1d0f019301
d15d4cb1 — Sharlatan Hellseher 8 months ago
gnu: python-pyproject-hooks: Update to 1.2.0.

* gnu/packages/python-xyz.scm (python-pyproject-hooks): Update to 1.2.0.
  [propagated-inputs]: Remove python-tomli.

Change-Id: I79fcc01550a6e7c72a91bf55690148e10a054ded
db8d8e03 — Sharlatan Hellseher 8 months ago
gnu: python-amply: Update to 0.1.6.

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

Change-Id: If8d8854a9e76ed36fd2d158293a6de8d0c9b8b87
c6f2ec48 — Sharlatan Hellseher 9 months ago
gnu: python-breathe: Update to 4.36.0.

* gnu/packages/sphinx.scm (python-breathe): Update to 4.36.0.
[build-system]: Use pyproject.
[arguments] <phases>: Use default 'check.
[native-inputs]: Add python-flit-core.

Change-Id: I9616dcda2e8ca2a471de513d49b1295c6f67d105
0a668903 — Sharlatan Hellseher 8 months ago
gnu: python-absl-py: Update to 2.3.1.

* gnu/packages/python-xyz.scm (python-absl-py): Update to 2.3.1.
  [arguments] <tests?>: Tests require Bazel, disable them for now.
  [native-inputs]: Remove python-setuptools and python-wheel; add
  python-hatchling.

Change-Id: Iae112845d901067e1033fcfe5a29e5dbb81ab75b
e6523c89 — Sharlatan Hellseher 6 months ago
gnu: python-utils: Fix tests.

* gnu/packages/python-xyz.scm (python-utils)[native-inputs]: Remove
python-wheel; add python-pytest-asyncio.

Change-Id: If190cfbd00e47a6c27f42d9941500ae070051e76
13bed98c — Sharlatan Hellseher 8 months ago
gnu: python-azure-storage-blob: Update to 12.26.0.

* gnu/packages/python-web.scm (python-azure-storage-blob): Update to 12.26.0.
  [arguments] <tests?>: Visually disable tests.
  [native-inputs]: Remove python-wheel.

Change-Id: Ib02c7d942ee486d905b8362f1b8c5dafdd1f6f8b
93a2615d — Sharlatan Hellseher 8 months ago
gnu: python-pytoml: Switch to pyproject.

* gnu/packages/python-build.scm (python-pytoml):
  [build-system]: Use pyproject.
  [arguments] <tests?>: Disable to avoid pytest dependency.
  [native-inputs]: Add python-setuptools.

Change-Id: I0f1ad014c856a0653f3f50e91d9c8227d9028373
73ac9f0f — Sharlatan Hellseher 6 months ago
gnu: python-annoy: Update to 1.17.3.

* gnu/packages/python-xyz.scm (python-annoy): Update to 1.17.3.
[source]: Switch to git-fetch providing tests.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-nose; add python-numpy, python-pytest,
and python-setuptools.

Change-Id: I7d98d3f76fe1a94d392551ed833cf493c02fec40
90f5c07b — Sharlatan Hellseher 7 months ago
gnu: python-pytorch: Adjust inputs.

* gnu/packages/machine-learning.scm (python-pytorch)
[native-inputs]: Remove python-pytest-rerunfailures-13; add
python-pytest-rerunfailures.

Change-Id: I5c259c9c787e101aaca514055856097aa9de5449
19fb0594 — Sharlatan Hellseher 6 months ago
gnu: python-codecov: Update to 2.1.13.

* gnu/packages/check.scm (python-codecov): Update to 2.1.13.
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: No tests in PyPI archive.
[native-inputs]: Remove python-unittest2; add python-setuptools.

Change-Id: I2a7fe11fbf7812163e93cb62170f40b5cf85857d
1e503ab9 — Sharlatan Hellseher 8 months ago
gnu: python-httplib2: Reduce closure size.

* gnu/packages/python-web.scm (python-httplib2):
  [native-inputs]: Remove python-flake8, python-pytest-forked,
  python-pytest-xdist, python-six, and python-wheel; add
  python-pyparsing.

Change-Id: Ic1923970dab0573cea3d3afb77f1c658ceacab2c
d5007a8e — Sharlatan Hellseher 6 months ago
gnu: python-gssapi: Update to 1.10.0.

* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.10.0.
[build-system]: Switch to pyproject-build-system.
[arguments] <test-flags>: Add '--pyargs' option to tests against
installed library.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-nose; add python-pytest and
python-setuptools.

Change-Id: I517b2ecf9527f15dc54c08186a51569f6a730586
fa20d43c — Nicolas Graves 9 months ago
gnu: python-stestr: Rely on its own test-backend.

* gnu/packages/python-check.scm (python-stestr)[arguments]
  {tet-flags}: Skip 5 tests.
  {phases}: Use default 'check.

Change-Id: I72364c00263a7ea15658fe5524711794236f32d7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
9c6e514c — Sharlatan Hellseher 6 months ago
gnu: python-voluptuous: Update to 0.15.2.

* gnu/packages/python-xyz.scm (python-voluptuous): Update to 0.15.2.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-nose; add python-pytest and
python-setuptools.

Change-Id: I306b65ff59e9cb1e4d7400ab057912bae072e520
d7ae2db9 — Sharlatan Hellseher 6 months ago
gnu: python-k5test: Update to 0.10.4.

* gnu/packages/python-xyz.scm (python-k5test): Update to 0.10.4.
[build-system]: Switch to pyproejct-build-system.
[arguments] <phases>: Remove 'apply-upstream-fixes.
[inputs]: Add mit-krb5.
[propagated-inputs]: Remove python-six, which, and mit-krb5.
[native-inputs]: Remove mit-krb5; add python-setuptools.

Change-Id: Ife80993e4e78368c5689515f037961c9f6fee703
dd02b9c8 — Sharlatan Hellseher 8 months ago
gnu: python-astunparse: Switch to pyproject-build-system.

* gnu/packages/python-xyz.scm (python-astunparse):
  [build-system]: Use pyproject.
  [propagated-inputs]: Remove python-wheel.
  [native-inputs]: Add python-setuptools.

Change-Id: I47ca10fc70a1db146f405247940904f2a5df30fe
ad11d68f — Sharlatan Hellseher 7 months ago
gnu: python-expecttest: Update to 0.3.0.

* gnu/packages/python-check.scm (python-expecttest): Update to 0.3.0.
[native-inputs]: Remove poetry; add python-poetry-core.

Change-Id: If0e4a51fe0acfcca06aec952f9c24be09823b5be
cad01598 — Sharlatan Hellseher 8 months ago
gnu: python-unidecode: Update to 1.4.0.

* gnu/packages/python-xyz.scm (python-unidecode): Update to 1.4.0.
[native-inputs]: Remove python-wheel; add python-pytest.

Change-Id: I7bf733a3d0d61d3a698d0c42898416e84ced8f0f
Next