~ruther/guix-local

ref: fda4641865f2e0c6ba2d1e5a342b32595ca3bb56 guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.5 MiB
b353635c — Nicolas Graves 6 months ago
gnu: python-reflink: Update to 0.2.2.

* gnu/packages/python-xyz.scm (python-reflink): Update to 0.2.2.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-pytest-runner, add python-setuptools.

Change-Id: I27b7a9ee267b65073a4e3ae7deff8f8dfc85ab1e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
507c413c — Nicolas Graves 6 months ago
gnu: python-pystray: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-pystray):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: Id0ad19e27f96776d343dfea00e0b0bfe0eb7e02e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
0b0e6e48 — Nicolas Graves 6 months ago
gnu: python-helper: Switch to pyproject.

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

Change-Id: I1464f39be1794795b8e94744bb2060cff7242cec
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
4ddc8ea1 — Nicolas Graves 6 months ago
gnu: python-logutils: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-logutils):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Disable failing tests.
[native-inputs]: Add python-pytest, python-setuptools.

Change-Id: Ib307c525df3fa28b9a547fa109cfaadcd1b39dfa
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
9a69e95c — Nicolas Graves 6 months ago
gnu: python-helpdev: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-helpdev):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them.
[propagated-inputs]: Remove python-importlib-metadata.
[native-inputs]: Add python-pip, python-setuptools.

Change-Id: I5c932169e0423e7c63d36d858c6ead2fe69d5bac
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1e7d4bbf — Nicolas Graves 6 months ago
gnu: python-roundrobin: Update to 0.0.4.

* gnu/packages/python-xyz.scm (python-roundrobin): Update to 0.0.4.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I46818a813299c275fa9bfda2454f4881dedd3505
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
d3d09be3 — Nicolas Graves 6 months ago
gnu: python-pywatchman: Update to 3.0.0.

* gnu/packages/python-xyz.scm (python-pywatchman): Update to 3.0.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Enable tests.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I2bdaed5a9e1ff1414a3a37b1a3e7f4f5662aeff1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
0854a8ab — Nicolas Graves 6 months ago
gnu: python-gamera: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-gamera):
[source]: Switch to git-fetch. Remove unbundling snippet.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Remove 'check phase replacement.
[native-inputs]: Add python-docutils, python-setuptools.

Change-Id: Iad8645ac774ea94038da0ee9d23e8dd30ee0e40c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b9256b33 — Nicolas Graves 6 months ago
gnu: python-parallel: Switch to pyproject.

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

Change-Id: I76d2823b8184618b7bb6c7a876f2593fa55fd90f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
eb7f4978 — Nicolas Graves 6 months ago
gnu: python-citeproc-py: Update to 0.9.0.

* gnu/packages/python-xyz.scm (python-citeproc-py): Update to 0.9.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]:<#:phases>: Add phase 'set-version.
[native-inputs]: Add python-pytest, python-setuptools.

Change-Id: Idbdf85b7d9ce288012072839007355ce65c8e6dc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add python-rich-next.

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

Change-Id: I552ebbe92eb1a0ad00ff271cae78d086cebb30c7
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
365b8e2c — Ghislain Vaillant 6 months ago
gnu: python-diskcache: Reduce closure size.

* gnu/packages/python-xyz.scm (python-diskcache): Reduce closure size.
[arguments] <phases>: Add 'fix-pytest-config.
[native-inputs]: Remove python-ipython, python-pytest-cov,
python-pytest-django, python-pytest-env, python-pytest-xdist,
python-sphinx and python-wheel.

Change-Id: Id9f5d6828cd00806e8595be440349f4645425987
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
6fc6346e — Ghislain Vaillant 6 months ago
gnu: python-diskcache: Fix build.

* gnu/packages/python-xyz.scm (python-diskcache): Fix build.
  [arguments]<#:test-flags>: Ignore flaky tests.

Change-Id: If1e664a45feddebdbfd959001000cf5c8e9f48ee
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
5e7cd9a4 — Sharlatan Hellseher 6 months ago
gnu: python-lunr: Update to 0.8.0.

* gnu/packages/python-xyz.scm (python-lunr): Update to 0.8.0.
[propagated-inputs]: Remove python-importlib-metadata and python-typing-extensions; add
python-nltk.
[native-inputs]: Remove python-coverage and python-tox.

Change-Id: I402ba60c5b22b1d2e4da3ab4741f3ddc77f0475a
9ab906b2 — Sharlatan Hellseher 6 months ago
gnu: python-islenska: Update to 1.0.4.

* gnu/packages/python-xyz.scm (python-islenska): Update to 1.0.4.
[arguments] <tests?>: Test data is not included in PyPI and Git.
[native-inputs]: Remove python-wheel.

Change-Id: I40a0084caf774f2b983dbcb6798391f817fc95eb
5830ab78 — Sharlatan Hellseher 6 months ago
gnu: python-gpxpy: Fix tests.

* gnu/packages/python-xyz.scm (python-gpxpy):
[arguments] <test-backend>: Use 'unittest.
[native-inputs]: Remove python-wheel.

Change-Id: I7ad1b1c9d98b56d3e22257e8fee008a7d1ee7a9f
7aa4abb4 — Sharlatan Hellseher 6 months ago
gnu: python-imageio: Reduce closure size.

* gnu/packages/python-xyz.scm (python-imageio)[native-inputs]: Remove
python-black, python-flake8, python-pytest-cov, and python-wheel.

Change-Id: I6812b75c38c734fc006b41ab727b689888c59522
f70c88dd — Sharlatan Hellseher 6 months ago
gnu: python-colorful: Update to 0.5.8.

* gnu/packages/python-xyz.scm (python-colorful): Update to 0.5.8.
[native-inputs]: Remove python-coverage, python-flake8, and python-wheel.

Change-Id: Ic376e055cf71eabda6a883b20b6a3522cbae799c
b635bb89 — Sharlatan Hellseher 6 months ago
gnu: python-param: Remove python-coverage from native inputs.

* gnu/packages/python-xyz.scm (python-param)[native-inputs]: Remove
python-coverage.

Change-Id: Idf2936c243d9b7ec2f2a26f4813ed44771faa137
c60ba05a — Nicolas Graves 6 months ago
gnu: python-gevent: Remove coverage inputs.

* gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Remove
python-coverage and python-wheel.

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