summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2025-10-05gnu: python-whoosh: Update to 2.7.4-0.d9a3fa2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-whoosh): Update to d9a3fa2a4905e7326c9623c89e6395713c189161 commit. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-buld-system. [arguments] <tests?>: All tests are working now. [propagated-inputs]: Add python-cached-property. [native-inputs]: Add python-setuptools. [home-page]: Fix dead link. Change-Id: Ia6490e6fdb29b40bcd96a6480eeea6a9ed1100bf
2025-10-05gnu: python-whichcraft: Switch to pyproject.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-whichcraft)[buld-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I15685dea28ec1a4b3971a4717983b576b20391c5
2025-10-05gnu: python-whatthepatch: Update to 1.0.7.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-whatthepatch): Update to 1.0.7. [native-inputs]: Remove python-wheel. Change-Id: I5ef3e198f07aed812c2197ba3196b88953fbf45a
2025-10-05gnu: python-waitress: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-waitress): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: Ia9050f40b4fb0f9d328cb580aa26e4f9ec733394
2025-10-05gnu: python-waf: Move to build-tools.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-waf): Move from here ... * gnu/packages/build-tools.scm: ... to here. * gnu/packages/fltk.scm: Add build-tools module. * gnu/packages/ntp.scm: Likewise. * gnu/packages/wxwidgets.scm: Likewise. Change-Id: Iedf10b92b4785f19fbf30c6886c0f1c541925698
2025-10-05gnu: python-waf: Switch to pyproject.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-waf)[buld-system]: Switch to pyproject-build-system. [arguments] <test-backend>: Use 'custom. <test-flags>: Move them from custom 'check here. <phases>: Use default 'check. Change-Id: I8c3dd383dba774a54f44b725e9b63f35287f4374
2025-10-05gnu: python-waf: Refresh package style.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-waf): Use G-expressions, remove trailing #t from lambdas, fix indentation. Change-Id: Ic8dcac6ab50329f2b83d6803b3cb7205f2b6ea75
2025-10-05gnu: python-wmctrl: Move to xdisorg.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-wmctrl): Move from here ... * gnu/packages/xdisorg.scm: ... to here. Change-Id: I9e70f3fda5f97d580d4f610c8fe6e913c4a508bf
2025-10-05gnu: python-wmctrl: Update to 0.5.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-wmctrl): Update to 0.5. Use G-Epressions. [build-system]: Switch to pyproject-build-system. [arguments] <tests?>: Disalbe for now. [native-inputs]: Add python-setuptools. Change-Id: Iab74b86d60c62856be83a033d39c0fe8561a3a9e
2025-10-05gnu: python2-pycparser: Truly build a python2 package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-pycparser): Build from a base package adjusted for compatibility with Python 2 and package-with-python2. Reviewed-by: Danny Milosavljevic <dannym@scratchpost.org> Change-Id: I39e5b631d5fe751665a2e3a595327140de9ba2e9
2025-10-05gnu: packages/python-xyz: Sort.Sharlatan Hellseher
* gnu/packages/python-xyz.scm::(python-xattr, python-xdg, python-xlib, python-xlrd, python-xlsxwriter, python-xlwt, python-xmldiff, python-xmlsec): Sort variables alphabetically. Change-Id: I95562272fffefa1cc120af191497b30cf129edd2
2025-10-05gnu: python-num2words: Adjust inputs.Sharlatan Hellseher
"docopt" is listed in "install_requires" however it's used just in CLI and not in the library, but having it in [inputs] breaks sanity check of dependent package. See: <https://codeberg.org/guix/guix/pulls/3092#issuecomment-7544554> * gnu/packages/python-xyz.scm (python-num2words)[native-inputs]: Remove python-docopt. [propagated-inputs]: Add python-docopt. Change-Id: I53269e2760b216292957d2c418a62c1b12f6b51a
2025-10-04gnu: python-hnswlib: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-hnswlib): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Improve style. [native-inputs]: Add python-pytest, python-setuptools. Change-Id: Iff696b3284e12a3a4664892bcf8e871427f10fc1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-04gnu: python-bip39: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-bip39): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Ibcab592736525d53a4081cf673bed58f368dd2d7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-04gnu: python-clyent: Update to 1.2.2.Nicolas Graves
* gnu/packages/python-xyz.scm (python-clyent): Update to 1.2.2. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-backend>: Set it. <phases>: Add versioneer. [native-inputs]: Add python-setuptools, python-versioneer. [description]: Improve style. Change-Id: I5d305bb058fdc927092ee81c7f8553584a4cce6a Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-04gnu: python-icmplib: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-icmplib): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I17f16b2a2a0d56daab38d247ad9fb928426ac965 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-04gnu: python-pymediainfo: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pymediainfo): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Replace 'check phase replacement by <#:test-flags>. Refresh 'patch-libmediainfo phase. [native-inputs]: Add python-setuptools, remove python-setuptools-scm. Change-Id: If9b94e31ad76e5704c6c5ec664a7b2ac509b9df8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-04gnu: python-pymd4c: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pymd4c): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Disable them. [native-inputs]: Add python-setuptools. Remove python-flake8. Change-Id: I1df009b2002694b9b0afe5b0a9e4e6e56a30b066 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-04gnu: python-easygui: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-easygui): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Disable them. [native-inputs]: Add python-pytest, python-setuptools. [description]: Improve style. Change-Id: I8b723a7037758f2c0ad189bb7b3ef856ea842e87 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-04gnu: python-xdo: Move to xdisorg.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xdo): Move from here ... * gnu/packages/xdisorg.scm: ... to here. Change-Id: I46ef1efb1cb52ee9a1724dfe37167e7e7cdbf837
2025-10-04gnu: python-xdo: Update to 0.5.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xdo): Update to 0.5. Use G-Expression, remove traling #t from lambda. [build-system]: Switch to pyproject-build-system. [arguments] <phases>: Place 'patch-libxdo-path after 'unpack. [native-inputs]: Add python-setuptools. [inputs]: Remove labels. [propagated-inputs]: Remove python-six. Change-Id: Iba0bd85da34fd3eb47a3d8d4539f3fa6dff008c3
2025-10-04gnu: python-xdoctest: Move to python-check.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xdoctest): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: Ic20d4d77ac14da286dd8d6438eab3b3a528bf97b
2025-10-04gnu: python-xdoctest: Update to 1.3.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xdoctest): Update to 1.3.0. [native-inputs]: Remove python-pytest, python-pytest-cov and python-wheel; add python-pytest-bootstrap. Change-Id: I1f5e9b2c15c35054bfaa7f2179fb5b51e265efb9
2025-10-04gnu: python-xopen: Move to python-compression.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xopen): Move from here ... * gnu/packages/python-compression.scm: ... to here. Change-Id: Ibd5d8401fb45816855c85b0535738ce6b44d5e82
2025-10-04gnu: python-xopen: Update to 1.8.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xopen): Update to 1.8.0. [propagated-inputs]: Remove python-typing-extensions. [native-inputs]: Remove python-wheel. Change-Id: I0c2c14a787bfab74af70ebbc335670b00ec568a4
2025-10-04gnu: python-xyzservices: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xyzservices): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I5e8fbed0e3ba2369f5740529914ad9b9af8bb8ff
2025-10-04gnu: python-xyzservices: Update to 2025.4.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xyzservices): Update to 2025.4.0. [native-inputs]: Remove python-wheel; add python-setuptools-scm. Change-Id: I87436dc57b8348186562cebbddc50f6769e8be31
2025-10-04gnu: python-xattr: Update to 1.2.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xattr): Update to 1.2.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest and python-setuptools. Change-Id: Ic3421cdf746e933458c686f8217a7a3a66f2dccb
2025-10-03gnu: Add python-show-in-file-manager.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-show-in-file-manager): New variable. Change-Id: I832fa8627aad71e28bb4679597e37d6c73be512e
2025-10-03gnu: Add python-hatch-gettext.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-hatch-gettext): New variable. Change-Id: Ic2baf9839a6bf08b0fc8cc2c882b42a9e35f0848
2025-10-03gnu: Add python-hatch-argparse-manpage.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-hatch-argparse-manpage): New variable. Change-Id: I339b3ec8325934115597ac0e3293c6adf20a78a4
2025-10-03gnu: python-colour: Switch to pyproject.Nicolas Graves
* gnu/local.mk (python-colour): [source]: Switch to git-fetch. Add patch to remove d2to1 dependency. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Add phase 'set-version. <#:tests?>: Disable them. [native-inputs]: Add python-setuptools. [description]: Improve style. Change-Id: Icf722a429f7bb70b08e81d0048624c5ba2e82a89 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-03gnu: python-pyprind: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pyprind): [source, description]: Improve style. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools. Change-Id: I53abd559089adfe62583952a650f516da22f2d7c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-03gnu: python-mkdocs-markdownextradata-plugin: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-mkdocs-markdownextradata-plugin): [source, synopsis, description]: Improve style. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Ie433b5ce72311464fb9f79649ed879328bb8b1bd Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-03gnu: python-mkdocs: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-mkdocs): [build-system]: Switch to pyproject-build-system. [arguments]: Set <#:test-backend> and <#:test-flags>. <#:phases>: Remove 'check phase replacement. [native-inputs]: Add python-setuptools. Change-Id: Ia8588b9faf89c64f6654ec5c14f59e819752b384 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-03gnu: python-dotmap: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-dotmap): [source]: Run guix style. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-backend>: Set it. [native-inputs]: Add python-setuptools. Change-Id: I256a69e671d5f830b1ed3b44ac7d02dd8b216e28 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-03gnu: python-logzero: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-logzero): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Remove them. [native-inputs]: Add python-setuptools. Remove python-pytest-runner. Change-Id: I9eb63f1791ccb45c5d9617db4a77eb0132b51e92 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-03gnu: python-pastel: Update to 0.2.1.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pastel): Update to 0.2.1. Change-Id: Id36d78da7d9d0528edf024a3ae67162942a9b37b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-03gnu: python-pastel: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pastel): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Replace 'check phase by <#:test-flags>. Add phase 'use-poetry-core. [native-inputs]: Add python-poetry-core and python-pytest. [description]: Improve style. Change-Id: I93377196595f380fcb722d52d44cd69b5fe7133f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-02gnu: nikola: Update to 8.3.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (nikola): Update to 8.3.3. [arguments] <test-flags>: Rework skipped tests. [phases]{fix-pytest-config}: Repoint to pyproject.toml. [native-inputs]: Remove python-wheel. Change-Id: Id30eaca91c79b274bb5b087bc5477815dc285489
2025-10-02gnu: packages/python-xyz: Sort.Sharlatan Hellseher
* gnu/packages/python-xyz.scm::(python-yamllint, python-yamlordereddictloader, python-yapf, python-yapsy, python-yaspin, python-yattag, python-yq, python-yte): Sort variables alphabetically. Change-Id: Idfbebccc36fcf75c18cd7452e2894ce9f7c6c93c
2025-10-02gnu: python-yamllint: Update to 1.37.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-yamllint): Update to 1.37.1. [build-system]: Switch to pyproject-build-system. [arguments] <test-backend>: Use 'unittest. [propagated-inputs]: Remove python-setuptools. [native-inputs]: Add python-setuptools. Change-Id: Iff02db4d902cb51440c2efed7746897b8d94a2ba
2025-10-02gnu: Add python-yamlloader.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-yamlloader): New variable. Change-Id: I578d0484a07b7d67554faa256e7cff823818ec04
2025-10-02gnu: python-yapsy: Switch to pyproject.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-yapsy)[build-system]: Switch to pyproject-build-system. [arguments] <test-backend>: Use 'unittest. [native-inputs]: Add python-setuptools. Change-Id: Ic19fe7af48db8eb73f6c456ec7f9f41d1fc2949d
2025-10-02gnu: python-yaspin: Update to 3.2.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-yaspin): Update to 3.2.0. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Add python-termcolor. [native-inputs]: Add python-poetry-core and python-pytest-mock. Change-Id: I26c80dbdeb392c4d3ca9b163452849451b60079a
2025-10-02gnu: python-yq: Update to 3.4.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-yq): Update to 3.4.3. [build-system]: Switch to pyproject-build-system. [arguments] <test-backend>: Use 'custom. <test-flags>: Provide them. [inputs]: Remove python-argcomplete, python-pyyaml, python-xmltodict, and python-toml. [propagated-inputs]: Add python-argcomplete, python-pyyaml, python-tomlkit, and python-xmltodict. [native-inputs]: Remove python-coverage, python-flake8, python-setuptools-scm, and python-wheel; add python-hatchling and python-hatch-vcs. Change-Id: I1e32861d9471c68b00110d6dd9e0fad6d575660a
2025-10-02gnu: python-yq: Refresh package style.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-yq): Use G-expressions, adjust indentation. [description]: Fix fill column. Change-Id: I6cca1515ce32319fce191d6560ec0b9da0ad8c1b
2025-10-02gnu: python-yte: Update to 1.8.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-yte): Update to 1.8.1. [arguments] <tests-flags>: Provide test file here. <phases>: Use default 'check. Change-Id: If6e9985fe43b709a5fcc5aff17bc2f4224e2530c
2025-10-02gnu: python-whenever: Update to 0.9.2.Hugo Buddelmeijer
* gnu/packages/python-xyz.scm (python-whenever): Update to 0.9.2. [arguments] <phases>: Add 'set-check-environment. [propagated-inputs]: Add python-time-machine and python-tzlocal. [native-inputs]: Remove python-setuptools-rust and python-wheel; add python-pytest, and tzdata-for-tests. Change-Id: I926457bd581c6803e0ebbb7d29b1293d233523c3 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01gnu: pythoncapi-compat: Move to python.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (pythoncapi-compat): Move from here ... * gnu/packages/python.scm: ... to here. Change-Id: If3ac42200be381f9aafedbf0468e7381daaf2471