summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2025-09-25gnu: python-sortedcontainers: Switch to pyproject, enable tests.Sharlatan Hellseher
* 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
2025-09-25gnu: python-iniconfig: Update to 2.1.0.Sharlatan Hellseher
* 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
2025-09-25gnu: Add python-pygments-bootstrap.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pygments-bootstrap): New variable. Change-Id: Icf982bbaa641b77afebafdd14a4c063012b2fdc0
2025-09-25gnu: python-pygments: Update to 2.19.1.Felix Gruber
* 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>
2025-09-25gnu: mallard-ducktype: Switch to pyproject.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (mallard-ducktype)[build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I86592f5332819b160f0f804a3495ef1b0491ff78
2025-09-21gnu: Remove python-pafy.Andreas Enge
* gnu/packages/python-xyz.scm (python-pafy): Delete variable. Change-Id: Idade1f5610c7b9c29f1da047c2879bbef69d2d3e
2025-09-19gnu: Remove python-pillow-2.9.Andreas Enge
* gnu/packages/python-xyz.scm (python-pillow-2.9): Delete variable. Fixes: guix/guix#2086 Change-Id: I4ef66bff3aeeab8027d00a6685eeb32ad314720b
2025-09-17gnu: python-lief: Update to 0.17.0.Hennadii Stepanov
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.0. Change-Id: I713a887e3444c5133431f61e029b898c04b9346d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-17gnu: python-canmatrix: Remove python-pathlib2 native-input.Nicolas Graves
* gnu/packages/python-xyz.scm (python-canmatrix)[native-inputs]: Remove python-pathlib2. Change-Id: Idad162c35dc6c36cf637f3991628c7caf57487d1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-15gnu: Remove python-setuptools-for-tensorflow.Andreas Enge
* gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow): Delete variable. Change-Id: I681ce2d7797042bef830135789f4b466bd1fa14c
2025-09-14gnu: packages/python-xyz: Add copyright for Matthias Riße.Sharlatan Hellseher
It's a follow for e7f43d3837b15d73b9e6c462fadf22c330acd610. * gnu/packages/python-xyz.scm: Add copyright entry for Matthias Riße. Change-Id: Ie7e7602d3981fdbdcc2ca1afd1227dad23f33ce6
2025-09-14gnu: Add python-annexremote.Matthias Riße
* 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>
2025-09-14gnu: Remove python-textual-1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-textual-1): Delete variable. Change-Id: I7882072c8e4a8bc1715c5b51c7cfdd6705e2a565
2025-09-14gnu: Remove python-pylzma.Andreas Enge
* gnu/packages/python-xyz.scm (python-pylzma): Delete variable. Fixes: guix/guix#1919 Change-Id: Icad9f8b8dfc23406271c5e3cd342e5553dbde491
2025-09-14gnu: Remove python-pyyaml-5.Andreas Enge
* gnu/packages/python-xyz.scm (python-pyyaml-5): Delete variable. Fixes: guix/guix#1390 Change-Id: I27d160667e9813b38c6a7ffbc03dd6df8c042c17
2025-08-27gnu: Add python-importlib-resources-6.4.0.Janneke Nieuwenhuizen
* gnu/packages/python-xyz.scm (python-importlib-resources-6): New variable. Change-Id: Id8de5ece784bf01e43e0e74aa178a4962428220a
2025-08-25gnu: Add python-yamlordereddictloader.Janneke Nieuwenhuizen
* gnu/packages/python-xyz.scm (python-yamlordereddictloader): New variable. Change-Id: Ie250a044da02d2a2c8d2113d2331e37c6b3e46b0
2025-09-11gnu: python-glob2: Switch to pyproject.Hugo Buddelmeijer
* 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>
2025-09-06gnu: jube: Switch to pyproject.Nicolas Graves
* 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>
2025-09-06gnu: wfetch: Switch to pyproject.Nicolas Graves
* 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>
2025-09-06gnu: s3cmd: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (s3cmd): [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Disable them. <#:phases>: Add 'check phase to clarify how tests are supposed to be run. Improve style. [native-inputs]: Add python-setuptools-next. [inputs]: Improve style. Change-Id: Ife22d6596387c179b1c44f8f8ae8b54ddcca195b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06gnu: pyzo: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (pyzo): [build-system]: Switch to pyproject-build-system. [arguments]: Enable <#:tests?>, replace <#:phases> with <#:test-flags>. [native-inputs]: Add python-pytest and python-setuptools-next. Change-Id: Ia163f37bb64282cc8f9e9f10600dd40125915aa0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06gnu: ptpython: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (ptpython): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Improve comment. [native-inputs]: Add python-setuptools-next. [propagated-inputs]: Remove python-black. Change-Id: Ibfc663d028160ca8cb16b8ffce838a5be951d715 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06gnu: online-judge-tools: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (online-judge-tools): [build-system]: Switch to pyproject-build-system. [arguments]: Replace <#:phases> with <#:test-flags>. [native-inputs]: Add python-setuptools-next. Change-Id: I4590ac8211c9d18b1c71be06fe2cf17cb285bbc4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06gnu: offlate: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (offlate): [build-system]: Switch to pyproject-build-system. [arguments, description]: Improve style. [native-inputs]: Add python-setuptools-next. Change-Id: I40c59c552950055cc7bea3d354f0eda246d56a71 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06gnu: nbss-upload: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (nbss-upload): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Reorder, improve style. [native-inputs]: Add python-setuptools-next. Change-Id: If24058b1711447f6478c255b726e8f75ce1bfae5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06gnu: glances: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (glances): [source]: Switch to git-fetch. Move snippet to <#:phases>. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Import former source snippet. Add 'check phase replacement. [native-inputs]: Add python-pytest, python-setuptools-next. Change-Id: I18f1ded40f64fcd640728af778e48666d8d762f0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06gnu: i3-autotiling: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (i3-autotiling): [source]: Run guix style. [build-system]: Switch to pyproject-build-system. [native-inputs]: Replace python-wheel with python-setuptools-next. Change-Id: Id59fcca76a4d8c2453a136d321165e5976314921 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06gnu: date2name: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (date2name): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools-next. [description, arguments]: Improve style. Change-Id: I2fb064cc19992887391f7eac35c1129d3234dbc7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06gnu: python-colorcet: Update to 3.1.1a1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-colorcet): Update to 3.1.1a1. [native-inputs]: Remove python-pytest-cov, python-setuptools, and python-wheel; add python-setuptools-next and python-setuptools-scm. Closes: guix/guix#2540. Change-Id: I9f1f28a99c47527d74938f6d671ee6bc78519e9c
2025-09-06gnu: python-tables: Update to 3.10.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-tables): Update to 3.10.2. [build-system]: Switch to pyproject-build-system. [phases]{set-LD_LIBRARY_PATH}: Replace by {pre-build} with setting up environment variables for each library path which is available in setup.py. Regenerate C code with Cython before build. {pre-check}: New phase. {check}: Rework test invocation to run just bare minimal test suite, add a notes popping up during tests invocation describing it. [native-inputs]: Add python-pytest, python-setuptools-next, and python-sphinx. [inputs]: Remove hdf5-1.10, and zlib; add bzip2, and hdf5. Fixes: guix/guix#2342. Change-Id: Ia1d00979123e459640d74a0dfd7fd52b25f8b9b7
2025-09-05gnu: python-pytooling: Update to 8.7.0.Cayetano Santos
* gnu/packages/python-xyz.scm (python-pytooling): Update to 8.7.0. Change-Id: Ie6ce81eb59a72534eed963195b2ac3b7099fde61 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-03gnu: python-musical-scales: Switch to pyproject.Hugo Buddelmeijer
* gnu/packages/python-xyz.scm (python-musical-scales): [build-system]: Switch to pyproject-build-system. [native-inputs]: Remove python-wheel; add python-setuptools-next. [home-page]: Fix URL. Change-Id: Id77d49aa4e75f54aacb09b1ddc94e01eeccb6490 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-03gnu: python-clrprint: Switch to pyproject.Hugo Buddelmeijer
* gnu/packages/python-xyz.scm (python-clrprint): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools-next. Change-Id: I8f6f06925f84ef892f7c25d553d8f249ab1a856b Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-03gnu: python-titlecase: Switch to pyproject.Hugo Buddelmeijer
* gnu/packages/python-xyz.scm (python-titlecase): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools-next. [arguments] <phases>: Use custom 'check. Change-Id: I0c52c3f815d0c7a44eed92b4cc9c5dbf25be23d0 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-03gnu: Remove python-colormath.Hugo Buddelmeijer
* gnu/packages/python-xyz.scm (python-colormath): Delete variable. (python-colormath2): Do not inherit and adopt all missing fields from python-colormath. [native-inputs]: Remove python-setuptools, and python-wheel; add python-setuptools-next, and python-pytest. Change-Id: Ied54dda89d2078150fd4d832974f74cef980a1da Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-31gnu: python-glymur: Update to 0.14.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-glymur): Update to 0.14.3. [propagated-inputs]: Remove python-packaging; add python-pillow. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: I5644607ba14a01bfb045a36d4f9405744ce9184c
2025-08-31gnu: python-extension-helpers: Update to 1.4.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-extension-helpers): Update to 1.4.0. [arguments] <test-flags>: Rework skipped tests. <phases>: Use default 'check. [propagated-inputs]: Add python-setuptools-next. [native-inputs]: Remove python-pytest-astropy, python-pytest-cov, python-tomli, python-setuptools, python-wheel, and python-pip. Change-Id: I577f2021e77ad30fa60250fcccaf53f963c740b0
2025-08-26gnu: python-murmurhash: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-murmurhash): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:modules>: Remove them, they are probably not needed anymore because of the switch to git-fetch. <#:phases>: Remove phase 'set-source-file-time-to-1980 for the same reason. Add phase 'fix-installation and replace 'check phase. [inputs]: Remove them. [native-inputs]: Add python-murmurhash3, python-setuptools, python-wheel. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-murmurhash3: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-murmurhash3): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:modules>: Remove them, they are probably not needed anymore because of the switch to git-fetch. <#:phases>: Remove phase 'set-source-file-time-to-1980 for the same reason. Add phase 'fix-package. [native-inputs]: Add python-setuptools, python-wheel. [inputs]: Remove python. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-plumbum: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-plumbum): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Ignore problematic tests (requiring $HOME, tty, sudo or ssh). <#:phases>: Add phase 'set-version. [native-inputs]: Add procps, python-psutil, python-pytest-cov, python-setuptools, python-setuptools-scm, python-wheel. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-openstep-plist: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-openstep-plist): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Remove 'check phase replacement. [native-inputs]: Add python-setuptools, python-wheel. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-pymdown-extensions: Update to 10.16.1.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pymdown-extensions): Update to 10.16.1. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-hatchling, python-pytest, python-pyyaml. [description]: Improve style. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-pymsgbox: Update to 1.0.6-1.944b7cd.Nicolas Graves
* gnu/packages/python-xyz.scm (python-): Update to 1.0.6-1.944b7cd. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-pymsgbox: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pymsgbox): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-pyvips: Remove python-pyperf native-input.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pyvips)[native-inputs]: Remove python-pyperf. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-pyperf: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pyperf): [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Set them to replace... <#:phases>:... these. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. [description]: Run guix style. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-types-toml: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-types-toml): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. [description]: Run guix style. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-pydantic-2: Skip benchmark tests.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pydantic-2) [arguments]<#:test-flags>: Skip all benckmark tests. <#:phases>: Remove 'pre-check phase. Signed-off-by: jgart <jgart@dismail.de>
2025-08-26gnu: python-xlwt: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-xlwt): [build-system]: Switch to pyproject-build-system. [arguments]: Remove them. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. Remove python-nose. [description]: Improve style. Signed-off-by: jgart <jgart@dismail.de>