~ruther/guix-local

ref: b66ea1e9ff33570abbd9b861b07fc8fdcf8a34c5 guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.4 MiB
b66ea1e9 — Sharlatan Hellseher 8 months ago
gnu: python-sortedcontainers: Switch to pyproject, enable tests.

* gnu/packages/python-xyz.scm (python-sortedcontainers):
  [source]: Switch to git-fetch containing tests.
  [build-system]: Use pyproject.
  [arguments] <tests?>: Now enable them.
  [native-inputs]: Add python-pytest-bootstrap and python-setuptools.

Change-Id: Ibce0dd93d964853e734424e029f9197e67f1f828
949f90a5 — Sharlatan Hellseher 8 months ago
gnu: python-iniconfig: Update to 2.1.0.

* gnu/packages/python-xyz.scm (python-iniconfig): Update to 2.1.0.
  [build-system]: Use pyproject.
  [arguments] <test?>: Visually disable them as PyPI does not provide
  tests and tests introduce cycle with Pytest.
  [native-inputs]: Add python-hatch-vcs, python-hatchling.

Change-Id: I20f3bc55fbd94aa2c79ce77e35f1a62aacd4af14
9b81fa21 — Sharlatan Hellseher 8 months ago
gnu: Add python-pygments-bootstrap.

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

Change-Id: Icf982bbaa641b77afebafdd14a4c063012b2fdc0
95504f48 — Felix Gruber 1 year, 2 months ago
gnu: python-pygments: Update to 2.19.1.

* gnu/packages/python-xyz.scm (python-pygments): Update to 2.19.1.
  [source]: Fix PyPI package name; with capital P, the download doesn't
  work.
  [arguments] <test-flags>: Ignore just some problematic tests; drop
  "--ignore-glob" option.
  [native-inputs]: Add python-hatchling; replace python-pytest by
  python-pytest-bootstrap; remove python-setuptools and python-wheel.

Change-Id: I85bf3cb2a8c4a996586e820bd582dea777ef930d
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
7b05b4a2 — Sharlatan Hellseher 7 months ago
gnu: mallard-ducktype: Switch to pyproject.

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

Change-Id: I86592f5332819b160f0f804a3495ef1b0491ff78
3cc286de — Andreas Enge 6 months ago
gnu: Remove python-pafy.

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

Change-Id: Idade1f5610c7b9c29f1da047c2879bbef69d2d3e
713501d8 — Andreas Enge 6 months ago
gnu: Remove python-pillow-2.9.

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

Fixes: guix/guix#2086
Change-Id: I4ef66bff3aeeab8027d00a6685eeb32ad314720b
045588eb — Hennadii Stepanov 6 months ago
gnu: python-lief: Update to 0.17.0.

* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.0.

Change-Id: I713a887e3444c5133431f61e029b898c04b9346d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
973dea10 — Nicolas Graves 7 months ago
gnu: python-canmatrix: Remove python-pathlib2 native-input.

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

Change-Id: Idad162c35dc6c36cf637f3991628c7caf57487d1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
54a8f15b — Andreas Enge 6 months ago
gnu: Remove python-setuptools-for-tensorflow.

* gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow): Delete variable.

Change-Id: I681ce2d7797042bef830135789f4b466bd1fa14c
779d1976 — Sharlatan Hellseher 6 months ago
gnu: packages/python-xyz: Add copyright for Matthias Riße.

It's a follow for e7f43d3837b15d73b9e6c462fadf22c330acd610.

* gnu/packages/python-xyz.scm: Add copyright entry for Matthias Riße.

Change-Id: Ie7e7602d3981fdbdcc2ca1afd1227dad23f33ce6
e7f43d38 — Matthias Riße 6 months ago
gnu: Add python-annexremote.

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

Change-Id: If004031433cf63ff4c3eea3e32a7c403470e6bb0
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
5e19b74b — Sharlatan Hellseher 6 months ago
gnu: Remove python-textual-1.

* gnu/packages/python-xyz.scm (python-textual-1): Delete variable.

Change-Id: I7882072c8e4a8bc1715c5b51c7cfdd6705e2a565
70b380bd — Andreas Enge 6 months ago
gnu: Remove python-pylzma.

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

Fixes: guix/guix#1919
Change-Id: Icad9f8b8dfc23406271c5e3cd342e5553dbde491
f36c79af — Andreas Enge 6 months ago
gnu: Remove python-pyyaml-5.

* gnu/packages/python-xyz.scm (python-pyyaml-5): Delete variable.

Fixes: guix/guix#1390
Change-Id: I27d160667e9813b38c6a7ffbc03dd6df8c042c17
76e58941 — Janneke Nieuwenhuizen 7 months ago
gnu: Add python-importlib-resources-6.4.0.

* gnu/packages/python-xyz.scm (python-importlib-resources-6): New variable.

Change-Id: Id8de5ece784bf01e43e0e74aa178a4962428220a
b620ba61 — Janneke Nieuwenhuizen 7 months ago
gnu: Add python-yamlordereddictloader.

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

Change-Id: Ie250a044da02d2a2c8d2113d2331e37c6b3e46b0
fd4402f0 — Hugo Buddelmeijer 6 months ago
gnu: python-glob2: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-glob2)[build-system]: Switch to
pyproject-build-system.
[native-inputs]: Add python-pytest. and python-setuptools-next.
[arguments] <#:phases>: Add fixes for pytest 8.

Change-Id: I95459df0aedf4c5ba22d060aa1e2640875ecb240
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
8c7e3e02 — Nicolas Graves 6 months ago
gnu: jube: Switch to pyproject.

* gnu/packages/python-xyz.scm (jube):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them explicitely.
[native-inputs]: Add python-setuptools-next. Remove python-pyyaml.
[propagated-inputs]: Add python-pyyaml, listed in the package as an
install requirements, and no tests were run in the first place.

Change-Id: I4b11597196a5d9e6a227d064cf6ab96276a57aff
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
40cd0751 — Nicolas Graves 6 months ago
gnu: wfetch: Switch to pyproject.

* gnu/packages/python-xyz.scm (wfetch):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Improve style.
<#:use-setuptools?>: Unset.
[native-inputs]: Add python-setuptools-next.

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