~ruther/guix-local

ref: 476a8d3ebfb352a10bf8ca71de57e37f71a3de4c guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.4 MiB
0259abfb — Vinicius Monego 9 months ago
gnu: python-sexpdata: Update to 1.0.2.

* gnu/packages/python-xyz.scm (python-sexpdata): Update to 1.0.2.
[build-system]: Use pyproject-build-system.
[arguments]: Add '#:tests? #f'.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: Ia6efab4dc9a7029009e250bb3676dad70a91aedb
f17b8562 — Nicolas Graves 9 months ago
gnu: Add python-pbr-next.

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

Change-Id: I01c084950bbb7e0751ff985289f7e1dc072ce9ed
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b9607461 — Nicolas Graves 9 months ago
gnu: python-eventlet: Set EVENTLET_NO_GREENDNS=yes by default.

This error propagates and pollutes user experience in Guix.  Until
someone tackles how to actually fix it, if it's even fixable in Guix,
change the hardcoded default.

* gnu/packages/python-web.scm (python-eventlet):
  [arguments]<#:phases>: Set EVENTLET_NO_GREENDNS=yes by default in
  phase 'avoid-OSError.
  [description]: Update the description to warn about the changed
  default.
(python-httpretty)[arguments]: Remove uneeded field.

* gnu/packages/python-xyz.scm (python-pydevd)[arguments]<#:phases>:
Unset the variable in phase 'pre-check.

* gnu/packages/tor.scm (onionshare, onionshare-cli)[arguments]
<#:phases>: Unset the variable in phase 'pre-check.

Change-Id: Ic3897a9e0006338c3bc8b4bcddab0948e76a5d87
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
f630990c — Liliana Marie Prikler 9 months ago
gnu: Add python-vendetect.

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

Change-Id: I598a23afa62b494a7291acff86078a6c8051f062
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
e8a903ca — Liliana Marie Prikler 9 months ago
gnu: Add python-copydetect.

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

Change-Id: I7b0b09b602d0b158c784e0e40fddd80c74d9b9f2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
5a45e69d — Jake Forster 9 months ago
gnu: python-colored: Update to 2.3.0 and enable tests.

* gnu/packages/python-xyz.scm (python-colored): Update to 2.3.0.
[arguments]: Remove '#:tests? #false'.
<#:phases>: New phase 'pre-check.
[native-inputs]: Remove python-setuptools and python-wheel.  Add
python-flit-core and python-pytest.

Change-Id: Iff216a7df0beca05edbe10d0d103586c3e0ece7d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
85938f31 — Vinicius Monego 9 months ago
gnu: python-pyrsistent: Update to 0.20.0.

* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.20.0.
[build-system]: Use pyproject-build-system.
[arguments]<#:phases>: Delete phase 'loosen-pytest-requirement'.
[native-inputs]: Remove python-hypothesis, python-pytest-runner. Add
python-setuptools, python-wheel.
[propagated-inputs]: Remove python-six.

Change-Id: Iddce529325ea42b5e39a84eeed9942923b9da1b9
e8929757 — Sharlatan Hellseher 9 months ago
gnu: python-minikanren: Update to 1.0.5.

* gnu/packages/python-xyz.scm (python-minikanren): Update to 1.0.5.
  [build-system]: Use pyproject.
  [arguments] <test-flags>: Skip some failing tests.
  <phases>: Use default 'check.
  [propagated-inputs]: Add python-typing-extensions.
  [native-inputs]: Remove python-coveralls, python-pydocstyle,
  python-pytest-cov, python-pylint, python-black, python-sympy,
  python-versioneer, and python-coverage; add python-setuptools-next.

Change-Id: Ibf3f9f38f64804fb31f9e99110c4a1beb2a0f2e1
e77200c7 — Sharlatan Hellseher 9 months ago
gnu: python-etuples: Update to 0.3.10.

* gnu/packages/python-xyz.scm (python-etuples): Update to 0.3.10.
  [build-system]: Use pyproject.
  [arguments] <test-flags>: Deselect one failing test.
  [native-inputs]: Add python-pytest, python-setuptools-next, and
  python-setuptools-scm.

Change-Id: I3ba8812162cb71e86247deaf9dfad202ef54d04b
ddf43f79 — Sharlatan Hellseher 9 months ago
gnu: python-cons: Update to 0.4.7.

* gnu/packages/python-xyz.scm (python-cons): Update to 0.4.7.
  [source]: Switch to git-fetch providing tests.
  [build-system]: Use pyproject.
  [arguments] <phases>: Add 'set-version.
  [native-inputs]: Remove python-toml; add python-setuptools-next,
  python-setuptools-scm, and python-wheel.

Change-Id: Ibd6ca258a61d2408103a81825628d0e5d19e939f
62d7f3b8 — Nicolas Graves 9 months ago
gnu: python-mamba: Move to (gnu packages python-check).

* gnu/packages/python-xyz.scm (python-mamba): Move from here…
* gnu/packages/python-check.scm (python-mamba): …to here.

Change-Id: I29bb39825493e5fa29692bdd47a099d1854668f2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b945b977 — Nicolas Graves 9 months ago
gnu: python-mamba: Update to 0.11.3.

* gnu/packages/python-xyz.scm (python-mamba): Update to 0.11.3.

Change-Id: Iee20a18c2901dd6dd49f9383b9cffc4429a1fe1b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
5b7372ef — Nicolas Graves 9 months ago
gnu: python-mamba: Switch to pyproject.

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

Change-Id: If9403dac25e0ccea862bcd7d268e11a982c10bc2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
7d6713af — Nicolas Graves 9 months ago
gnu: python-mamba: Improve style and switch to git-fetch.

* gnu/packages/python-xyz.scm (python-mamba): Run guix style.
[source]: Switch to git-fetch.

Change-Id: I87a835b2ae676126d7b04806cf784e76796694f4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
f4c97c7c — Nicolas Graves 9 months ago
gnu: python-bitstring: Update to 4.3.1.

* gnu/packages/python-xyz.scm (python-bitstring): Update to 4.3.1.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Remove them.
<#:test-flags>: Ignore benchmarks.
[native-inputs]: Add python-gfloat, python-setuptools, python-wheel.
[propagated-inputs]: Add python-bitarray.

Change-Id: I9f23ac39a2304edecbb55522b2cb82b4621bff8b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
fef4512c — Nicolas Graves 9 months ago
gnu: Add python-rich-click-next.

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

Change-Id: I551b3f0efb016d0d8e40f5293d2b7f86385ea107
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
149faa09 — Nicolas Graves 9 months ago
gnu: Add python-gfloat.

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

Change-Id: I99cc0ed234ed3c0741cf9c1512669a37d046bbb3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
d880228b — Nicolas Graves 9 months ago
gnu: python-iocapture: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-iocapture):
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them, now unecessary.
[propagated-inputs]: Remove python-six. Move the rest to...
[native-inputs]:...here. Also add python-setuptools, python-wheel.

Change-Id: Ic81f6489c28a4296891695ec9cc496921f3500d2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
9234b1fa — Nicolas Graves 9 months ago
gnu: python-xmldiff: Switch to pyproject.

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

Change-Id: I956fbb44c53dc889992ff3db6cf9691f28021c20
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
214b619b — Nicolas Graves 9 months ago
gnu: python-editorconfig: Update to 0.17.1.

* gnu/packages/python-xyz.scm (python-editorconfig): Update to 0.17.1.
[source]: Switch to git-fetch.
[arguments]<#:phases>: Replace 'check phase.
[native-inputs]: Add cmake.

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